Snippets tagged “routes”
3 snippets use this tag.
- How to disable registration new users in LaravelPHP
To disable registration of new users in Laravel, you can remove the registration routes from the web.php file in the routes folder.
- Laravel - Using (:any?) wildcard for ALL routes?PHP
In Laravel, you can use the (:any?) wildcard to match any URI for a specific route.
- Laravel says "Route not defined"PHP
There could be several reasons why you are seeing this error message in Laravel.