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...
Hi everyone, i'm trying to implement in my Laravel 4 app, a script that shows me which users are onl...
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 =...
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...
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...
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...
In my controller I'm trying to delete a record from a table and the only message I get back to the c...
Howdy. I have nested resource controllers, like so: http://example.org/v1/jobs/1/departments My issu...
I'm currently building out a query using Fluent, and it works correctly - but I'd like to run SELECT...
what i need to do is rollback a migration i did a few days ago. is this possible? i've read the docu...
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