shineyork/laravel-package-maker is a Laravel package for a composer laravel package maker.
It currently has 0 GitHub stars and 121 downloads on Packagist (latest version 2.0).
Install it with composer require shineyork/laravel-package-maker.
Discover more Laravel packages by shineyork
or browse all Laravel packages to compare alternatives.
Last updated
:package: A composer laravel package maker.
$ composer global require shineyork/laravel-package-maker:dev-master
或者
$ composer global require shineyork/laravel-package-maker
$ laravel-package-Maker
laravel-package-maker build [项目名 => name/com]
例如:
laravel-package-maker build foo/bar
Name of package (example: foo/bar): foo/bar
Namespace of package [Foo\Bar]:
Description of package:
Author name of package [shineyork]:
Author email of package [[email protected]]:
License of package [MIT]:
laravel service provider name : FooServiceProvider
Package foo/bar created in: ./foo/bar