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...
I suspect you have created the project or did an composer update on a system with PHP 7.3 Laravel 6...
The Laravel portal for problem solving, knowledge sharing and community building.