Appearance
Boilerplates
Introduction
If you are starting fresh new laravel project, then boilerplates can be the best option for you to get started. It gives you a full laravel project with everything installed and published.
Installation
It comes with easy steps to get boilerplate working.
Clone Repo
Clone AdminLTE repo from: AdminLTE Boilerplate
Clone CoreUI repo from: CoreUI Boilerplate
After Clone Repo
Copy .env.example
file to .env
Run Composer Install
Run composer install
command to install required dependencies
Generate application key to run: php artisan key:generate
.
Once everything is installed, you are ready to go with generator.