Support the ongoing development of Laravel.io →

2,389 Threads

How to implement ThrottlesLogins to Forgot Your Password Requests?

Since "Password Reset" function comes with the Laravel framework has a security hole how c...

0 Likes
0 Replies

Laravel Video Upload

It's been now 2 days since I'm trying to upload videos in my Laravel 4 App, the problem I'm facing i...

0 Likes
6 Replies

Route::bind not working in production on ubuntu

Using Laravel 5.0, we develop locally using Homestead and everything works fine. When we deploy the...

0 Likes
1 Replies

Custom Validator for form array fields

Hello, I am new on Laravel, and I try to build an application, that in some point, I have a form, in...

0 Likes
1 Replies
posted 9 years ago

Output PNG via Browser

Hey everyone, I'm trying to output a png image via Laravel (I'm doing something for every page view...

0 Likes
3 Replies
Solved
posted 9 years ago

How to avoid method collision in Restful

I use Restful to create CRUD in laravel. And i add another route : Route::resource('article', 'A...

0 Likes
2 Replies
Solved

Lifecycle: After App Service Provider, Before Rest?

Hello, where can I place code (Laravel 5.1) that has to be executed after the App\Providers\AppServi...

0 Likes
1 Replies
Solved

How to recieve json array in view with Ajax that has been sent from controller

Hello! I have a model that look like this: public function GetUserByname($input){ $this-&...

0 Likes
0 Replies

Optional route in middle of URL not being recognized

I have the following route: Route::get('/user/{name}/{key?}/post/{id}', array('as' => 'index'...

0 Likes
0 Replies

Insert and delete from one method

I am using laravel 5.1. Now I have to move a data of row from table A to table B using primary key.H...

0 Likes
0 Replies

Response::json won't return response

I am having a weird problem with specific route in my Laravel REST API project. Here is a thing: I h...

0 Likes
0 Replies

Routing Error

Hi there, We're stuck with this issue for past 1 week. Our developer couldn't find a solution after...

0 Likes
3 Replies
posted 9 years ago

Action not defined, although it is

Hello everybody. After updating from 4.2 to 5.0, I am getting the following message in almost every...

0 Likes
5 Replies

how to pass variable into a new variable using parameter

I have getName Function shown below: public function getName($id) { $visit = DB::table('tm_Child') -...

0 Likes
0 Replies
posted 9 years ago

swift mailer error with preg_match

I have problem with my laravel 5 application. When I want to send email I have error, and i don't kn...

0 Likes
0 Replies
posted 9 years ago

Laravel subdomain NotFoundHttpException

I have a problem with my Laravel ( 4.2 ) route . How do I make the following url call pagedetail con...

0 Likes
0 Replies

Deleting image (avatar) from a category...

Hello, i would like to know what is the best practice for deleting image from specific category? I h...

0 Likes
0 Replies

Laravel(@8000) + Anular with Gulp(@9000), how could I let gulp proxy the 8000 port when requesting 9000?

Hello all, As i wrote in the subject, i'm using Laravel + Angular(with Gulp) in my project. But it's...

0 Likes
0 Replies

How do I make use of the union chain. Not clear to me

I have read the docs and I'm not clear on it. i followed search essentials and would like to use uni...

0 Likes
0 Replies

AJAX File Upload with JQuery -- Cannot get file from Request

Laravel 5 I want users to upload image files to my server. I can accomplish this task easily using P...

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.