Skip to content

This Laravel REST API handles CRUD operations, including image uploads, using a MySQL database. It efficiently manages creating, reading, updating, and deleting data for web applications.

Notifications You must be signed in to change notification settings

Majid-Razzaq/laravel-rest-api

Repository files navigation

Laravel Logo

Laravel Rest API

Requirements

  • Laravel = 11.20.0
  • PHP = 8.2.12
  • Composer Version = 2.7.7

Getting Started

  • Clone the repository.
  • Change the .env.example to .env and add your database info
  • Run composer install to install dependencies.
  • Set up your database configuration in the .env file.
  • Run php artisan migrate to create the necessary database tables.
composer install
php artisan migrate

About

This Laravel REST API handles CRUD operations, including image uploads, using a MySQL database. It efficiently manages creating, reading, updating, and deleting data for web applications.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published