laravel-breeze-react-render maintained by adliih
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