Route::middleware([ 'auth:sanctum', config('jetstream.auth_session'), 'verified', ])->group(function () { Route::redirect('/dashboard', '/admin'); }); Route::get('/', Dashboard::class) ->name('dashboard'); Route::get('/posts/{post:slug}', Show::class) ->name('posts.show');
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter