定制 robinthijsen/laravel-cms 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

robinthijsen/laravel-cms

最新稳定版本:v0.1.5

Composer 安装命令:

composer require robinthijsen/laravel-cms

包简介

A Simple Laravel CMS package using livewire

README 文档

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Laravel Package CMS is a package that allows you to create a CMS for your Laravel application.

Installation

First install the package via composer:

composer require robinthijsen/laravel-cms

Then install the package

php artisan cms:install

This will publish the config file to config/cms.php.
Publish the migrations and ask to run them.
And add the service provider to your app.

Usage

After that a new route is available at /admin. First you will need to login with the default credentials:

$email = config('cms.credentials.email');
$password = config('cms.credentials.password');

These are defined in the config file. You can change it in the admin panel, as well as in the config file and in your .env file.

Hope this package is useful for you!

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 7
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-01-11