Support the ongoing development of Laravel.io →

1,185 Threads

Is it possible to append a query string on home page?

I want to automatically when the user comes to the site append a query string on the home page. Is t...

0 Likes
1 Replies

validator with mime XLS fail

hi guys.. I have some problem with laravel validator,.. I just want upload my xls file, but I got th...

0 Likes
3 Replies

How to set default number format for inputs?

I want to use comma as decimal separator on inputs, save it on database and get it later with comma...

0 Likes
2 Replies

Error Exception Undefined index

Hello Guys, i have a problem to saving the data from my form input array fields to database. i have...

0 Likes
1 Replies
posted 9 years ago

Scope functions passing $variable problem

Hello, I've got this: VIEW $days1 = implode(',', Input::get('days')); $tours = Tour::days($days1)-&g...

0 Likes
2 Replies
Solved

Get Event Name when using wildcard listeners

Is there a way to get the name of an event that is firing when you're using a wild card listener? I'...

0 Likes
1 Replies
Solved

Migration

How do i use the down function only of the file in migration.

0 Likes
0 Replies

How to track changes in the database and store it in a history log?

how can I track changes in the database and store it in a history log, such as after I insert, updat...

0 Likes
5 Replies
Solved

How to save Data with same name Fields

Hello Guys, I just Worried for my Codes, And I dont know what to do. Cuz, iam new in Laravel, My Pro...

0 Likes
2 Replies

route doesnt work

why this route wont work ? its just refreshed the page. data wont fill in database routes.php <?p...

0 Likes
1 Replies

a problem in routing

Hello dear friends I've a problem in routing , I defined a route such as Route::post('foo/bar/baz',a...

0 Likes
3 Replies
Solved

Best way to work with mass update, insert and delete

I have form with hours (for every weekdays) and want: insert, update or delete row. Is there a bette...

0 Likes
1 Replies

Input "less than" character entity, stored as less than sign

I think Laravel can mangle character entities when storing into database. Has anyone else noticed th...

0 Likes
2 Replies

Return user after form validation to step 2

Hello, I am busy creating a step by step application where the user have to submit stuff. In the fir...

0 Likes
0 Replies
posted 9 years ago

Query strings acting weird?

When I use a query string ?q=use the Input::get('q'); returns null? But it has to have the word use...

0 Likes
1 Replies
Solved

Problem with get route

Hi, In my application ,i done these steps I define Route::resource('users', 'UsersController');...

0 Likes
3 Replies

Validate multi models in one form

Hi all I have two table in DB : companies and shop, both of them have name fields . And I want to a...

0 Likes
1 Replies

Problem with dynamically created input fields

In my Laravel installation I have posts and tags entities with relationships between them. In the cr...

0 Likes
0 Replies
posted 9 years ago

Intervention \ Image \ Exception \ ImageNotWritableException

I am getting this error while using Intervention for image upload Can't write image data to path [C:...

0 Likes
1 Replies
Solved
posted 9 years ago

Problem with route and get parameters

I'm tryting to add search function to backend of website i'm working on. Here is my search form. And...

0 Likes
2 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.