Can you share the code from your model? ( App\Models\Matricula)
Hello fhilippe-gabriel, Can you show the parts of the code where you save the data? Currently I gues...
Your document root should be the directory public where every request should be handled by index.php...
The router component will not know what to use. An option that I have done before in an older projec...
It means you call an url that is registered as a route but not as a GET route. See https://laravel.c...
The Laravel portal for problem solving, knowledge sharing and community building.