hcipl / pagesmanager
Laravel Pages Manager.
Package info
github.com/zinalpatel16/Pagemanager
Language:CSS
Type:laravel-module
pkg:composer/hcipl/pagesmanager
dev-master
2023-06-02 10:17 UTC
Requires
- php: >=7.0
- illuminate/database: ^5.7 || ^6.0
This package is auto-updated.
Last update: 2026-03-05 12:33:09 UTC
README
A simple page manager to use with Laravel.
Live url : (https://packagist.org/packages/hcipl/pagesmanager)
Usage
- Install the package: "composer require hcipl/pagesmanager"
- Configure your database ".env" file.
- Run migration: "php artisan migrate"
- Run project server "php artisan serve",
- Test url "http://127.0.0.1:8000/pages"
Views Modification
In order to modify the pagesmanager:
- Select the option which depicts "Provider:Hcipl\PagesManager\PagesManagerServiceProvider".
- Run below command to publish the assests. php artisan vendor:publish --tag=public --force
- Run below command to link the storage. php artisan storage:link