There was an error while loading. Please reload this page.
1 parent 2e8e38b commit ac8785cCopy full SHA for ac8785c
routes/web.php
@@ -11,4 +11,5 @@
11
|
12
*/
13
14
-Route::get('/','PostController@create');
+Route::get('/','PostController@create')->name('post.create');
15
+Route::post('/','PostController@store')->name('post.store');
0 commit comments