I have an Artist model and an Item model. class Artist extends Model { protected $table = 'conta...
I've got two three tables setup: users, posts, post_images. I have a foreign key setup on posts tha...
I'm using Laravel 4 I'm getting this error preg_replace(): Parameter mismatch, pattern is a string w...
Hi, I am fetching data via an MS SQL Stored Procedure in the following manner: $historyData = DB::se...
i'm trying to displaying single data like this id TenantID name username password sender...
Hello everyone. I have users, which has some indexes of progress. Depending on how user works in my...
Hey Guys, I've got a problem where I've created a Laravel project and the database connection is bei...
I'm just getting started with Laravel so I may be missing something, but here's my route and the vie...
This is a follow up question to : http://stackoverflow.com/questions/29069101/multi-tenancy-in-larav...
Hello! I was wondering if it was possible to create and show a View before the database settings hav...
Hi guys. In our company, we use active directory for authentication. So I set LDAP as a driver in La...
Hi guys, im creating another table using migration in laravel php artisan migrate:make ems after fix...
Hi Folks I currently have a blocks, accounts, transactions and contact tables. What I am trying to a...
What I try to do is a relationship with eloquent between a model called "Location" and a m...
Hi, I have two models, "Article" and "ArticleDescription". "Article" h...
I am using sqlsrv to connect to Microsoft SQL server 2008. If I put the following in my view {{ $use...
I have a SQL, for a table name "students" SELECT Institution_Name, Count(Institution_Name)...
i'm unable to store data of a signup form in my database table, plz help
I'm running a query on Eloquent, I search on a table for a row ID, On Eloquent I'm using: Video::fin...
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