An open API service indexing awesome lists of open source software.

https://github.com/majid-razzaq/laravel-rest-api

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.
https://github.com/majid-razzaq/laravel-rest-api

api apigateway laravel-framework laravel-rest-api laravel-restful-api laravel11 localhost mysql-database restful-api

Last synced: 3 months ago
JSON representation

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.

Awesome Lists containing this project

README

        



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.

```javascript
composer install
```

```javascript
php artisan migrate
```