项目作者: miklinson

项目描述 :
Laravel 6 with Ela Admin Theme
高级语言: HTML
项目地址: git://github.com/miklinson/laravel-elaadmin.git
创建时间: 2020-01-21T07:38:35Z
项目社区:https://github.com/miklinson/laravel-elaadmin

开源协议:

下载


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

ElaAdmin admin dashboard template preview

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:

  1. git clone https://gitlab.com/miklinson/laravel-admin.git [directory-name]

2) Create .env file from the example file:

  1. php -r "file_exists('.env') || copy('.env.example', '.env');"

3) Setup .env variables (Mainly APP_URL and DB_DATABASE)

4) Run following commands:

  1. composer install
  2. php artisan key:generate