php - ReflectionException in laravel: it cannot find a request that i just created -


i have request file named usersrequest (in app\http\requests) , @ top

use app\http\requests\usersrequest 

i error: "reflectionexception in routedependencyresolvertrait.php line 57: class app\http\requests\usersrequest not exist" ..although manually created file php artisan make:request usersrequest

yesterday renamed userrequest usersrequest. use phpstorm , editor finds userrequest, not usersrequest (this last 1 in yellow)

is there way of refreshing project or tell laravel usersrequest exists ?

i went userrequest , works fine. maybe related pluralism or request name has match somehow class name


Comments

Popular posts from this blog

c# - Better 64-bit byte array hash -

webrtc - Which ICE candidate am I using and why? -

php - Zend Framework / Skeleton-Application / Composer install issue -