Skip to content

Aleksst95/TestApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First start

  1. cp ./docker/.env.example ./docker/.env - create docker .env file. Check ports availability from the .env file before the next step.
  2. make start - run docker containers
  3. cp ./.env.example ./.env - create laravel .env file
  4. make generate-app-key - generate the Laravel Application Key
  5. make composer-install - get composer dependencies
  6. make migration-seed - run migrations with seeds
  7. Add to the system hosts file the following line 127.0.0.1 alex-test.local
  8. Go to the alex-test.local

Additional information

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published