laravel-zeit-now icon indicating copy to clipboard operation
laravel-zeit-now copied to clipboard

Laravel tests on Zeit with now cli deployment using docker

Laravel test on Zeit now

Works fine at laravel.now.sh thanks to Zeit.co.

Repo Deprecated

Zeit's new version has stopped supporting docker containers so this repo is not useful anymore. If you want to run Laravel Docker containers on a serverless environment read this step by step tutorial or check this new repo. Thanks!

To try this repo now Zeit/now

Do the following

  1. Install now cli npm install -g now
  2. clone the repo: git clone [email protected]:geshan/laravel-zeit-now.git
  3. cd laravel-zeit-now
  4. now --public --docker (you might need to login once)
  5. Wait for the container to build and deploy, then hit the URL to see something like http://laravel.now.sh