laravel-admin

Laravel 6.8 Admin page with ElaAdmin Design.

Stars
3
Committers
1

Laravel with ElaAdmin Theme

Laravel

Laravel is accessible, powerful, and provides tools required for large, robust applications.

ElaAdmin HTML5 Admin Dashboard Template

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

Preview

Screenshot

Demo Site: Here

License

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.

License

The Laravel framework is open-sourced software licensed under the MIT license.

Installation

You can also download and run this app locally.

  1. Clone the repo:
git clone https://gitlab.com/miklinson/laravel-admin.git [directory-name]
  1. Create .env file from the example file:
php -r "file_exists('.env') || copy('.env.example', '.env');"
  1. Setup .env variables (Mainly APP_URL and DB_DATABASE)

  2. Run following commands:

composer install
php artisan key:generate
Related Projects