hcipl/pagesmanager
Composer 安装命令:
composer require hcipl/pagesmanager
包简介
Laravel Pages Manager.
README 文档
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
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-06-02