Support the ongoing development of Laravel.io →

1,185 Threads

[Solved]Form: Updating multiple rows for each id?

I am creating an area where users can update the navigation menu which I am storing in the database....

0 Likes
0 Replies

Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException error in my form

I wrote a simple form as shown: <!doctype html> <html> <head> <meta charset='ut...

0 Likes
2 Replies

Having trouble with returning errors and old input to the view

i have this code in my controller $data=Input::all(); $rules=array( 'first_name' => 'required...

0 Likes
1 Replies

Having troubles with the date.

Hi, i need to get the real date. For example i put this code on my laravel app: echo date("d-m-...

0 Likes
1 Replies

How to pass data to a view?

Hello, i want to pass an array of all users that have in the field: number='1' My controller: publi...

0 Likes
3 Replies
Solved

Best practice for testing controllers within a package?

I want to move some controllers into a package, but I also want to be able to test them. I've been a...

0 Likes
0 Replies

Consuming Internal API - JSON content-type and payload

Hello, I'm a relative Laravel newbie and trying to construct an API-centric web app that will consum...

0 Likes
6 Replies

GET multiple variables from URL and pass them to controller

Hello This is maybe a stupid question, but I'm just learning Laravel and can't find help on internet...

0 Likes
5 Replies
Solved
posted 9 years ago

process all user inputs before proceeding

Hi, Im my app i have a function that i want to run on all user inputs before proceeding. Suppose it'...

0 Likes
0 Replies
posted 9 years ago

Delete route doesn't work, 'Page not found'

It's 3 days now that I'm struggling with routes in Laravel. Some of them I have made to work, others...

0 Likes
7 Replies
Solved

Laravel 5 - Validator doesn't work as described in docs

Hello guys! I am currently trying to get the validator work as I want. The docs tell me to do exactl...

0 Likes
0 Replies

Redirect url retains # sign. How to remove?

http://help.laravel.io/ef418edd30096ee5fc7975d68ebfb26dc1ff06a8 Laravel 4.2.8 When logging in via fa...

0 Likes
2 Replies
Solved
posted 9 years ago

How to Make ID use String+Number ?

hello, How to make id use String+Number automatically ? example: i want to make id like KM + Number,...

0 Likes
1 Replies

Can someone explain me use between fillable guarded and hidden in eloquent?

I don't quite undestand the explanations on laravel doc's http://laravel.com/docs/4.2/eloquent betwe...

quyle92 liked this thread

1 Likes
1 Replies

Submit a form with controller without route

I have a ( search form in all pages in my project ), i can't specify just one route for it. i'll be...

0 Likes
1 Replies

Options with InputOption::VALUE_REQUIRED can be omited ?

Hi guys, I have a command with options defined this way : protected function getOptions() { return a...

0 Likes
2 Replies
Solved

Problem with routes when passing a variable from a Modal to a web page.

Hi. I'm having an issue when passign a variable from a Modal toa web page. The variable it's not sho...

0 Likes
1 Replies

Uploadify in laravel 4: HTTP Error 500

I get this error and i've been stuck trying to find out what i am missing to fix it. Here is part of...

0 Likes
1 Replies

[L5] storage_path() in Amazon S3

How can i set the storage_path() to be in Amazon S3 completely? I can't write to the filesystem at a...

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