Skip to content

Commit 3578e27

Browse files
authored
Add redirect
1 parent 65035eb commit 3578e27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

routes/web.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
Route::redirect('/newsletter', 'https://simonhamp.mailcoach.app/nativephp');
1919
Route::redirect('/sponsor', '/docs/1/getting-started/sponsoring');
20+
Route::redirect('/phpverse-2025', 'https://lp.jetbrains.com/phpverse-2025');
2021

2122
Route::view('/', 'welcome')->name('welcome');
2223
Route::view('/blog', 'blog')->name('blog');

0 commit comments

Comments
 (0)