Support the ongoing development of Laravel.io →

899 Threads

posted 10 years ago

How to add class to a select options

Can we add a class or something else to a <option> in Laravel 4 ? I try to use deboostrap prop...

0 Likes
1 Replies

Best logic for implmenting upload progress bar

What is the best approach for implementing upload progress bar in Laravel? I know the following opti...

0 Likes
1 Replies

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

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

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

< 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

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

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

Problem in validation file

Hello dear friends I want to upload a ".apk" file using laravel and form validation. my ru...

0 Likes
1 Replies

Login Problem

I have database insert for login, But when login correct username & passwors then show it ErrorE...

0 Likes
1 Replies

problem with link_to_action

Hello to everybody. I've an ask for you. i've this link in my HTML: {{link_to_action('ResearchContro...

0 Likes
0 Replies

[package] Rulez - Input validation Service

https://github.com/keevitaja/rulez-laravel Rulez provides easy way for setting up input validation r...

0 Likes
0 Replies

Transfer variables from controller to routes.php

Hi, I use a controller function to insert datas in database and get some others datas : public funct...

0 Likes
1 Replies

Best practices for validating user input

Hi, lot of people create sepparate classes for each set of rules and then inject them into the contr...

0 Likes
0 Replies
posted 10 years ago

common way to do modification on the route parameters...

there exists Route::pattern for common validation purpose. but what about i want to do common modifi...

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.