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.
- 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
tosail
for comfort
- 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 :)