INTRODUCTION
Laravel Admin is administrative interface builder for laravel which can help you build CRUD backends just with few lines of code.
INSTALLATION GUIDE
- Configure
.envfile - run
composer install - run
php artisan key:generate - run
php artisan migrate