Support the ongoing development of Laravel.io →

1,185 Threads

Integrating Laravel 4 and uploadify jQuery plugin

Hi, I have a problem to set proper link to uploader setting: <script type="text/javascript&q...

0 Likes
2 Replies
Solved

Using input::get() to filter DB result is it safe ?

Hi, I use a form on a list of items to perform a filter. The form use a GET method. So in my URL I h...

0 Likes
4 Replies
Solved

Filtering Results in RestAPI with attributes from a related model

I'm currently building a REST API with laravel. I'm trying to implement filtering of results on a ro...

0 Likes
2 Replies
Solved

Controllers - Am I doing this right?

Hey, I'm new in using frameworks and I tried to figure out, how to do simple insert, edit, delete by...

0 Likes
2 Replies

How do I make a form button, class and span class in blade?

How would I write the following for blade? <button type="submit" class="btn btn-w...

0 Likes
4 Replies

boolean TRUE/FALSE not saving in DB

Hi, I have a boolean column in table. I have also added that field in $fillable in modal class. When...

0 Likes
0 Replies

Table data as form input when editing a resource

I was wondering if there is any good way to treat table data as form input data. That's probably cle...

0 Likes
0 Replies

Error Messages for custom Validation

Hey guys, I am having some trouble getting my error messages to show for my custom Validation class....

0 Likes
2 Replies
Solved

Multi Step Forms & Best Practice

When I've made multistep forms in the past I would generally place the form data into the session so...

0 Likes
0 Replies

Models properties

How do i make eloquent: NOT assume that my primary key is only named 'id' set the $timestamps prope...

0 Likes
8 Replies
Solved

Anyone willing to help on this, JSON, Laravel issue

Save me posted everything again thought i'd share the stackoverflow post i made earlier today http:/...

0 Likes
1 Replies

Error validation : Replace label attribute in error message

Hi, I have this code in my_view.blade.php : <div class="row"> <div cl...

0 Likes
1 Replies
Solved

< select name="options" multiple > How to store in a array within the database

How would I store <option > 's in a mulitple select like so <select name="options" multiple...

0 Likes
0 Replies

artisan route "GET|HEAD"

I'm using Route::resourse(...) and when I run artisan route it shows my routes the GET routes show u...

0 Likes
2 Replies
Solved

Should Input::hasFile('files') work with file input arrays?

Does Input::hasFile() work with arrays? It returns false on a form I've created if the the first fil...

0 Likes
0 Replies

How safe is Input::all() if I pass it to the Model::create() method?

I'm curious as to how much escaping and input sanitizing Laravel does behind the scenes. For instanc...

0 Likes
5 Replies

Passing POST variables to a view composer - how?

Hi all, I use view composers heavily throughout the app I'm working on. For example, one of my rout...

0 Likes
1 Replies
Solved

Response::view VS Response::make(View::make) And Error Pages

Hi, I'm a newcomer to Laravel. I tried to create custom error pages for the application. I did follo...

0 Likes
2 Replies
Solved

Handling dynamically created input fields (javascript, DOM)

My app allows users to dynamically add input fields in a form via some simple javascript. I construc...

0 Likes
1 Replies

Temporary file not found on model create?

Hi everyone, so what i want to happen is when the form is submitted, an image is uploaded and the mo...

0 Likes
0 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.