python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
My authorize function is always failing in laravel-5.8?
I created one policy inside create function i am checking weather this user can able to create records and i am registering the Model and policy in the AthServiceProvider.php after that i am checking ...
usersuser
Votes: 0
Answers: 1
laravel 7.0 ErrorException Undefined index: user_languages
I am trying to run Laravel 7.0 script
i got this error when i run php artisan serve
ErrorException Undefined index: user_languages
This is the function:
* @param \Closure $next
* @return m...
Hocine Djouamaa
Votes: 0
Answers: 0
Problem in Laravel Middleware Auth and Verified Routing using Laravel Fortify "Register Email Verification"
I have successfully configured all the facilities using Laravel Fortify but I have faced a little problem in middleware routing that is I know that When we try to apply email verification we use "...
Muhammah Anisuzzaman
Votes: 0
Answers: 0
Is it possible to make a one of many middleware in Laravel?
I have the following middleware:
<?php
namespace App\Http\Middleware;
use Closure;
use Illuminate\Http\Request;
class OneOfMiddleware
{
public function handle( Request $request, Closure $nex...
SuperDJ
Votes: 0
Answers: 0