-
clone this repository
-
set the web root at
/public -
set virtual host and local url , like: http://chisel.local
-
install comopser
-
run
composer update -
add .env file ( fill with .env.example)
-
run
php artisan key:generate -
run
php artisan migrate -
install npm
-
run
npm install -
run
gulp
- run
php dep deploy production
sometimes pull needs do something new in command line
-
check
.envfile's field is like.env.example, if not , fill.envfile with.env.example -
run
composer update -
run
php artisan migrate -
run
npm install -
run
gulp
-
create
example.htmlat/public/html -
add $routeProvider at
/resources/js/main.js -
(if need) add controller
example.jsat /resources/js/controllers -
code them