Libraries tagged by Mage class
kobalt/make-action
48 Downloads
Adds Laravel Artisan command to make Action classes
adamczykpiotr/laravel-make-transformer
200 Downloads
Laravel 7.x package to add artisan method `make:transformer ClassTransformer`
mage2/tax-class
679 Downloads
Mage2 Laravel E commerce - Tax Class Module
mattostromhall/laravel-make-in
186 Downloads
A wrapper around the artisan make command to move created classes to a specified path and update the namespace accordingly.
lambertns/laravel-make-service
20 Downloads
Adds `php artisan make:service` command to generate service classes with optional automatic controller injection using PHP 8+ property promotion.
lucaasleaal/instagram-class
6 Downloads
An instagram class to get the last post made by an user.
ibaiicb/laravel-make-action
0 Downloads
A Laravel package that adds a make:action Artisan command to generate Action classes following the single responsibility principle.
windsondias/laravel-make
5 Downloads
A Laravel package to create some class by command
waqar/make-artisan
2 Downloads
create trait and service class
tsquare/classoverrider
7 Downloads
Override PHP Classes using a path outside of your project, to make customizations that might otherwise be overwritten on an update.
thuraaung2493/laravel-make-files-tools
88 Downloads
A small cli tools to create DTO, Action and Service classes for Laravel project.
settleup/can-make-or-fake
865 Downloads
A simple helper for making classes easily instantiated and mocked.
norman-huth/console-make-command
4 Downloads
Create a new Artisan command with default name by class name and directory
nijwel/make-service-generator
50 Downloads
A Laravel package to generate service classes.
jian1098/tp-make-service
15 Downloads
thinkphp框架命令行创建Service Class(即服务层,基于controller-service-repository目录架构)