- clone repository:
git clone [email protected]:janoszab/westlinewebworks.git
- run
composer install
command in app folder - run
touch app/database/production.sqlite
command in app folder - run
php artisan migrate
in app folder - run
php artisan serve
in app folder after app available localhost:8000 - open
http://localhost:8000
url in your favorite browser
- frequently run
php artisan generate:data
or create a new record for this in crontab