I want to automatically when the user comes to the site append a query string on the home page. Is t...
hi guys.. I have some problem with laravel validator,.. I just want upload my xls file, but I got th...
I want to use comma as decimal separator on inputs, save it on database and get it later with comma...
Hello Guys, i have a problem to saving the data from my form input array fields to database. i have...
Hello, I've got this: VIEW $days1 = implode(',', Input::get('days')); $tours = Tour::days($days1)-&g...
Is there a way to get the name of an event that is firing when you're using a wild card listener? I'...
How do i use the down function only of the file in migration.
how can I track changes in the database and store it in a history log, such as after I insert, updat...
Hello Guys, I just Worried for my Codes, And I dont know what to do. Cuz, iam new in Laravel, My Pro...
why this route wont work ? its just refreshed the page. data wont fill in database routes.php <?p...
Hello dear friends I've a problem in routing , I defined a route such as Route::post('foo/bar/baz',a...
I have form with hours (for every weekdays) and want: insert, update or delete row. Is there a bette...
I think Laravel can mangle character entities when storing into database. Has anyone else noticed th...
Hello, I am busy creating a step by step application where the user have to submit stuff. In the fir...
When I use a query string ?q=use the Input::get('q'); returns null? But it has to have the word use...
Hi, In my application ,i done these steps I define Route::resource('users', 'UsersController');...
Hi all I have two table in DB : companies and shop, both of them have name fields . And I want to a...
In my Laravel installation I have posts and tags entities with relationships between them. In the cr...
I am getting this error while using Intervention for image upload Can't write image data to path [C:...
I'm tryting to add search function to backend of website i'm working on. Here is my search form. And...
Solutions given in the past year. Excluding solutions from thread authors.
The Laravel portal for problem solving, knowledge sharing and community building.
The community