grundmanis / laracms-pages
Laracms pages module
Installs: 170
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:HTML
Requires
- dimsav/laravel-translatable: >=8.0
- grundmanis/laracms: @dev
This package is auto-updated.
Last update: 2025-03-13 14:27:14 UTC
README
This is a Laracms module. This module allows to create a new pages with urls for your website.
How to use
Publish page layouts to make available to modify them
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.
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
Installation
Run
composer require grundmanis/laracms-pages
then run migration:
php artisan laracms:configure