I am sending JSON to an API that I am building. For this particular instance, I am create a "co...
I have a form where a user can update several profile fields such as username, email, location, etc....
Hi, I posted this on SO and haven't found a solution yet: https://stackoverflow.com/questions/243966...
I would like to create an application that logs GET data directly to the DB through Laravel from URL...
try to ensure that the arrival date is before the departure date field, however it prompts error whe...
Hey everyone, i have some weird behavior on my laravel system with Chrome. When i click on menu item...
I want create a gallery. How can I do?
Hello, so i am creating value Money( 500, Currency('EUR') ). What would be the best approach to vali...
i want to save the attached document to database here is my code on adding to database code $data =...
Here's is my case. Let's assume I have web page foo.com. If user already logged in, I need to grab e...
I am using the barryvdh/laravel-cors package for doing my Cross Domain stuff. However, we have cust...
Hello, Given I have a model with an optional 'email' attribute. When specified, it has to link to a...
My file uploading script was working previously, with the same validation rules, it has stopped work...
This is the code of my Eloquent model: protected static function boot() { parent::boot(); s...
Hi there, in my application I want to return a paginated list of users. I would also like the number...
I'm trying to figure out the easiest and most effective way up updating hasMany() and belongsTo() re...
Salam, We are using Laravel-4.2, and we are developping on linux machines, the problem is that we ha...
i have a form input like this <input type="text" name="user[username]" /> <input type="text...
Hi guys, I currently have a laravel blog, and I want to add a custom commenting system. What would b...
Hi guys, I created a commenting system for a blog. Comments belongTo a Post, and they BelongTo a use...
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