I am trying to combine results of two queries: For my first query, dd($sales) array:3 [▼ 0...
Hi fellas, after updating to Laravel 5.4 I have received some weird errors that I don't know how to...
I am trying to merge two queries $sales = DB::table('sales') ->join('drugs', 'drugs.id', '=',...
Hey guys, Been trying to come with solution to translate this query as eloquent as possible, but kee...
I am trying to insert 1000's of dummy records over numerous seeding artisan commands. But I am stuck...
Hi. how can i input mutliple data from form into database using laravel 5.3 my code for form is be...
Hi, i have following migration: $tableName = 'oxacceptedterms'; Schema::create($tableName, func...
I have three tables: Item { id, category_id, name, price} Category { id, subcategory_id, name } Subc...
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...
Hi how can I implement infinite scroll with custom queries in Laravel ? Something like : $query = Se...
Hi, I can't find a way to do a left join to count elements from pivot table using Eloquent and Fluen...
I want to create 1000's of dummy users, but also correct relations. Example would be create a User w...
I've just started to study Laravel using this course Laravel 5 Fundamentals but in lesson 22 I've a...
i want a helper function to get an element out of my database. can anybody help me?
I make 2 table inside up function. I can access groups table. But how can I retrieve group_details t...
Hello people, I want to add two same ids the intermediate table of a Many To Many relationship using...
This package is the solution to compile and process JasperReports (.jrxml & .jasper files) just...
I'm trying to return a count of a query with multiple where conditions. I have batches of licenses....
I'm trying to output my posts and for that in a specific page I call a function with foreach to load...
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