Skip to content

jsdecena/docker-php-lemp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EARN Accounting Software

DAD custom accounting software

How to Install

  • Download and install docker in your system. Download here

  • Install composer here if you haven't

    • In the project/, rename .env.example to .env
  • Move to the root folder and run cd projects && docker-compose up -d

  • Go inside the docker container: docker exec -it app sh

  • Once inside, run composer install && php artisan fresh && php artisan db:seed

  • Open your browser and go to http://localhost:8000

  • Enjoy!