Skip to content

pakaya16/worktodotask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install docker link https://www.docker.com/docker-mac

Install Docker Compose link https://docs.docker.com/compose/install/

use port 3306, 80

git clone https://github.com/pakaya16/worktodotask.git
cd worktodotask
docker-compose up -d
docker ps

copy ContainerID

345a3a6b9831 worktodotask_phpfpm "docker-php-entryp..." 4 minutes ago Up 4 minutes 9000/tcp worktodotask_phpfpm_1

docker exec -it < ContainerID > /bin/bash
cd laravel
composer install
php artisan migrate:refresh --seed

open broswer https://localhost/

see text laravel

open document https://localhost/doc

About

api by laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages