// run this command in terminal php artisan make:controller PostController --resource --model=Post // place this in web.php (route file) Route::resource('posts', PostController::class);