DEV Community

Discussion on: Deploy Serverless Laravel application using bref

Collapse
 
agungdarmanto profile image
Agung Darmanto

Great article! Just want to clarify that command php artisan vendor:publish --tag=serverless-config only works when install composer require bref/laravel-bridge which is missing from your article.

Collapse
 
bmitch profile image
Bill Mitchell

Thanks, I just ran into the same issue and that fixed it.

Collapse
 
chandreshhere profile image
Chandresh Singh

This command worked for me without installing this package. However you only need that package if you want to use SQS. I have written about queue setup on SQS using this package here: dev.to/chandreshhere/setup-queue-w...