Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 268 Bytes

readme.md

File metadata and controls

9 lines (7 loc) · 268 Bytes

airbook

After cloning repo:

  1. Check Permissions on bootstrap, Storage directories
  2. Composer install
  3. php artisan key:generate
  4. for shceduled tasks, add the following to crontab:
            • php /PATH/TO/LARAVEL/PROJECT/artisan schedule:run >> /dev/null 2>&1