https://github.com/lemaur/template-laravel9
Ready to use Laravel 9 template for your next project!
https://github.com/lemaur/template-laravel9
dusk infection laravel laravel9 pest php-cs-fixer phpstan phpunit rector
Last synced: about 1 month ago
JSON representation
Ready to use Laravel 9 template for your next project!
- Host: GitHub
- URL: https://github.com/lemaur/template-laravel9
- Owner: leMaur
- Created: 2022-02-03T19:40:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-20T11:56:46.000Z (about 3 years ago)
- Last Synced: 2025-01-29T20:49:04.279Z (3 months ago)
- Topics: dusk, infection, laravel, laravel9, pest, php-cs-fixer, phpstan, phpunit, rector
- Language: PHP
- Homepage:
- Size: 157 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Laravel 9 Template
Are you frustrated to start a new project and having to install and configure Pest, Dusk, Phpstan, Php-cs-fixer, etc...?
Me, too! This is why I created this template repo.All the tools I use on my daily basis are pre-installed and configured. Productive since first commit!
**So, what's the difference from installing Laravel?**
✅ Laravel 9 _(yes, the new version)_
✅ Php 8.1 by default _(because we look forward 😎)_
✅ Pest test suite
✅ Dusk test suite
✅ Infection mutation test suite _(what is this 🤔? [take a look](https://infection.github.io/guide))_
✅ Phpstan _(because your project NEEDS static analysis, I promise!)_
✅ Php-Cs-Fixer _(a clean codebase is like a zen garden)_
✅ Rector _(automatic refactoring to keep the codebase in line with coding standards)_For more details you can check [Toolbox](https://github.com/leMaur/toolbox).
## Support Me
Hey folks,
Do you like this template? Do you find it useful, and it fits well for your next project?
I am glad to help you, and I would be so grateful if you considered supporting my work.
You can even choose 😃:
* You can [sponsor me 😎](https://github.com/sponsors/leMaur) with a monthly subscription.
* You can [buy me a coffee ☕ or a pizza 🍕](https://github.com/sponsors/leMaur?frequency=one-time&sponsor=leMaur) just for this package.
* You can [plant trees 🌴](https://ecologi.com/lemaur?r=6012e849de97da001ddfd6c9). By using this link we will both receive 30 trees for free and the planet (and me) will thank you.
* You can "Star ⭐" this repository (it's free 😉).## How to use
Click on the button `Use this template` and happy coding!