79159692

Date: 2024-11-05 15:19:01
Score: 2
Natty:
Report link

Modify the HOME constant:

public const HOME = '/new_path';

Make sure you have a route defined for the new home path in your routes/web.php

Route::get('/new_path', [ExampleController::class, 'exampleMethod'])->name('new_path');

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: amr kahla