Skip to content

sumanta-ghosh/laravel-devland

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Devland

Using this package developer can do lots of functionality from the browser. This will help them to debug their apps from the browser.

Installation

Require this package in your composer.json or install it by running:

composer require sumanta-ghosh/laravel-devland

Note: This package supports auto-discovery features of Laravel 5.4+, You only need to manually add the service provider and alias if working on Laravel version lower then 5.5

To start using Laravel, add the Service Provider and the Facade to your config/app.php:

'providers' => [
	// ...
	Skg\Devland\DevlandServiceProvider::class
]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published