Laravel 6 with Ela Admin Theme
Laravel is accessible, powerful, and provides tools required for large, robust applications.
ElaAdmin is a responsive Bootstrap 4 Admin Template. It provides you with a collection of ready to use code snippets and utilities, custom pages, loads of charts, dashboard variations, a collection of applications and some useful widgets. Preview of this awesome admin template available here: https://colorlib.com/polygon/elaadmin/index.html
ElaAdmin is licensed under The MIT License (MIT). Which means that you can use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the final products. But you always need to state that Colorlib is the original author of this template.
The Laravel framework is open-sourced software licensed under the MIT license.
You can also download and run this app locally.
1) Clone the repo:
git clone https://gitlab.com/miklinson/laravel-admin.git [directory-name]
2) Create .env
file from the example file:
php -r "file_exists('.env') || copy('.env.example', '.env');"
3) Setup .env variables (Mainly APP_URL and DB_DATABASE)
4) Run following commands:
composer install
php artisan key:generate