2017 © Pedro Peláez
 

library publisher

Publish Pages

image

tok3/publisher

Publish Pages

  • Tuesday, July 24, 2018
  • by tok3
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

publisher

Quick Installation

beta

Add this to your application composer.json to bypass packagist:, (*1)

Laravel 5.1:
add "tok3/publisher": "@beta" to your composer.json, (*2)

Service Provider

Tok3\Publisher\PublisherServiceProvider::class, (*3)

Laravel 5.1
'Publisher' => Tok3\Publisher\PublisherFacade::class,, (*4)

Migration

run php artisan vendor:publish
after that php artisan migrate, (*5)

Now you are done !

Explore the package visit: http://localhost:8000/publisher/pages (assumed using artisan), (*6)

when you need some fake data you'll find a seeder in vendor/tok3/publisher/src/seeds, (*7)

Routes and so on can changed in the config config/tok3-publisher.php
Views are stored in resources/views/vendor/tok3-publisher/, (*8)

The Versions

24/07 2018
10/12 2015

1.0

1.0.0.0

Publish Pages

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar tok3

laravel publisher