Package name does this, that, and other stuff.
Install via composer in the root directory of a Laravel 5 application
composer require project/package:dev-master
Add the following line to config/app.php
inside the 'providers' array to use the service provider
'Project\Package\PackageServiceProvider',
Update composer
composer update
Run the package install command
php artisan package:install
This package has several pages with many features
Give them a try (URLs):
/default
/default/manage
General gist
List of tools, everything needed to develop.
All thanks to me and the community