Laravel Cloud Deployment Open Source Kit

Описание к видео Laravel Cloud Deployment Open Source Kit

‼️ Four Steps From Installation To Deployment ‼️

https://github.com/rcravens/kit

1️⃣ Installation
git clone https://github.com/rcravens/kit.git infra
cd infra
./.code/bin/install.sh

2️⃣ ️Create Development Environment
kit new laravel

3️⃣ Provision Servers
kit make server prod
kit provision prod

4️⃣ Deployments
kit laravel make registry
kit laravel image
kit laravel:prod deploy

5️⃣ Migrations, Horizon, Scheduler
kit laravel:prod artisan migrate
kit laravel:prod artisan db:seed
kit laravel:prod horizon start
kit laravel:prod cron start

Quickly get your laravel environment up and running with this application starter kit. If you are looking for a bit more flexibility then this might be your solution. Here are some features of this kit:

👉 Template Based - I want to be able to use the same kit for many different frameworks. So no matter if you are developing in Laravel or Django or just need to spin up a quick MySQL data server, there are templates to support your needs.

👉 Enhanced Environment - The template provides the initial infrastructure as code. If needed, you can modify the image to add new features. For example, I had a need to integrate with SQL Server, Active Directory, and other services, so a quick modification of the Dockerfile got me where I needed to be.

👉 Architecture - I believe that the code for the CI/CD or DevOps tooling does not belong in the same git repo as your application code.

👉 Deployments - The deployment pipeline should leverage infrastructure as code and be easy. This kit makes it easy to deploy your changes to any number of servers.

#laravel #kit
#technologysandbox

Комментарии

Информация по комментариям в разработке