Skip to content

Dockerized laravel 7 container for CRUD one to one relations practice

Notifications You must be signed in to change notification settings

Graumenth/laravel-crud-docker-onetoone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Framework

License

Information

This is my first laravel application running on docker. Please follow the guide to install. Laravel installation in this repo is 7.30.1. I followed this guide while building this repository: Digital Ocean

Guide

First of all, make sure you have Docker installed on your computer.

I installed docker images from here before starting. The list of images used is as follows:

    PHP MySQL nginx redis

Please note that redis is optional but I wanted to add it as I am willing to learn it.

After installing the images. Go to your terminal and type the following lines one by one:

docker-compose build app
docker-compose up -d

About

Dockerized laravel 7 container for CRUD one to one relations practice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages