Support the ongoing development of Laravel.io →

2,392 Threads

posted 9 years ago

Ajax + token not working

I'm trying to run an Ajax request, but i keep getting token mismatch, and i can't seem to find out w...

0 Likes
4 Replies
Solved

what does $request->ajax() do?

please explain with an example for me what does $request->ajax() do?

0 Likes
2 Replies
Solved

Laravel Cashier: Trouble Updating Card (Fatal Error)

I've installed Laravel Cashier (v3.0.4) in my project and am at the point of allowing users to updat...

0 Likes
1 Replies

How can i put two middlewares in a route?

As the question, what shall I do?

0 Likes
1 Replies
Solved

[L5] Form request validation with multiple files input

Hi, I search a way to use the new L5 form request validation for validate an array of posted files....

0 Likes
1 Replies

Filtering users country wise using dropdown lists

My user model public function profile() { return $this->hasOne('Profile'); } My...

0 Likes
2 Replies

how can i have a ajax select menu in my form in laravel 5

hello for example : i have tow <select> Elements (Drop-Down List) one of it for category and a...

0 Likes
10 Replies

Controller based error handler

Hi everyone! I am creating a controller based application and stuck with error handling. I know I ca...

0 Likes
7 Replies

Ajax style header - Laravel 5

I'm designing a Laravel 5 site for an internet radio station and need a header that does not refresh...

0 Likes
1 Replies
posted 9 years ago

SOLVED: Laravel cannot find controller but the controller is there

Problem: ReflectionException in compiled.php line 1029: Class AdminPagesController does not exist Is...

0 Likes
1 Replies

Custom 500 Page for firstorfail() ModelNotFoundException

Can anybody explain step by step how to setup files to render a custom 500 page after a firstorfail(...

0 Likes
3 Replies
Solved
posted 9 years ago

All my CSS are getting undesired HTTP Headers

I usually work with homestead at home, but at work my machine doesnt have vt-x and I cant use homest...

0 Likes
0 Replies

Realtime notifications with Laravel

Hello, I have to develop a Laravel application where all the clients can receive realtime notificati...

0 Likes
1 Replies

problem with Requset::ip() in laravel 5

hi i want save the client ip in my db so i add 'ip' => Request::ip() in create function in app\Se...

0 Likes
5 Replies
Solved
posted 9 years ago

Resource URL without name

I have a resource set up very simply, and my routes look like "/recipes/{recipes}". I woul...

0 Likes
1 Replies

difference between Facades\Input and Http\Request in laravel 5

Hello what is difference between this method: public function store(Request $request) { $input =...

0 Likes
2 Replies
Solved
posted 9 years ago

Best practices question - REST Controllers

In an effort to push our development toward a resource-based design pattern, I'm using RESTful contr...

0 Likes
3 Replies

API with Laravel 4

I created a web application using PHP framework Laravel 4. Now I would like to create an Android app...

0 Likes
1 Replies

Unwanted login redirect. Subdomain only

Hello. I have been having an issue with my laravel site for a few weeks now and I have tried every s...

0 Likes
1 Replies

[L5] How Can I extend Laravel5 Request and Route

On Laravel 4.2 I can extend Custom Request class (http://laravel.com/docs/4.2/extending#request-exte...

0 Likes
2 Replies
Solved

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.