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...
Hi, So I've setup my route as follows: Route::group(array('prefix' => 'student/{student_id}/'), f...
Hi guys, I am working on a multi-language website where we validate the input fields. But all the fi...
I have example: Route::get( 'cal', function () { $var = 150.55; $amount1 = 1...
Hi guys, Let me begin by explaining what I'm trying to do, so that you can get a better understandin...
http://laravel.com/docs/eloquent#mass-assignment It says there to use "fillable" to define...
I have made language slugs for my site ex: domain.com/en/something, domain.com/fr/something etc. I h...
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