Support the ongoing development of Laravel.io →

jagadeshanh

Joined 27 Jun 2015

Statistics

Threads 3
Replies 2
Solutions 1
Articles 0

LogicException in CryptKey.php line 44:

Key path "file://C:\wamp64\www\blog\storage\oauth-public.key" does not exist or is not rea...

0 Likes
3 Replies
posted 8 years ago

How to change Request values?

Hi, I have the following code. public function store(CategoryRequest $request) { try {...

0 Likes
0 Replies

How to disable auto login on register?

Hi, I am new to Laravel but fell in love with the framework and decided to use it for my project. I...

0 Likes
1 Replies
Solved
replied 8 years ago

How to disable auto login on register?

Change Auth::login($this->create($request->all())); to $this->create($request->all());

0 Likes
Solved
replied 8 years ago

Where to put flash messages for default Laravel 5 login / logout register?

Hi, I am using 5.1.7 and I set Session::flash('flash_message', 'Successfully LoggedOut!'); under Aut...

0 Likes

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.