DEV Community

Cover image for Setup Passport functionality in Laravel
EasyCode Sardar
EasyCode Sardar

Posted on • Originally published at easycodesardar.blogspot.com

2 1

Setup Passport functionality in Laravel

First of all install laravel new project by composer
composer create-project laravel/laravel laraERP

Important: please add namespace inside RouteServiceProvider
protected $namespace = 'App\Http\Controllers';

Now, install passport functionality inside our laravel project
composer require laravel/passport

Read more: https://easycodesardar.blogspot.com/2021/11/Setup%20Passport%20functionality%20in%20Laravel.html

Top comments (0)

Heroku

Build apps, not infrastructure.

Dealing with servers, hardware, and infrastructure can take up your valuable time. Discover the benefits of Heroku, the PaaS of choice for developers since 2007.

Visit Site

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay