orians/framework
最新稳定版本:1.1.7
Composer 安装命令:
composer require orians/framework
包简介
A framework package for OrianSoft and OrianSoft Clients.
README 文档
README
This repo can be used to scaffold a Laravel package. Follow these steps to get started:
- Press the "Use this template" button at the top of this repo to create a new repo with the contents of this skeleton.
- Run "php ./configure.php" to run a script that will replace all placeholders throughout all the files.
- Have fun creating your package.
- If you need help creating a package, consider picking up our Laravel Package Training video course.
Installation
You can install the package via composer:
composer require orians/framework
You can publish and run the migrations with:
php artisan vendor:publish --tag="framework-migrations"
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --tag="framework-config"
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-07-31