Lara CMS - Pages module
This is a Laracms module.
This module allows to create a new pages with urls for your website., (*1)
, (*2)
How to use
Publish page layouts to make available to modify them, (*3)
php artisan vendor:publish --tag=laracms_pages
Then resources/views/laracms/pages/layouts
will appear with 2 already created layouts,
You can create your own layouts in this folder and they will be automatically grabbed by laracms., (*4)
Click on "pages" menu point or go to yourhost.com/laracms/pages/
, create a new page by using unique URL, choose layout and
type some text. Now, You can see your page: yourhost.com/whatever_created_page_slug_here
, (*5)
Installation
Run, (*6)
composer require grundmanis/laracms-pages
then run migration:, (*7)
php artisan laracms:configure