alkhachatryan/laravel-make

Make classes, trait and interface using artisan make command

1.0 2021-07-26 18:33 UTC

This package is auto-updated.

Last update: 2024-04-27 01:34:55 UTC


README

Software License Packagist Version Total Downloads

Laravel Make is a package for Laravel to create custom classes, interfaces and trait using Laravel Artisan

Installation

Install the package.

composer require alkhachatryan/laravel-make

Usage

Create class php artisan make:class Namespace/ClassName

Create trait php artisan make:trait Namespace/TraitName

Create interface php artisan make:interface Namespace/InterfaceName

Todo

Tests!!! Tests!!! Tests!!!

Security

If you discover any security-related issues, please email info@khachatryan.org instead of using the issue tracker.

License

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