Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 787 Bytes

File metadata and controls

41 lines (29 loc) · 787 Bytes

Contributing Guide

Thank you for considering contributing to Laravel Basics!

How to contribute

  1. Fork the repository
  2. Create a new branch:
    git checkout -b feature/my-feature
  3. Make your changes and write tests when applicable
  4. Run tests:
    ./vendor/bin/pest
  5. Commit and push:
    git commit -m "Add my feature"
    git push origin feature/my-feature
  6. Open a Pull Request with a clear description

Code Style

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.)

Discussions

Feel free to open issues for bugs, questions, or feature ideas.


Thanks for making this package better! 🙌