Alright so my PDO connection keeps failing for what seems like no reason. I created a separate site...
Hi, I have to insert in a table something like 18000 records. I didn't try to use Eloquent, but usin...
Hello In my job, we developed 7 years ago an Intranet without a PHP framework. The project has grown...
You can create this query SELECT * FROM users AS t1 LEFT JOIN installs AS t2 ON (t1.id = t2.usuario_...
###Here is my seeder table class class DataClassificationTableSeeder extends Seeder{ //Data Classi...
I want to mak a one-to-many relationship like in the tutorial. One To Many An example of a one-to-m...
I read the "API" and it says pretty much nothing, doesn't give a clue about what DB::getQu...
Lets say I have a list of Status 1 - Pending Submit 2 - Submitted 3 - Extra Images Uploaded 4 - Com...
Laraval is awesome in almost every way. The only thing i don't understand. Laravel supports cross-d...
I am creating a bug tracking tool for mainly personal/in-house usage. BugSnag is kind of the motivat...
Hello, In my laravel 4 application, I need to add more fields in user table. I made new migration fi...
i realize the question sounds very rudimentary, but coming in from the front end side of development...
Hi everyone, i'm trying to implement in my Laravel 4 app, a script that shows me which users are onl...
At this point I have two files in my migration folder, one to create the table with its columns, and...
Hello Guys and Girls. I am currently developing a small web-app using laravel. In general, I am very...
public function getCategory($category_id) { $category = Category::with(['products' => fun...
I have a server running php 5.3.22. When I make a call to an eloquent model I get an error: $email =...
Hey guys, I'm trying to figure out if this is the best way to go about this. I have a tv_shows table...
Hi ! I have a lists on articles that I get from a simple Eloquent query Article::where('state', '=',...
Hi. I have looke all over github but i didn't manage to find an app that uses SQLite and image uploa...
Solutions given in the past year. Excluding solutions from thread authors.
The Laravel portal for problem solving, knowledge sharing and community building.
The community