Skip to content

API development for employee listing with Laravel and Authentication with Laravel Passport

Notifications You must be signed in to change notification settings

kgsint/Employee-Listing-API

Repository files navigation

Employee Listing API with Laravel

Features

  • Token-based authentication with Laravel Passport
  • Middleware
  • Validation
  • CRUD with API

Installation and Setup

install required dependencies

composer install

copy .env.example file to .env :

cp .env.example .env

Generate APP_KEY

php artisan key:generate

run migrations:

php artisan migrate

to generate secure access tokens with Passport:

php artisan passport:install

Start development server

php artisan serve

You can also check Postman Documentation

About

API development for employee listing with Laravel and Authentication with Laravel Passport

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published