Skip to content

KeisukeKudo/laravel-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Starter Kit

How to use

See Makefile for command details

When creating a new project

Use this repository as a submodule.

$ mkdir example-project && cd example-project
$ git init
$ git submodule add https://github.com/KeisukeKudo/laravel-starter-kit.git docker

Edit the env file if you want to specify various versions.

$ cp .env.example .env
$ vim .env

Create a project and launch a container.

$ make starter

When included in the project

Build and launch.

$ make build && make up

Start the console of each container

Nginx

$ make nginx

PHP

$ make php

Database

$ make db

Access

Application

phpmyadmin

Database

  • HOST: db or laravel-starter-database
    • Connect with 127.0.0.1 from SQL client
  • PORT: 3306
  • DATABASE: app
  • USERNAME: default
  • PASSWORD: secret

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published