Skip to content

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages