dev-master
9999999-devA Reusable Article Manager for Laravel Projects
MIT
The Requires
The Development Requires
by Zaman-A-Piri Pasa
Wallogit.com
2017 © Pedro Peláez
A Reusable Article Manager for Laravel Projects
This package provides you with a simple tool to set up a new package and it will let you focus on the development of the package instead of the boilerplate., (*1)
Via Composer, (*2)
$ composer require piripasa/article-manager dev-master
If you do not run Laravel 5.5 (or higher), then add the service provider in config/app.php:, (*3)
Piripasa\ArticleManager\ArticleManagerServiceProvider::class,
If you do run the package on Laravel 5.5+, package auto-discovery takes care of the magic of adding the service provider., (*4)
Afterwards, publish the migrations and views so you can customize as needed., (*5)
$ php artisan vendor:publish --provider="Piripasa\ArticleManager\ArticleManagerServiceProvider"
Currently, no tests have been written but that should be very soon., (*6)
A Reusable Article Manager for Laravel Projects
MIT