Snippets tagged “middleware”
3 snippets use this tag.
- Create a Laravel Request object on the flyPHP
In Laravel, you can create a Request object on the fly by using the create method of the Request facade.
- 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 - Session store not set on requestPHP
It sounds like you are trying to use the Laravel session, but it is not available in the current request.