I have the following: Route::get('profile', ['middleware' => 'auth.basic', function() { // Only a...
I had modified a vendor file of Laravel placed at /vendor/laravel/framework/src/Illuminate/Auth/Guar...
I would like to make a more secure version for my application where there is stored a hash too, i ha...
Hello Lara-people ! First of all, I'm pretty new to Laravel (and PHP in general) so I don't know if...
Is it possible to modify a route after it's been created. A good example of this is a package route...
Hi what's the best way to replace default SMTP details to the ones coming from the database? Let's s...
Hi, i am working on laravel 5 socialite login, but i am getting error like, ClientException in /home...
Hello people. I'm glad to share with all of you my most recent course about Lumen and the RESTful AP...
I want to add some default records to a table for every user. So I edited the RegistersUsers.php to...
Hi! I have a problem with my Laravel application. I use AngularJS and when it is trying to make a ht...
Hello my dear laravel buddies, i have my e-shop, i have laravel cookie to make for product quantity...
I am trying a small signup and login setup.In that application i coded like once user signed up he w...
I have created restful controllers & I can also see the routes by using command PHP artisan rout...
Good day.. Hi guys. I know this is one the basic features in laravel but I'm kinda stuck here. I'd l...
I changed on return view('auth.login') to return view('/') and give error [.] no exists Thanks frien...
Session got cleared after the requested page response, in this requested page Auth::user() is workin...
so I know I can add in another field that Laravel can check whilst logging in e.g. if (auth()->at...
I am a beginner for the laravel. I am using laravel 5.0. I created a middleware and I pass the param...
I have a website that is only used by my company's staff. For simplicity's sake, let's say this webs...
Hello, I am using socialite package to login with google for my application. I am getting successful...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community