-
clone the project
-
run
composer install
-
create
.env
file (have a look at.env.example
) and enter your db connection -
create
bootstrap/cache
directory -
run
php artisan migrate
-
run
php artisan key:generate
-
run
bower install
in/resources
-
run
php artisan db:seed
(if you get the message " This cache store does not support tagging. ", setCACHE_DRIVER=array
in your.env
file)
using https://startbootstrap.com/template-overviews/sb-admin-2/