Laramanager requires Laravel 5.5 and greater. It also uses /admin
so if your application is currently using this uri there could be conflicts.
Installing Laramanager is a breeze. First, grab the package.
composer require philmareu/laramanager
Then publish the assets and migration files.
php artisan vendor:publish
Now run the migrations.
php artisan migrate
Finally, visit /admin
in your project and add your initial admin user.
Done.