Support the ongoing development of Laravel.io →

1,185 Threads

While using Eloquent relationships, user id is not saved

Hello I'm learning Laravel 4, and I came up to Eloquent relationships. I have two models, user and g...

0 Likes
2 Replies
Solved

Laravel bug or my mistake?

Good night, In this code, i got an error that says that the variable userId doesn't exists when its...

0 Likes
2 Replies
Solved

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

Foreach Undefined index

How do I access the array value of Input::old('option') @if(Input::old('option')) @foreach( Input::o...

0 Likes
10 Replies
Solved

[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

Dynamic 'where()' for a filter

I've looked around for a tutorial or a best practice for implementing a filter for results. I would...

0 Likes
5 Replies
Solved

Knockout.js, Backbone.js, et al.?

What is the relationship between these data-binding frameworks and Laravel? Does Laravel implement s...

0 Likes
1 Replies

Passing multiple db variables from Controller to View

return View::make('home')->with(array('posts' => $posts)); The above is working for me, so I...

0 Likes
7 Replies
Solved

Need help with syntax

I am extremely sorry for this novice question in the link http://laravel.com/docs/routing#route-filt...

0 Likes
1 Replies
Solved

How to validation multiple files in Laravel 4

I have input with name = "image []" multiple = "multiple" which depends on other...

0 Likes
2 Replies
Solved

Save radio button selected value in Session variable

I'm building multiple page quiz. When users select options(answer) for a question, it should store i...

0 Likes
5 Replies

Getting rid of index.php in URLs

Hi all! How do I get rid of the index.php file in the URL? Currently my site works either way: http:...

0 Likes
6 Replies
Solved

mktime not working with larval

I'm using this tutorial to create a timer .. http://parashch.wordpress.com/2013/05/25/countdown-time...

0 Likes
2 Replies
Solved

Store upload files into app folder

Hello. I'm building a big storage app for some official documents witch are also digitaly signed. I...

0 Likes
1 Replies

detect if the uploaded file is an image

any idea on simple function to know if the file uploaded is an image? I know you can do geMimeType b...

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