I am a Laravel 10.x programmer How to run Alma Linux in Laravel-Homestead instead of default Ubuntu…...
After PS D:\htdocs_xampp\Laravel9xhomestead> vagrant init laravel/homestead I must use: Laravel I...
I see the default Laravel page rather than my local site... http://cars-paphos-city.test/ I do NOT k...
artisan --version: Laravel Framework 8.41.0 https://laravel.com/docs/8.x/authentication#remembering-...
https://laravel.com/docs/8.x/socialite#retrieving-user-details-from-a-token-oauth2 For doing this, w...
used: https://laravel.com/docs/6.x/csrf solved thank you
http://homestead.test/dog GET // THIS GET ok get the result http://homestead.test/dog POST //...
Thank you - now working 1st way $dogs = \App\Dog::all(); foreach ($dogs as $dog) { echo...
Thank you for your reply I submit these screen-shots to show you my question is App\Dog::all(); //...
I changed to that you say --- see below ... here >>seeds/ContactsTableSeeder.php needed to cre...
The Laravel portal for problem solving, knowledge sharing and community building.