refactorian / laravel-docker

Laravel Docker Template - Laravel v11.x, PHP v8.3.x, MySQL v8.1.x, phpMyAdmin v5.x, Mailpit v1.x
286 stars 116 forks source link

Laravel 11 #26

Closed cth18012017 closed 7 months ago

cth18012017 commented 7 months ago

Hello, there are a preview branch for laravel 11? Do you know about this side for docker, more modularity, kubernetes and so on: https://chris-vermeulen.com/

In my case i use your and this as poc but i will Start with laravel 11.

Today i become a issue for implementing .npmrc file because we must use a special registry.

refactorian commented 7 months ago

Laravel 11 Coming Soon 🥳

cth18012017 commented 7 months ago

Hello, i hope you can Integration for npm install Details for pem certificate using. Npm goes over a https link to the artefactory . Please integrate an example and the using of. npmrc.

Please a other question: how can i use your code and the Code of Chris from the Website of my first comment.

refactorian commented 7 months ago

I have added a .npmrc file to the source. Please configure it as per your need.

This repository was meant for development only. Deploying a Laravel application on Kubernetes involves several steps, including containerizing your Laravel app, creating Kubernetes manifests, and setting up necessary resources. I think if you just follow the steps that Chirs have done, you should be good to go 🚀

cth18012017 commented 7 months ago

Many thanks. I will use it on monday.

I have a Monolith app 14 years developmenttime. We will transform it to laravel framework. Wie will use microservices. We will cit the App in many bussines parts. Which is the best way to use this with Lara.

refactorian commented 7 months ago

You're welcome ☺️

If you are looking for an easy way to deploy your Laravel apps, I think you should check out Laravel Forge.