Best laravel framework open-source packages.

Api student mng

Basic REST-API Student Management with passport authentication
Updated 1 year ago

Student Management

tech stack

  • php 8.1 (laravel-9)
  • mysql
  • passport

how to run

  1. clone project
git clone git@github.com:NaofalMufid/api-student-mng.git
  1. Go to the project drectory by
cd api-student-mng
  1. Create .env file & Copy .env.example file to .env file
  2. Create a database called - student-management.
  3. Install composer packages - composer install.
  4. Now migrate and seed database to complete whole project setup by running this
php artisan migrate
php artisan db:seed
  1. Run this artisan
php artisan passport:install
  1. Run the server

download postman collection

  • download this postman collection
  • run api on postman

License

This is open-sourced software licensed under the MIT license.

Tags passport