Add (publish date): Change to datetime, show on view, save publishdate properly
add (composer): rss feed
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user