Thank you for considering contributing to Laravel Basics!
- Fork the repository
- Create a new branch:
git checkout -b feature/my-feature
- Make your changes and write tests when applicable
- Run tests:
./vendor/bin/pest
- Commit and push:
git commit -m "Add my feature" git push origin feature/my-feature - Open a Pull Request with a clear description
Please follow Laravel's PSR-12-based code style. You can use:
composer fix(Configure this command with php-cs-fixer or pint in your project.)
Feel free to open issues for bugs, questions, or feature ideas.
Thanks for making this package better! 🙌