atcheck/README.md

10 lines
270 B
Markdown
Raw Permalink Normal View History

2019-11-18 18:33:29 +01:00
# atcheck
2019-12-01 23:41:57 +01:00
## for devs:
```
atcheck$ php artisan migrate:fresh
atcheck$ php artisan db:seed
atcheck$ composer dump-autoload
atcheck$ php artisan cache:clear && php artisan route:clear && php artisan config:clear && php artisan view:clear
2019-12-01 23:41:57 +01:00
atcheck$ php artisan serve
```