2017 © Pedro Peláez
 

library pages

Content manager by pages for Laravel 5.6

image

sirgrimorum/pages

Content manager by pages for Laravel 5.6

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 100 % Grown

The README.md

pages

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors., (*2)

Install

Via Composer, (*3)

``` bash $ composer require sirgrimorum/pages, (*4)


This package requires: - sirgrimorum/transarticles [link-transarticles]: For the localization of the pages, wich also requires orangehill/iseed [link-iseed] for seeding the pages when replicating the site. - sirgrimorum/crudgenerator [link-crudgenerator]: For managing the pages in an autogenerated CRUD platform (Please follow the install instruction in the repository for the crudgenerator to work) Then publish de configuration files for: - Pages dinamics: app/config/sirgrimorum/pages.php - The configuration file for the crud of pages and sections in crudgenerator: app/config/sirgrimorum/models/pagina.php and section.php ``` bash $ php artisan vendor:publish --tag=config

Then the lang file for specifiing the localized route group (resources/lang/vendor/pages/en/pages.php) and the localized labels in the crud (resources/lang/vendor/crudgenerator/en/pagina.php and section.php) ``` bash $ php artisan vendor:publish --tag=lang, (*5)


And registerin the crud configuration files in sirgrimorum/crudgenerator ``` bash $ php artisan pages:registercrud

Optionally, you can publish the blade views for the not found page error (resources/views/vendor/sirgrimorum/pages/error.blade.php) and the page basic template (resources/views/vendor/sirgrimorum/pages/show.blade.php) ``` bash $ php artisan vendor:publish --tag=views, (*6)



## Usage ``` php $skeleton = new League\Skeleton(); echo $skeleton->echoPhrase('Hello, League!');

Change log

Please see CHANGELOG for more information on what has changed recently., (*7)

Testing

bash $ composer test, (*8)

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details., (*9)

Security

If you discover any security related issues, please email andres.espinosa@grimorum.com instead of using the issue tracker., (*10)

Credits

License

The MIT License (MIT). Please see License File for more information., (*11)

The Versions

07/04 2018

dev-master

9999999-dev https://github.com/sirgrimorum/pages

Content manager by pages for Laravel 5.6

  Sources   Download

MIT

The Requires

 

The Development Requires

cms pages sirgrimorum

07/04 2018
06/04 2018
06/04 2018
06/04 2018