caydeesoft/installer 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

caydeesoft/installer

最新稳定版本:v1.0.5

Composer 安装命令:

composer require caydeesoft/installer

包简介

WordPress-style installer and plugin installer feature pack for Laravel

README 文档

README

A WordPress-style installer and plugin installer feature pack for Laravel.

Description

This package provides a robust, WordPress-style installer and plugin installer feature pack specifically designed for Laravel applications. It aims to simplify the initial setup and ongoing management of plugins within your Laravel project, offering a familiar experience for developers accustomed to WordPress's extensibility.

Installation

You can install the package via Composer:

composer require caydeesoft/installer

Laravel Integration

For Laravel applications, the package will automatically discover its service provider. If you need to manually register it, add the following to your config/app.php file within the providers array:

'providers' => [
    // ...
    Caydeesoft\Installer\InstallerServiceProvider::class,
    // ...
],

Requirements

  • PHP ^8.2
  • illuminate/support ^12.0
  • illuminate/filesystem ^12.0

Usage

Installing Features

This package provides an Artisan command to install the necessary files and configurations into your Laravel application.

To install the features, run the following command:

php artisan installer-features:install

If you need to overwrite existing files, you can use the --force option:

php artisan installer-features:install --force

After running the install command, you should perform the following steps:

  1. Dump Autoload:
    composer dump-autoload
  2. Run Migrations:
    php artisan migrate
  3. Clear Optimization Cache:
    php artisan optimize:clear

[// TODO: Add more detailed usage instructions for the installed features, such as how to create and manage plugins, once the stubs are clearer.]

Contributing

[// TODO: Add contribution guidelines if this project is open to contributions.]

License

This project is proprietary.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: proprietary
  • 更新时间: 2026-05-11

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固