Top "Laravel-5.7" questions

Laravel 5.7 is the previous stable version of the open-source PHP web framework created by Taylor Otwell.

Laravel Passport Multiple Authentication using Guards

Can we use laravel passport with different guards to authenticate APIs for two different types of users. For example we …

laravel laravel-5 laravel-5.6 laravel-passport laravel-5.7
Laravel 5.7 check if email is verified

How I can check if the email is verified in Laravel 5.7? I think, that may be with: if(!Auth::user()…

php laravel laravel-5.7
In Laravel 5.7 React app, getting the error: 'classProperties' isn't currently enabled

I'm very new to React.js. I installed Laravel 5.7 and swapped Vue.js scaffolding with React by running this command: …

reactjs babeljs laravel-5.7
Composer fails with kylekatarnls/update-helper on new homestead

I have installed a homestead on a new computer. I have pulled my code (which is working on my other …

php composer-php laravel-5.7 homestead
How to enable both api and web guard in laravel

Laravel 5.7 PHP 7.2.10 Currently I am able to use any one of web and api guards, is there any way to …

laravel laravel-5.7 laravel-middleware laravel-guard laravel-jwt
Login a user only if his status is active in Laravel 5.7

I am new to Laravel and have been fairly successful in implementing user authentication. Now to move on to the …

php laravel laravel-5.7
Changing the default “Subject” field for verification emails in Laravel 5.7

I'm trying to change the default subject field in the verification email that comes with Laravel 5.7. How and where do …

laravel laravel-mail laravel-5.7