s-ike / Laravel11_amazonlinux_template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel11_amazonlinux_template

License

Introduction

Build a simple laravel development environment with docker-compose. macOS(M1 or later) supported.

Usage

Create an initial Laravel project

  1. Click Use this template
  2. Git clone & change directory
  3. Edit ./src/.env.example for your environment
  4. Execute the following command
$ make

http://localhost

Container structures

├── web
└── db

About

License:The Unlicense


Languages

Language:PHP 55.3%Language:Blade 39.8%Language:Makefile 3.7%Language:Dockerfile 0.9%Language:JavaScript 0.3%