wayofdev/laravel-open-docs is a Laravel package for php package template with github actions.
It currently has 2 GitHub stars and 9.193 downloads on Packagist (latest version v2.1.0).
Install it with composer require wayofdev/laravel-open-docs.
Discover more Laravel packages by wayofdev
or browse all Laravel packages to compare alternatives.
Last updated
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-open-docs
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