Skip to content

arunarw/laravel_apiauth

Repository files navigation

API Authentication using Laravel + Sanctum Package

Use Laravel 8 + Sanctum to create RESTFul API Authentication

Getting Started

  • Clone project using git
git clone https://github.com/arunarw/laravel_apiauth.git
cd laravel_apiauth
  • Install dependencies
composer install
  • Create a new database and update .env with database name
php artisan config:cache
php artisan migrate
php artisan serve

Test your code.

Happy Coding!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published