This is minimal Laravel template which is used by other PHP projects in wayofdev organization.
If you like/use this package, please consider starring it. Thanks!
Require as dependency:
$ composer req wayofdev/laravel-package-tpl
To run tests, run the following command:
$ make test
Code quality using PHPStan:
$ make stan
Fix code using The PHP Coding Standards Fixer (PHP CS Fixer) to follow our standards:
$ make cs-fix
Created in 2022 by lotyp / wayofdev