Skip to content

Laravelの公式ドキュメント読んで、動作確認やテストコード書いたやつ。

Notifications You must be signed in to change notification settings

klack710/study-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

study-laravel

docker exec -it study-laravel_php-fpm bash

これでコンテナの中に入り、以下のコマンドでLaravelに必要なファイルをインストールする

composer install
npm install

localhost:8000で基本のページにアクセスできるようになる。

これを動かすための.envは現在公開していないので、以下のメールアドレスにご連絡を・・・

[email protected]

テストを動かすには

1.mysqlのコンテナに入って

create database `study-laravel-test`

2.php-fpmのコンテナに入って

vendor/bin/phpunit

About

Laravelの公式ドキュメント読んで、動作確認やテストコード書いたやつ。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages