Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 268 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 268 Bytes

Deployment

The application can be deployed to AWS by running:

composer install
npm install
php artisan config:clear
serverless deploy

Read more in the Laravel Bridge documentation.