Skip to content

timmy1496/laravel-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Setup

  • get .env file

  • docker-compose up -d

  • composer install

  • php artisan migrate (run this command inside php container)

  • php artisan db:seed (run this command inside php container)

  • app/storage/framework directory must contain cache, sessions, and views directories. Create Them if they don't exist

  • sudo chmod -R 777 bootstrap/

    sudo chmod -R 777 public/

    sudo chmod -R 777 storage/

The project will be available at http://localhost:8080

if there are problems with postgre - * sudo chown 1001:1001 -R ./volumes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors