Is there a way to add a (fake) link to a Form:: Button? For some reasons the delete icon is not styl...
I needed a simple way to hash and check passwords, so I built artisan commands that basically wrap L...
I have a query and I have no idea how to simplify it or make sure it's correctly escaping data. I w...
Hello, I've got this: VIEW $days1 = implode(',', Input::get('days')); $tours = Tour::days($days1)-&g...
Hello, Lets say I have a list of Users. Each user has a created_at timestamp. What I want is: List...
I can't seem to find an answer to this. When I return french characters in a json response they are...
Hi I'm trying to get my head around Laravel so am trying out a pet project idea and have hit a roadb...
I thought these columns got updated automatically but they're not. I don't know what I may be missin...
I am in the planning stage of rebuilding our company CMS and we will definitely be using Laravel, bu...
I've installed Laravel 4 on Cloud9 (www.c9.io) and I can access a view directly like so: https://lar...
Hello! I'm trying to get "full_name" from the users table in the lists function like this:...
I have 2 tables: [CUSTOMERS] id, full_name, company_id [COMPANIES] id, company_name I already create...
Is there a way to get the name of an event that is firing when you're using a wild card listener? I'...
Throughout querying my database with the queries as the one below; Model::with('first','second','thi...
I've found a few examples of using optgroup, but they all seem to be missing what i'm looking for In...
I have a view composer with some data being assigned default values, ie 'page_title'. In my controll...
Hi community, Does anyone know how to deal with n-ary relationships ? I managed to create a pivot ta...
Hello folks! I'm new on Laravel and I'm trying to generate CRUD using Jeffrey Way Generator. I have...
Hi..Recently I installed DOPTOR CMS.Really it is working good.I have one doubt,while creating the mo...
Hi, I would like to know what the best way is to retrieve data from my database with the following s...
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