This package can help to develop own brandnew package for Laravel.
I manually needed to prepare some files and to set some paths in configuration files until I had developed it.
That was absolutely boring...so I developed the package.
Anyway, after installing PackageCreator, your Laravel app has php artisan command like so.
php artisan package_creator:make vendor package
This command can make some files in your app and you will get an instruction to start developing your package.And PackageCreator's way to develop new package is based on Developing your packages in Laravel 5.
I guess the above page can help you to understand it more.
That's all!

No comments:
Post a Comment