This project is a part of the famous Free Admin Bootstrap Theme SB Admin v2.0 to Laravel Theme.
Find out more Free Laravel Themes at StartLaravel.com..
- Clone this project or Download that ZIP file
- On your terminal/command prompt do the following commands.
$ cd <project-directory>
Navigate to the project directory
$ cp .env.example .env
$ php artisan key:generate
Generate key since this is a cloned project
$ composer install
Install required packages
$ npm install
Install additional depencies
$ npm run watch
Optional
$ php artisan cache:clear
Optional
$ php artisan serve
- Open
http://localhost:8000
in your browser