Is your api route a route described in api.php? That is a route group that by default doesn't has a...
From the documentation: https://laravel.com/docs/7.x/database#running-queries The select method wil...
I suspect that is because of this line: <link href="back/assets/font-awesome/css/font-awesom...
For any none GET route you need to have a csrf token. That is missing in your form, you can add it w...
With ^1.0 makes composer install the latest 1.* version that is possible. But because 1.4 requires P...
The Laravel portal for problem solving, knowledge sharing and community building.