Add (publish date): Change to datetime, show on view, save publishdate properly

add (composer): rss feed
This commit is contained in:
2023-07-31 00:21:18 +08:00
parent 3812976c0f
commit ad384c5fc2
44 changed files with 440 additions and 156 deletions

View File

@@ -12,9 +12,8 @@
| be assigned to the "web" middleware group. Make something great!
|
*/
Route::get('test', function () {
return App\Models\Post::first()->body;
});
Route::feeds();
Auth::routes();