Laravel GET /status
Deployed on G8Deck

It's live.
Now push a change.

This is a stock Laravel app running on G8Deck. Edit this page in your fork, push to GitHub, and watch the deployment roll out on its own.

runtime production
framework
Laravel 13.23.0
php
8.4.25
server
g8node-56
database
checking…
migrations
checking…
cache
checking…
visits
checking…

Workshop flow

Fork first, deploy from the fork — so the deploy key and webhook belong to you.

  1. Fork

    Fork this repository to your own GitHub account.

  2. Create

    In G8Deck, create an application from your fork.

  3. Deploy

    Run the deployment. You get a URL — this page.

  4. Push

    Change something, push, and watch it redeploy.

Try it now

Change the headline above, then push. The page updates once the new release is live.

# in your fork
$ vim resources/views/welcome.blade.php
$ git commit -am "Change the headline"
$ git push