Skip to content

Tag: laravel

Trying to get non ojbect. First(). Laravel

The error starts in src=”{{$post->image}}”>; What’s wrong ? How to fix it Answer modify your code like below in controller in blade file no need of for loop because $Sport_Post is a single object not a collection so modify blade code as below:

How to correctly use Laravel and Vue?

Please am new in using Laravel + Vue. I have registered a component but it is failing to display content in my blade template. Please i need assistance on how to properly do that in Laravel and Vue? Code below layout.app welcome.blade.php app.js Content in my Articles.Vue Please i need assistance..Its not wor…

Docker and Laravel 8 migrate issue

I’ve followed this tutorial docker tutorial and it is an awesome tutorial by the way. Installed an 8 Laravel version and when I tried to run PHP artisan migrate, this problem came out: And I guess this is linked to Laravel 8 when running into a Docker environment. Let’s see the docker-compose.yaml…