I suspect you have created the project or did an composer update on a system with PHP 7.3 Laravel 6...
Thanks for the screenshots, they made it clear. You can use Dog::all(); (because you have the use st...
Can you explain how it fails? The first impression is that this looks good.
Apache is a webserver while artisan is a cli tool. Maybe you mean the artisan serve command? That is...
By default Laravel expect a created_at and updated_at column in your tables. You can disable it with...
The Laravel portal for problem solving, knowledge sharing and community building.