Im new to laravel and i wish to add some data to my database, im following tutorial from lynda.com U...
In my migration code I have: if (Schema::hasTable('activity_log')) { Schema::table('activity...
I can't workout why I cannot override the values specified in my ModelFactory.php file, from within...
Currently I am retrieving product results for a category like this: $products = $category->produc...
I would like to left join data from a many-to-many relationship. In my first attempt to solve the pr...
shikhar-kr liked this thread
Before I start, I ask politely, that you forgive me as I struggle to put things into words. Sufferin...
Hello I need to remove null coming from database , after using this code $school_dropdowns = DB::tab...
How do i use Eloquent to search for newest and oldest records from the database.
I am attempting to sum the values of the numbers in one of the columns in my table. I want these val...
Hey, I'm having a hard time compiling the DB:: or preferably Eloquent code for a query that involves...
I'm trying to find all records that exist in both listings and listings_queue tables. Laravel $count...
Hi there i'm noob to laravel. I have some problem with form: originally from stackoverflow: http://s...
Hi, having this relation public function programs() { return $this->belongsToMany...
How to get Image from MS SQL Server Database. Column DataType: Image ?
I am making a system where each user has a own db. so when user login then db should be change by ge...
I'm trying to make a search function with laravel 5 and it's not passing the results variable to the...
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'cruds.users' doesn't exist (SQL: select *...
I am fairly new to laravel. I have developed two small web app which doesn't require that much of at...
I use PostgreSQL with partitioning by one table. Here's my quesrtion. Is there any way to query ONLY...
How would I do the following query using query builder? Preferably without using any raw sql :-) SEL...
janise liked this thread
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