Skip to content

andreysssr/laravel_course

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel crash course

Use: Terminal => Linux or MacOs (... or Windows)

DevDependencies:

  1. Install git
  2. Install docker
  3. Install docker-compose
  4. Install make

Load docker images and create containers || start containers

make start

Stop containers

make stop

Show all started containers

make show

Add SSL certificate

sudo docker run -it --rm --name certbot \
            -v "/etc/letsencrypt:/etc/letsencrypt" \
            -v "/var/lib/letsencrypt:/var/lib/letsencrypt" \
            -p 80:80  certbot/certbot certonly

About

Laravel Crash Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 93.2%
  • HTML 3.2%
  • Makefile 1.5%
  • Dockerfile 1.5%
  • Vue 0.6%