philmareu/laramanager is a Laravel package for admin tool for laravel applications.
It currently has 3 GitHub stars and 53 downloads on Packagist (latest version 1.3.4).
Install it with composer require philmareu/laramanager.
Discover more Laravel packages by philmareu
or browse all Laravel packages to compare alternatives.
Last updated
Laramanager is an admin tool for Laravel applications.
Requires Laravel 5.5 or 5.6.
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.
Laramanager's documentation is located at https://laramanager.philmareu.com and the source is available here.
Issue submissions and pull request are welcome.
This project is licensed under the MIT License - see the LICENSE.md file for details.