20240808
2024.08.07 - [PHP 일지/SNS 프로젝트] - 20240807 202408072024.08.06 - [PHP 일지/SNS 프로젝트] - 20240806 20240806인스타그램 , FaceBook과 같은 SNS를 제작을 목표로 페이지를 만들고 있다. 먼저 제일 중요한 Feed에 대한 모델링이다.게시물 테이블 (Feeds)id (Primary Keyrecordfordev.tistory.com 어제 덜 이쁜 Feed 인서트 폼까지 만들었다. 이제 데이터를 Insert 해보자 라우터에 Route::middleware('auth')->group(function () { Route::post('/api/feed/store', [FeedController::class, 'store']);}); ..
2024.08.08