Laravel 8 form example tutorial. In this post, i will teach from starting on how to send form data on controller and how to insert form data in dat...
For further actions, you may consider blocking this person and/or reporting abuse
thanks for your help
It's my pleasure
thanks for help, but i have a error. why?
Error
Class 'App\Models\Post' not found
You have to create your model first
and do cross-check that, if you have given the right path or not
Thank you for this sample code that works and is really useful.
Can you help push this further as in listing posts modifying deleting on the admin front and a user perspective?
I’m trying to develop a simple blog.
Thank you!
I found the answer, add class into the routes\web.php and the problem was solved
Great work man
Hello, thanks for the example, but I followed the tutorial and it gave an error:
Target class [PostController] does not exist.
put
use App\Http\Controllers\PostController;
in your code web.php
thank you...
thank you for the tutorial, it works well and help me to understand more how to use laravel framework.