LaravelPackages.net
Acme Inc.
Toggle sidebar
grundmanis/laracms-pages

Laracms pages module

170
0
About grundmanis/laracms-pages

grundmanis/laracms-pages is a Laravel package for laracms pages module. It currently has 0 GitHub stars and 170 downloads on Packagist. Install it with composer require grundmanis/laracms-pages. Discover more Laravel packages by grundmanis or browse all Laravel packages to compare alternatives.

Last updated

Lara CMS - Pages module

This is a Laracms module. This module allows to create a new pages with urls for your website.

laracms dashboard

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
Comments