-
Notifications
You must be signed in to change notification settings - Fork 0
5.6に対応したLaravel Tutorialの動作検証 #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
新しくtitle,url,description項目を追加した。
5.6
に対応したLaravel Tutorialの動作検証親元となる`app.balde.php`を追加した。
テストの雛形を作成
textlintを追加した。
先にこちらのライブラリーを入れるべきだった。
6dd1a88
to
d4b449d
Compare
…el_tutorial into laravel_tutorial_linklist
0b1c755
to
5e4b357
Compare
一旦、はじめてのLaravelアプリケーションを構築する為のStep by Step Guide - Qiitaの方は、 こちらは別PRで対応します! 👌 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
何を解決するのか
こちらの記事のLaravel Tutorial: Step by Step Guide to Building Your First Laravel Applicationが更新されて
5.6
系に対応した記述になっている。記事を翻訳した当初(2017/07
)は5.4
系でテストに対する項目もなかったり等、古い記述のままになっている為、再度自分の手元の環境で動作検証を行い、変更点を把握します。把握した後は以下の記事を更新する予定です。
はじめてのLaravelアプリケーションガイド詳細
変更点
ModelFactory
がない。UserFactory
がデフォルトである状態になっている。php artisan make:model --factory Link
を実行して、LinkList専用のModelファクトリーを追記する。Link
モデルとLinkFactory.php
が追加される。php artisan migrate:fresh
の説明追記php artisan migrate:fresh
コマンドは、全部のデータベースマイグレーションを最初にロールバックし、それからmigrateコマンドを実行します。このコマンドはデータベース全体を作り直すために便利です。php artisan migrate:fresh --seed
php artisan tinker
の追加レビューポイント
レビュアー
期限
なるはやで