Request
is already used in Laravel. You better use another class name.
config/app.php
...
'Request' => 'Illuminate\Support\Facades\Request',
...
Namespacing is really the way to go here. You'll never be able to create an Event class without it.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community