Download the PHP package hisman/laravel-make-class without Composer
On this page you can find all versions of the php package hisman/laravel-make-class. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hisman/laravel-make-class
More information about hisman/laravel-make-class
Files in hisman/laravel-make-class
Download hisman/laravel-make-class
More information about hisman/laravel-make-class
Files in hisman/laravel-make-class
Vendor hisman
Package laravel-make-class
Short Description Artisan command for generating a new custom class in Laravel.
License MIT
Package laravel-make-class
Short Description Artisan command for generating a new custom class in Laravel.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-make-class
Laravel make:class
Artisan command for generating a new custom class in Laravel.
Installation
Install the package via composer:
If you're using Laravel < 5.5, you'll need to add the service provider to config/app.php
file:
Usage
To create a new class, call the make:class
command from Artisan. Class will be created under the app
folder.
You can add the -c
or --constructor
option to generate new class with constructor.
All versions of laravel-make-class with dependencies
PHP Build Version
Package Version
No informations.
The package hisman/laravel-make-class contains the following files
Loading the files please wait ....