All activity
Nitin Mahajan
left a comment
The error message suggests that there might be a namespace conflict. Make sure you're using the correct namespace. In your controller, try using either:
use App\Post;
or
use Corcel\Post as CorcelPost;
Also, make sure that you've run 'composer dump-autoload' after installing Corcel.
Let me know if error message still persist.
If you want to know more about Laravel 10...
Using Corcel with Laravel
Natalie Rosman
Join the discussion
Nitin Mahajan
left a comment
Django is a good option for custom web application development as it is free and open source. In fact, you can explore https://eluminoustechnologies.co... and many other technologies that can help implement your ideas profoundly. Such solutions help develop the proper platform for executing your ideas.
Which is Perfect for Web App Development with Python?
Ahsan Ramzan
Join the discussion