adliih/laravel-breeze-react-render
最新稳定版本:1.0.0
Composer 安装命令:
composer create-project adliih/laravel-breeze-react-render
包简介
The Laravel Template charged with Breeze (react) and Render-deployable
关键字:
README 文档
README
The Laravel Template charged with Breeze (react) and Render-deployable
Development
Install PHP Dependencies
docker run --rm -v $PWD:/app composer install
Run Application
./sail up
This also run npm run dev that will watch the package that we use on react part
You can access the application at localhost
Deploying on Render
Reference: Render Blog
- Create a new Webservice with Docker run type
- Add the required environment:
DB_CONNECTIONDATABASE_URL: e.g for mysql connection:mysql://user_name:some_password@somedomain.com/database_nameAPP_KEY: Copy value from./sail php artisan key:generate --show
- Deploy
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-05-06