Recommend this page to a friend! |
Classes of Bhavin Gajjar | Laravel Make Extender | README.md | Download |
|
![]() laravel-make-extenderGenerate below stub
This package helps to generate and autoload custom helpers, It can generate multilevel helpers in the context of the directory. InstallationYou can install the package via composer:
Generate Helper fileGenerate UserHelper.php under App/Helpers directory
Generate Module/UserHelper.php under App/Helpers/Module directory
Generate ServiceGenerate UserService.php under App/Services directory
Generate invokable UserService.php under App/Services directory
Generate TraitGenerate UserTrait.php under App/Traits directory
Generate bootable UserTrait.php under App/Traits directory
Generate ScopeGenerate UserScope.php under App/Scopes directory
see document here for how to use global scopes Generate Custom CastsGenerate JsonCast.php under App/Casts directory
see document here for how to use Custom Casts Generate Collections MacroGenerate toUpper.php under App/Macros directory
see document here for how to use Macro Generate View composersGenerate config file for register view composers
Generate view composers class
Register view composers Edit config (config/viewcomposers.php)
see document here for how to use View Composers Customize Stubs
This will export stubs into /stubs/vendor/laravel-make-extender for customization ChangelogPlease see CHANGELOG for more information what has changed recently. ContributingPlease see CONTRIBUTING for details. CreditsLicenseThe MIT License (MIT). Please see License File for more information. |