wayofdev / laravel-package-tpl

πŸš€ Jump-start your Laravel package development with our pre-configured Composer template, designed for seamless integration. This template includes essential tools such as PHPUnit, PHPStan, GitHub Actions, and Docker to streamline your workflow and enhance productivity.

Home Page:https://wayof.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool




Build Status Total Downloads Latest Stable Version Software License Commits since latest release

Laravel Package Template

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!

Screenshot

πŸ’Ώ Installation

β†’ Using composer

Require as dependency:

$ composer req wayofdev/laravel-package-tpl

πŸ§ͺ Running Tests

β†’ PHPUnit tests

To run tests, run the following command:

$ make test

β†’ Static Analysis

Code quality using PHPStan:

$ make stan

β†’ Coding Standards Fixing

Fix code using The PHP Coding Standards Fixer (PHP CS Fixer) to follow our standards:

$ make cs-fix

🀝 License

Licence


πŸ™†πŸΌβ€β™‚οΈ Author Information

Created in 2022 by lotyp / wayofdev


About

πŸš€ Jump-start your Laravel package development with our pre-configured Composer template, designed for seamless integration. This template includes essential tools such as PHPUnit, PHPStan, GitHub Actions, and Docker to streamline your workflow and enhance productivity.

https://wayof.dev

License:MIT License


Languages

Language:Makefile 67.6%Language:PHP 32.4%