Welcome Guest, Not a member yet? Register   Sign In
Tutorial (Class 'App\Models\NewsModel' not found)
#2

You didn't namespace your model. Assuming your model is stored at applications/Models/NewsModel.php, you should have this line at the very top of the file:

Code:
namespace App\Models;

That's how the application knows where to find it.
Reply


Messages In This Thread
RE: Tutorial (Class 'App\Models\NewsModel' not found) - by kilishan - 10-16-2017, 10:35 AM



Theme © iAndrew 2016 - Forum software by © MyBB