[SAWD] 2018 March 11th
TOC
sshfs
-o reconnect,ServerAliveInterval=5,ServerAliveCountMax=3
- Mac requires osxfuse and the option,
defer_permissions
1, to work correctly.
Basic Laravel File Structure
routes/web.php
: routing controlresources/views
: blade template system(section, yield, include)public
: stores contents that is accessible by anyone.storage
: stores to-be-managed contents..env
: basic environment settingsphp artisan down/up
: website accessibility.