envor/one-app
Composer 安装命令:
composer require envor/one-app
包简介
Database per team starter kit for Laravel based on Laravel Jetstream and Livewire
README 文档
README
Database per team starter kit for Laravel based on Laravel Jetstream and Livewire
Installation
First set up a fresh laravel app:
Using laravel installer
laravel new one-app
Or using composer
composer create-project "laravel/laravel:^11.0" one-app
cd one-app
Then you can install the package via composer:
composer require envor/one-app
php artisan one-app:install
To Configure your platform database (aka central or landlord database, etc..)
Add the following key to your .env file:
PLATFORM_DB_CONNECTION=sqlite
Note
If you use a connection other than sqlite, you will have to ensure you have configured you credentials for the connection
Next, freshen your migrations, using the database/migration/platform path, and the name of your PLATFORM_DB_CONNECTION
php artisan migrate:fresh --path=database/migrations/platform --database=sqlite
You can now test your application to ensure everything is working properly!
php artisan test
SSO (Optional)
If you need it you can set up one-app to use laravel/passport instead of laravel/sanctum which will include a full OAuth2 Server, complete with self-service token and client management ui.
First follow the steps above to install one-app.
Next install headerx/laravel-jetstream-passport
composer require headerx/laravel-jetstream-passport:^1.0
Important
Do not run the jetstream-passport:install command from headerx/laravel-jetstream-passport when setting up one-app! one-app has its own command for installing passport (shown below).
Then run one-app:passport command
php artisan one-app:passport
Then run migrations
php artisan migrate --path="database/migrations/platform" --database="sqlite"
Then run tests again!
Testing
php artisan test
or
composer test
Development
This thing installs stuff. During development the stubs will have to be tested. What follows are instructions for doing so.
requirements:
- php ^8.2
- composer
- basic working knowledge of git
1. Setup Laravel Environment in an empty directory
composer create-project laravel/laravel:11.x-dev . composer require laravel/jetstream:@dev --no-interaction --no-update composer require envor/one-app:@dev --no-interaction --no-update composer config repositories.one-app '{"type": "path", "url": "one-app"}' --file composer.json
echo "PLATFORM_DB_CONNECTION=sqlite" >> .env
echo "one-app/" >> .gitignore
git add . && git commit -m "setup testing environment"
2. Clone the repo
SSH
git clone git@github.com:envor/one-app.git
HTTPS
git clone https://github.com/envor/one-app.git
3. Install dependencies (in root working directory, not one-app)
composer update "laravel/jetstream" --prefer-dist --no-interaction --no-progress -W
4. Install one-app (in root working directory, not one-app)
composer update "envor/one-app" --prefer-dist --no-interaction --no-progress -W
php artisan one-app:install -v
5. Install npm dependencies (in root working directory, not one-app)
npm install
6. Compile Assets (in root working directory, not one-app)
npm run build
7. Execute tests (in root working directory, not one-app)
php artisan test
8. If you are green, you are good to go. You can now reset your environment to begin making changes.
git reset --hard && git clean -df
composer install
9. Make your changes
Edit files in one-app/ directory
10. Test your changes by repeating steps 3-7.
11. Repeat steps 8-10
12. Repeat step 11 as many times as needed.
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.
Credits
License
The MIT License (MIT). Please see License File for more information.
envor/one-app 适用场景与选型建议
envor/one-app 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 3.9k 次下载、GitHub Stars 达 2, 最近一次更新时间为 2024 年 02 月 25 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「laravel」 「envor」 「one-app」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 envor/one-app 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 envor/one-app 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 envor/one-app 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Some helpful (database level) macros for laravel's schema builder. Requires Laravel 11.
This is my package platform
On Prem Laravel
Alfabank REST API integration
This is my package libstream
A small package for managing multiple databases and their connections at runtime using laravel tools.
统计信息
- 总下载量: 3.9k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 9
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-02-25