hcipl / pagesmanager
Laravel Pages Manager.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:CSS
Type:laravel-module
Requires
- php: >=7.0
- illuminate/database: ^5.7 || ^6.0
This package is auto-updated.
Last update: 2024-12-05 09:56:54 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