Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kvyaceslav/laravel-article-api

Laravel 11 Article REST API
https://github.com/kvyaceslav/laravel-article-api

Last synced: about 2 months ago
JSON representation

Laravel 11 Article REST API

Awesome Lists containing this project

README

        

## Laravel 11 Article REST API

For authentication using Breeze package.

Install:

- Run Docker
- Run composer install from docker for install all packages
- Copy .env.example in .env and modify environment
- Add key (php artisan key:generate)
- Run database migrations

API Structure:

CRUD[GET, POST, PUT/PATCH, DELETE] for Articles, [POST] Login / Register / ...

###### Note: For email notification need to use command below

`
$php artisan queue:work --queue=emails
`

Best regards.