I'm using Mockery in my Laravel based PHP project to help test a Laravel MVC controller. Below is th...
If you're trying to add a column (like your comment says) you need to run a migration: https://larav...
A few more things...Can you post the whole error message, sometimes it tells you a file and a line n...
Try removing the compact around your books array and edit your original post with how your code look...
I think you're foreach loop is wrong in the HTML. Try... @foreach ($books as $book) Notice how I pl...
The Laravel portal for problem solving, knowledge sharing and community building.
The community