Support the ongoing development of Laravel.io →

2,392 Threads

Route doesn't work for POST method

Hi, Here is relevant chunk of code from routes.php Route::post('testPost', function(){ echo &quo...

0 Likes
4 Replies

Dynamic Validation Errors

I am trying to implement an auth driver for authentification over an API to another pre-existing sys...

0 Likes
0 Replies

Do i have to "implements Middleware" when I create a middleware class, if not whats the difference?

I found that some middleware class implements the base Middleware class and some don't, whats the di...

0 Likes
0 Replies
posted 9 years ago

L5 & Ajax validation response.

Hello.....i am trying to show the L5 validation errors using ajax + toastr notifications..... It is...

0 Likes
0 Replies

Laravel 5 - Role permissions

I try to make my own permission system. but got a problem with the code when if the user doesn't hav...

0 Likes
0 Replies

SERVER ISSUE WHILE UPLOADING ANY OTHER IMAGE

The requested URL /something/doc.php was not found on this server. Additionally, a 404 Not Found err...

0 Likes
1 Replies
posted 9 years ago

Prefix routing via controller naming?

Is it possible to prefix the methods in a controller to easily distinguish between role access? Exam...

0 Likes
2 Replies

nginx rewrite to remove .aspx extensions

I am converting a .net application to Laravel. I need all of the existing links "foo.aspx"...

0 Likes
0 Replies

Global Auth Middleware, except user Auth/Login pages?

I'd like to lock down my L5 app to only authenticated users. While playing with the new Middleware s...

0 Likes
2 Replies

Trouble when uploading a file

Hi, I have trouble to upload a file. I get some kind of not accepted http exception and I can't solv...

0 Likes
4 Replies
Solved

Building URL's to assets using Flysystem (S3 & Local)

I have the following action in my repository: public function getAsset($filename, $prefix = null, $...

0 Likes
0 Replies
posted 9 years ago

Add value to array of action result.

I have action and I wanna take json with time = 11: public function getView( $id ) { return ['dat...

0 Likes
0 Replies
posted 9 years ago

L5: caching route bindings

php artisan route:cache doesn't work with route model bindings $this->bind('project', function ($...

0 Likes
1 Replies

Laravel 5 - Request::get() and Request::input() does not return the same

Hello, Here my case. I need to filter data send to $request->get('filters') and delete invalid su...

0 Likes
1 Replies
Solved

How to change /auth/login to /login?

Hi, Is there a simple way to change the default Laravel 5 authentication URL's like so: mysite.com/...

0 Likes
6 Replies

Return null il all case

Why my form which contains a file input returns null when trying to get him with dd(Input::file('fil...

0 Likes
0 Replies

passing url to ajax request

Hello everyone, I am new to laravel and i have been working on a web app using this framework. Few d...

0 Likes
2 Replies
Solved

oAuth twitter Email support

Hello, do you have any idea about a workaround getting an email address for oAuth twitter user for S...

0 Likes
0 Replies

Theme support

For example if Laravel is used to create a Forum and each forum user can choose the theme used to re...

0 Likes
1 Replies

Global Regex Patterns Issue

Global Regex Patterns do not work. Laravel 5.0 documentation states that global patterns should be p...

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