Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kvyaceslav/laravel-article-api
- Owner: kvyaceslav
- Created: 2024-06-18T18:36:51.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-25T10:31:13.000Z (6 months ago)
- Last Synced: 2024-06-25T11:55:13.465Z (6 months ago)
- Language: PHP
- Size: 64.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 migrationsAPI 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.