Skip to content

cygon23/api

Repository files navigation

Laravel CRUD API

Overview

This project is a RESTful API built using Laravel that provides a simple and efficient way to perform Create, Read, Update, and Delete (CRUD) operations on resources such as users, products, or any other entity you choose.

Features

  • Create: Add new records to the database.
  • Read: Retrieve records with various filtering options.
  • Update: Modify existing records.
  • Delete: Remove records from the database.
  • Authentication: Secure your API with JWT or Laravel Passport.
  • Validation: Ensure data integrity with Laravel's validation rules.

Installation

Follow these steps to set up the project on your local machine:

  1. Clone the repository:

  2. cd your-repo-name

  3. composer install

  4. cp .env.example .env

5 php artisan key:generate

6 php artisan migrate

7 php artisan serve

About

crud api in laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages