This project is based on SB Admin Bootstrap Theme. Every structure of SB Admin design is divided into components and slots.
This admin template uses the Laravel framework. Currently, Laravel 5.6 is being used.
If you are getting any error, it is most probably due to unfulfilled requirements of the framework itself.
$ git clone [email protected]:cham11ng/sbadmin-laravel.git <application-name>
$ cd <application-name>
$ composer install --prefer-dist -vvv # Might take a while to complete
$ cp .env.example .env # Update database credentials
$ php artisan key:generate
$ php artisan serve
$ yarn production # For production
$ yarn watch or yarn dev # For development
Open the browser and go to http://localhost:8000
cham11ng | 2017-18