i have two tables books and 'books_photos' table . Which has one to one relationship. <?php...
Hi, i have following migration: $tableName = 'oxacceptedterms'; Schema::create($tableName, func...
Hello, I have some problems with validation rules in FormBuilder. I want the second choice field to...
I have three tables: Item { id, category_id, name, price} Category { id, subcategory_id, name } Subc...
I'm using Mockery in my Laravel based PHP project to help test a Laravel MVC controller. Below is th...
I have a social network type site where there is the normal front end and an admin interface for me...
Hello Everyone, I am new to laravel Framework.I am looking for Baisc CRUD application or any best re...
I have NFS enabled in Homestead.rb (otherwise my responses are way too slow): # Register All Of...
Hi! First time posting here but always reading issues and solution. Great Forum. My issue is that I...
I have two tables: books and photos table. I stored all the information of books in the books table...
Hello to all, I have been looking at the csrf middleware and it seems to me that the proper http res...
Hello,.. I am new in laravel, and I have a problem when going to transform the model into an array....
Hello, a few months ago, I successfully implemented Infinite Scroll in Laravel 5 using this tutorial...
After updating redis package composer shows this kind of error Fatal error: Cannot declare class Com...
Hi how can I implement infinite scroll with custom queries in Laravel ? Something like : $query = Se...
I have a Laravel project with 1000+ tests. What I noticed is that the larger my routes.php file gets...
Hi! I hope this is the right place to ask this. I want to queue one job per user per minute. Not all...
Hi all, I am a front end developer so don't hang me up please. Managed till now to install a new cop...
Hi, I am facing this very strange problem with Laravel 5.3. On my localhost i'm testing mail deliver...
Hi, I can't find a way to do a left join to count elements from pivot table using Eloquent and Fluen...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community