Skip to content

deckrun/laravel-getting-started

Repository files navigation

Getting Started with Laravel on Deckrun

This is an example of a Laravel application that uses Deckrun to build and deploy it.

Prerequisites

  • Deckrun CLI installed and set up
  • Docker installed
  • A Cluster created on Deckrun

Deploy the Application

1. Clone this repository

git clone [email protected]:deckrun/laravel-getting-started.git

2. Change into the project directory

cd laravel-getting-started

3. Create a New App on Deckrun

deck init

4. Create and Link a MySQL Database

deck service create

5. Deploy the application

deck deploy

6. Open the application in your browser

Use the URL provided in the output of the deck deploy command.

About

Getting Started with Laravel on Deckrun

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages