syedarifiqbal / fleetcart-api
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/syedarifiqbal/fleetcart-api
Requires
- laravel/passport: ^9.3
This package is auto-updated.
Last update: 2025-12-12 02:18:43 UTC
README
First install the package with the following command.
composer require arif/fleetcart-api
After that you have to open your User Model and add this Trait HasApiToken
Open Modules\Core\Providers\CoreServiceProvider.php and go to $middleware array and replace the namespace of auth middleware with this \Arif\FleetCartApi\Http\Middleware\Authenticate::class