2017 © Pedro Peláez
 

helper laravel-static-pages

Static page package for Laravel.

image

szihaj/laravel-static-pages

Static page package for Laravel.

  • Monday, May 28, 2018
  • by szihaj
  • Repository
  • 2 Watchers
  • 2 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 36 % Grown

The README.md

szihaj/laravel-static-pages

Installation

$ composer require szihaj/laravel-static-pages

Add the Service Provider to your config/app.php file like so:, (*1)

...
szihaj\LaravelStaticPages\StaticPageProvider::class,

Add the Facade to your aliases in config/app.php, (*2)

'StaticPages' => szihaj\LaravelStaticPages\Facades\StaticPage::class,

Finally, publish the migrations, and run them:, (*3)

$ php artisan vendor:publish --tag=migrations
$ php artisan migrate

The Versions

28/05 2018

dev-master

9999999-dev

Static page package for Laravel.

  Sources   Download

GPL-3.0

by Avatar szihaj

28/05 2018

0.1

0.1.0.0

Static page package for Laravel.

  Sources   Download

GPL-3.0

by Avatar szihaj