App to track your and your friends progress
https://www.getpostman.com/collections/27ca10baa7e8ca2705cf
- Clone app
git clone https://github.com/gregurcom/progress.git
- Install Install all dependence
composer install
npm install
npm run dev
Unit and Feature test
php artisan test
Browser Test
- Set your APP_URL in env. file to:
APP_URL=http://127.0.0.1:8000
php artisan serve
php artisan dusk
- Run analysis:
./vendor/bin/phpstan analyse
If you are getting the error Allowed memory size exhausted
, then you can use the --memory-limit option fix the problem:
./vendor/bin/phpstan analyse --memory-limit=2G
- Setting analysis config file:
phpstan.neon
- a configuration file in which you can change the code analysis rules.For more details check phpstan documentation: https://phpstan.org/user-guide/getting-started