Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 299 Bytes

development.md

File metadata and controls

13 lines (9 loc) · 299 Bytes

Development

Create and seed database tables

./artisan migrate:fresh
./artisan db:seed

phpstan

Before commit file run php analyse to find errors in code without running it

./artisan ide-helper:generate
composer phpstan

read more on https://github.com/phpstan/phpstan