Looking to hire Laravel developers? Try LaraJobs

laravel-breeze-react-render maintained by adliih

Description
The Laravel Template charged with Breeze (react) and Render-deployable
Last update
2023/05/13 19:56 (dev-master)
License
Links
Downloads
8

Comments
comments powered by Disqus

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

  1. Create a new Webservice with Docker run type
  2. Add the required environment:
    1. DB_CONNECTION
    2. DATABASE_URL: e.g for mysql connection: mysql://user_name:some_password@somedomain.com/database_name
    3. APP_KEY: Copy value from ./sail php artisan key:generate --show
  3. Deploy