Support the ongoing development of Laravel.io →

2,389 Threads

Array duplication on array-style url arguments

My route: Route::get('/lookup/domain2', 'ResellerClub@lookupTest'); My URL provided: /lookup/domain2...

0 Likes
2 Replies

Ajax Autocomplete input

Hello guys! I am trying to implement an Ajax Autocomplete field in my form. I am using the following...

0 Likes
7 Replies
Solved

Retrieving database data from the Controller

how can i retrieve data from the database using a controller

0 Likes
1 Replies

Problem on $request->input()

I am using AngularJS (frontend) = my view + Laravel 5 (backend) = control and model. I am with probl...

0 Likes
1 Replies

What is the different between Route::model() and Route::resource()

In Route model, I can use something like this: Route::model('tasks', 'App\Task'); and in Route resou...

0 Likes
2 Replies
Solved

Input validation and fomatting in Laravel 5.1 using FormRequest

I have Model Leave in my laravel 5.1 application. I want to do following things 1.Validate input dat...

0 Likes
0 Replies

Middleware on 404?

Hey, is it possible to assign the web middleware to the 404 page? Best regards, Deazl

0 Likes
1 Replies

Gettings Error: TokenMismatchException in VerifyCsrfToken.php line 67: (Sometimes)

Hi, when i am creating a blog application, i am using Laravel 5.2, when i try to login, create, upda...

0 Likes
1 Replies

How to upload images and videos with one file input that has different max size limits?

I will elaborate... I'm trying to use one file input to upload both images and videos. I want to hav...

0 Likes
1 Replies

Adding field with Middleware before Request validation

Hello here. I am using Laravel 5.1.24. I am trying to create an API and I test it with Chrome DHC. T...

0 Likes
4 Replies
posted 8 years ago

How to save recorded video via browser with laravel

Hello, i can record video via browser, i've 2 questions: How can i submit the blob object to the se...

0 Likes
2 Replies
posted 8 years ago

L5.1 - a single route not working inside Route::group

I have a single route (out of multitude), which doesn't want to work when placed inside group: Route...

0 Likes
0 Replies

defined route is inaccessible

Hi all, I am a beginner in laravel, I am following the following course to learn routing in laravel:...

0 Likes
1 Replies
posted 8 years ago

Getting Current Route name inside the Model

Hi, How will I get Current Route name as in controllers like if (Route::currentRouteName() == 'XYZ')...

0 Likes
3 Replies

Eager loading, collection of relations

Hi guys, How to get results of secondary query? Ofc I could merge all related collections: $paramet...

0 Likes
0 Replies

All routes other than default gives 404 with Nginx 1.9.9

I am running the sample project (http://www.laravel-angular.io/#/) which at the very least has the d...

0 Likes
1 Replies
Solved

How to update belongs to relationship

Hello I have an error when i update belongs to relationship User Model public function profile()...

0 Likes
0 Replies
posted 8 years ago

How to do that ? (Rules Form)

Hello, I have 3 fields : Type, NodeID and Keyword. I wish to required NodeID & Keyword if Type =...

0 Likes
0 Replies
posted 8 years ago

Lumen error on redirect

Hello! I have a simple action: public function redirect() { return redirect('/'); } And simple...

0 Likes
0 Replies

Thinning out controllers and service layers

So, I've got a project that I've been working with since the L3 days and as it has grown in features...

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.