Skip to content

Laravel Sail on Gitpod based on Laravel Installation Script

Notifications You must be signed in to change notification settings

Eetezadi/Gitpod-Laravel-Sail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Template repo for Laravel Sail on Gitpod.io

Try or Contribute

Open in Gitpod

This is a template repo, you can create your own using this as a template. Or let Gitpod handle the fork on the first commit.

What this does

  • Installs Laravel Sail on Gitpod based on Laravel installation guide.
  • Runs the Laravel batch script, creates a default stack for example-app with a default stack of mysql, redis, meilisearch, mailpit and selenium.
  • Starts Laravel Sail, migrates the database and is ready for development.
  • Adds an alias for vendor/bin/sail to sail for comfort

Things to do

  • On first start wait until the preview window opens...it will take a while.
  • You may change example_app to your app name. example_app is also set as ignored in .gitignore
  • You may adopt the .gitpod.yml and the bash script using a with query. See the Laravel installation guide for details.
  • Build your own project...hope this saved you some time :)

About

Laravel Sail on Gitpod based on Laravel Installation Script

Resources

Stars

Watchers

Forks

Releases

No releases published