Support the ongoing development of Laravel.io →

844 Threads

I can't get withInput() to work with TwigBridge

This seems like such a simple task but after an hour I still can't figure it out. It's just a login...

0 Likes
4 Replies

Redirect to login page after login - loop in login

Hello everyone. I have a problem with my Laravel setup. This is a system that we have been working o...

0 Likes
0 Replies
posted 7 years ago

how to share objects among routes

Hi every one! I have three routes, linking to different functions in the controller. Two of them set...

0 Likes
0 Replies

Oauth 2 PUT & DELETE Method Not working

Urgent!!! I Applied Oauth On my API, It's working fine on GET, POST Method, when calling API I passe...

0 Likes
0 Replies

Authentication broken after added Column to DB

HI there, I am very new to Laravel 5.1 and i am working on an existing project. There is a Login and...

0 Likes
0 Replies

Delete unsaved files (uploaded with dropzone)

Hello, I am uploading files using Dropzone, and save them after the upload has been performed (first...

0 Likes
0 Replies

Session not persisting 5.2

Hello, So everything was working brilliant before I shut my laptop down and rebooted it, and when I...

0 Likes
1 Replies

XSRF cookie not HttpOnly?

Hi all, Just wondering, the XSRF Token cookie provided by Laravel 5.1 isn't created with a HttpOnly...

0 Likes
0 Replies

Routing stopped working after upgrade from 5.1 to 5.2

HI my routes look like Admin Routes Route::group(['middleware' => ['web']], function() { Route::g...

0 Likes
2 Replies

Laravel 5.2 Auth not working/Session not persisting

In regards to this same issue: https://github.com/laravel/framework/issues/12076 Basically, I've bee...

0 Likes
2 Replies

Class 'App\Http\Controllers\Auth' not found

I'm trying to add a post to my posts table. public function createPost(Request $request) {...

0 Likes
2 Replies

Multiple Authentication Drivers? Laravel 5.2

I started with the default Laravel authentication setup. Then I expanded on this somewhat in the sen...

0 Likes
0 Replies

Laravel 5 download MSI response crashes

Hey guys, I am having a problem with downloading a .msi file from the server. The moment I open up t...

0 Likes
0 Replies

Authentication Success but Redirect kills the session

Hi, I believe I have googled this but havent got clear answer. I have this AuthController that contr...

mineland405 liked this thread

1 Likes
16 Replies

How can i create route with 2 middleware inside thanks !

Route::get('admin/dashboard', function () { return 'Welcome to admin page'; })->middleware('...

0 Likes
1 Replies

$this->beforeFilter('logged')

Hi everybody. First of all, I need to mention that my knowledge about Laravel is ZERO. I just instal...

0 Likes
0 Replies

EU Cookie Law

We have website that we have launched in UK. Our website uses a lot of cookie. So the question arise...

0 Likes
2 Replies

Clear session cookie on exception

I'm getting exceptions when I'm trying to resolve malformed session_cookies for laravel.. Is there a...

0 Likes
1 Replies
posted 8 years ago

Flash messages not showing

In the app/Exceptions/Handler.php file's render function, I added if ($e instanceof \Illuminate\Sess...

0 Likes
1 Replies

L4.0, (CSRF) TokenMismatchException when uploading large files

OS: Ubuntu 12.04 x64 php(s): 5.3.10 (and tested with 5.5.3) apache(s) 2.2.22 (and tested with 2.4.6)...

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