dnridwn/laravel-file-maker

This is my package laravel-file-maker

1.0.0 2023-09-07 18:29 UTC

This package is auto-updated.

Last update: 2024-05-13 16:43:05 UTC


README

Latest Version on Packagist

Package for generating file in your Laravel project such as Service, Interface, Repository and more.

Installation

You can install the package via composer:

composer require --dev dnridwn/laravel-file-maker

Usage

Creating Service Class

You can run this command in your terminal. It will generate new file inside app/Services folder of your Laravel project.

php artisan make:service

Creating Interface Class

You can run this command in your terminal. It will generate new file inside app/Interfaces folder of your Laravel project.

php artisan make:interface

Creating Repository Class

You can run this command in your terminal. It will generate new file inside app/Repositories folder of your Laravel project.

php artisan make:repository

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.