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...
Hi Models : There is Party (should be renamed 'game') User can register to Party then user has a reg...
Hi, I want to create a sort of basic twitter clone as a learning project and wondered how you would...
Hi everyone :) I'm having a problem with determining a owner of a model. The application is supposed...
This isn't working, and maybe it's not possible, or maybe I'm close? $allcars = $user->cars()...
Hi, my L4 apps runs in MySQL, and all my user accouts are in SQL-Server. I would like create a basic...
Hello Forums, I seem to be having a wee bit of trouble, well, I mean, a lot of trouble with attempti...
Hi, When I save a model, I want to validate its contents; I use a validator and a protected array of...
Anybody know how create this SQL with Query builder: SELECT * FROM (SELECT * FROM 005_056_cola_envio...
Hi, I have update the composer.phar today, and since that, all the methods in the model files don't...
Hey guys I had some doubts and concerns about using an HMVC approach with Request::create() so I did...
How well does Laravel (or more so PHP) handle integrating with databases where the table/column name...
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