2017 © Pedro Peláez
 

library article-manager

A Reusable Article Manager for Laravel Projects

image

piripasa/article-manager

A Reusable Article Manager for Laravel Projects

  • Friday, January 26, 2018
  • by piripasa
  • Repository
  • 1 Watchers
  • 2 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel Article Manager Package

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)

Installation

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"

Tests

Currently, no tests have been written but that should be very soon., (*6)

The Versions

26/01 2018

dev-master

9999999-dev

A Reusable Article Manager for Laravel Projects

  Sources   Download

MIT

The Requires

 

The Development Requires

by Zaman-A-Piri Pasa