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-data-query-builder
To run tests, run the following command:
$ make test
Code quality using PHPStan:
$ make lint-stan
Fix code using The PHP Coding Standards Fixer (PHP CS Fixer) to follow our standards:
$ make lint-php
Created in 2024 by lotyp / wayofdev