rest-api-with-lumen icon indicating copy to clipboard operation
rest-api-with-lumen copied to clipboard

Class 'App\Providers\Message' not found

Open rstevens354 opened this issue 6 years ago • 1 comments

Following the steps to create the /messages routes

Once running the endpoints I get the error: Class 'App\Providers\Message' not found

rstevens354 avatar Sep 04 '18 09:09 rstevens354

Because that class doesn't exists. You have to create the class.

hasib32 avatar Sep 05 '18 21:09 hasib32