macropay-solutions/maravel-framework-dev
最新稳定版本:1.0.10
Composer 安装命令:
composer require macropay-solutions/maravel-framework-dev
包简介
Development library for maravel-framework
关键字:
README 文档
README
Development Library for Maravel-Framework ^10.55.0
Installation
1. Run composer command:
composer require macropay-solutions/maravel-framework-dev --dev
2. Register the provider in Maravel in bootstrap/app.php
if (\env('APP_ENV') === 'local') { $app->register(\MacropaySolutions\MaravelFrameworkDev\ServiceProvider::class); }
Usage
php artisan ...
Analog with the commands from maravel-framework/laravel 10
License
This package is licensed under the license MIT.
统计信息
- 总下载量: 168
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-12-10