Support the ongoing development of Laravel.io →

anonymox

Joined 16 Oct 2016

Statistics

Threads 9
Replies 6
Solutions 4
Articles 0

How to add and update config varaibles in laravel

I have a config variable file which I'm using it in my controllers instead of mysql for faster perfo...

Likes Replies
Solved

Avoiding laravel from redirecting user after login

I'm trying to show "logged in" message after user logged in to my application, actually wh...

Likes Replies
Solved

laravel passport revoke and prune event listener is not doing anything

I've added this two event listeners to my : EventServiceProvider /** * The event listener m...

Likes Replies
Solved

Getting Class 'MongoDB\Driver\Manager' not found on laravel on homestead

I'm using laravel homestead with php5.6 and mongodb 3.2 installed for my laravel server, and I can u...

Likes Replies

How to create oauth access token in register controller

I created an web app which it uses laravel default registration, I've tested passport oauth2 client...

Likes Replies
replied 6 years ago

How to add and update config varaibles in laravel

I've Found out that : The configuration files are read only files, I cannot add parameters to it pro...

0 Likes
Solved
replied 6 years ago

Avoiding laravel from redirecting user after login

I've solved this problem by replacing return redirect('/home'); with proper json response in Redire...

0 Likes
Solved
replied 6 years ago

laravel passport revoke and prune event listener is not doing anything

I've Solved My problem This way : Step1 - In EventServiceProvider should change the path to the Acce...

0 Likes
Solved
replied 6 years ago

Laravel Passport with SPA (using VueJS 2)

adrielpdeguzman said: I've been having this dilemma when working with Laravel Passport and VueJS 2...

0 Likes
replied 6 years ago

Set all controllers to "use Response;".

put \ before your Response like : return \Response::json($response); It will work.

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.

© 2023 Laravel.io - All rights reserved.