Download the PHP package sirgrimorum/pages without Composer
On this page you can find all versions of the php package sirgrimorum/pages. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sirgrimorum/pages
More information about sirgrimorum/pages
Files in sirgrimorum/pages
Package pages
Short Description Content manager by pages for Laravel 5.6
License MIT
Homepage https://github.com/sirgrimorum/pages
Informations about the package pages
pages
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.
Install
Via Composer
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
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)
And registerin the crud configuration files in sirgrimorum/crudgenerator
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)
Usage
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
Contributing
Please see CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of pages with dependencies
laravel/framework Version >=6.0
sirgrimorum/transarticles Version >1.2
sirgrimorum/crudgenerator Version >3.7.6