adliih / laravel-breeze-react-render
The Laravel Template charged with Breeze (react) and Render-deployable
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.1
- guzzlehttp/guzzle: ^7.2
- inertiajs/inertia-laravel: ^0.6.3
- laravel/framework: ^10.8
- laravel/sanctum: ^3.2
- laravel/tinker: ^2.8
- tightenco/ziggy: ^1.0
Requires (Dev)
- fakerphp/faker: ^1.9.1
- laravel/breeze: ^1.20
- laravel/pint: ^1.0
- laravel/sail: ^1.21
- mockery/mockery: ^1.4.4
- nunomaduro/collision: ^7.0
- phpunit/phpunit: ^10.1
- spatie/laravel-ignition: ^2.0
This package is auto-updated.
Last update: 2025-03-13 22:00:00 UTC
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_CONNECTION
DATABASE_URL
: e.g for mysql connection:mysql://user_name:some_password@somedomain.com/database_name
APP_KEY
: Copy value from./sail php artisan key:generate --show
- Deploy