This is an example of a Laravel application that uses Deckrun to build and deploy it.
- Deckrun CLI installed and set up
- Docker installed
- A Cluster created on Deckrun
git clone git@github.com:deckrun/laravel-getting-started.git
cd laravel-getting-started
deck init
deck service create
deck deploy
Use the URL provided in the output of the deck deploy
command.