mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
feat: Add roadmap functionality
- Added a new method `roadmap` to HomeController for displaying the roadmap view. - Created a new Blade template `roadmap.blade.php` for the roadmap page. - Defined a route `/roadmap` to access the roadmap feature.
This commit is contained in:
@@ -26,4 +26,9 @@ class HomeController extends Controller
|
||||
{
|
||||
return view('support');
|
||||
}
|
||||
|
||||
public function roadmap()
|
||||
{
|
||||
return view('roadmap');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user