Closed tamurayk closed 3 years ago
{ユーザー名}
user_profiles.name
select * from user_profiles where name = {ユーザー名};
LengthAwarePaginator
[x] routing
[x] Controller
[x] blade
[x] user_profiles テーブル追加
[x] useCase
[x] controller実装
{{ $paginator->links() }}
public/storage
storage/app/public
php artisan storage:link
./src/storage/app/public:/srv/public/storage
<img src="{{ asset('storage/ユーザーID/posts/' . $post->image) }}">
URL
route/action
機能
{ユーザー名}
の投稿一覧をリスト表示{ユーザー名}
=user_profiles.name
処理内容
userId 取得UserProfiles Entity 取得select * from user_profiles where name = {ユーザー名};
LengthAwarePaginator
取得TODO
[x] routing
[x] Controller
[x] blade
[x] user_profiles テーブル追加
[x] useCase
[x] controller実装
[x] blade
{{ $paginator->links() }}
一覧のデザインをブラッシュアップice boxnote: 画像表示
public/storage
からstorage/app/public
へシンボリックリンクphp artisan storage:link
./src/storage/app/public:/srv/public/storage
をマウント //ハマりどころ<img src="{{ asset('storage/ユーザーID/posts/' . $post->image) }}">
次のタスク