Laravel Notes

Laravel Notes

composer global require “laravel/installer=~1.1”
laravel new blog
setfacl -R -m u:www-data:rwx -m u:pattara:rwx storage bootstrap/cache/
setfacl -dR -m u:www-data:rwx -m u:pattara:rwx storage bootstrap/cache/
vi config/app.php # เปลี่ยน timezone, whatever
vi config/database.php

php artisan config:cache
php artisan down
php artisan up

app/Http/routes.php
app/Http/Controller.php

Leave a comment