Skip to content

This repository serves as a collection of custom Laravel Artisan commands aimed at enhancing development productivity and maintaining code consistency. Each command automates routine tasks, following Laravel's convention-over-configuration principle.

Notifications You must be signed in to change notification settings

renoangelobanderlipe/laravel-custom-commands

Repository files navigation

Laravel DTO Pattern Command

This repository contains a custom Laravel Artisan command designed to streamline the creation of Data Transfer Object (DTO) files within Laravel applications.

Why Use DTOs?

  • Enhance readability and maintainability of code.
  • Reduce coupling between components.
  • Facilitate easier testing and debugging.
  • Enforce consistent data transfer structures.

Contributing

Contributions to this project are welcome and encouraged! To contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and ensure they are properly tested.
  4. Commit your changes and push them to your fork.
  5. Submit a pull request detailing your changes.

Please adhere to the project's coding standards and ensure your contributions are well-documented.

License

This project is licensed under the MIT License. By contributing to this project, you agree to abide by the terms of this license.

About

This project is maintained by Reno Angelo Banderlipe. If you have any questions or need further assistance, feel free to reach out.

About

This repository serves as a collection of custom Laravel Artisan commands aimed at enhancing development productivity and maintaining code consistency. Each command automates routine tasks, following Laravel's convention-over-configuration principle.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published