yu_sologia / lara-backend-service
Yu_sologia默认后端服务。
v1.0.3
2024-06-01 08:10 UTC
Requires
- php: ^8.2
- laravel/framework: ^11.0
- laravel/tinker: ^2.9
- yusologia/lara-core: ^1.0
Requires (Dev)
- fakerphp/faker: ^1.23
- laravel/pint: ^1.13
- laravel/sail: ^1.26
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.0
- phpunit/phpunit: ^11.0.1
- spatie/laravel-ignition: ^2.4
This package is auto-updated.
Last update: 2024-10-01 00:20:48 UTC
README
安装
composer create-project yusologia/lara-backend-service project
配置系统在config/core.php中
return [ 'prefix' => [ // Base uri for website application 'web' => env('BASE_WEB_PREFIX', 'web'), // Base uri for mobile application 'mobile' => env('BASE_MOBILE_PREFIX', 'mobile'), ], 'namespace' => [ // Base namespace for website application 'web' => env('BASE_WEB_NAMESPACE', 'Web'), // Base namespace for mobile application 'mobile' => env('BASE_MOBILE_NAMESPACE', 'Mobile'), ] ];