Download the PHP package giant41/laravel-api-blog without Composer
On this page you can find all versions of the php package giant41/laravel-api-blog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-api-blog
Laravel + VueJs API CRUD
Simple API for Blog Post (CRUD) with Laravel 6.0, uses the API resources as backend and vue.js as front end.
Quick Start
Database Name
laravel_api_blog
Install Dependencies
composer install
composer create-project giant41/laravel-api-blog
cd laravel-api-blog
Run Migrations
php artisan migrate
Import Articles
php artisan db:seed
Add virtual host if using Apache
If you get an error about an encryption key
php artisan key:generate
Endpoints
List all articles with links and meta
- GET
api/articles
- Get
single article
- GET
api/article/{id}
- Delete
article
- DELETE
api/article/{id}
- Add
article
- POST
api/article
title/body
- Update
article
- PUT
api/article
article_id/title/body
All versions of laravel-api-blog with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2
fideloper/proxy Version ^4.0
laravel/framework Version ^6.0
laravel/tinker Version ^1.0
laravel/ui Version ^1.0
fideloper/proxy Version ^4.0
laravel/framework Version ^6.0
laravel/tinker Version ^1.0
laravel/ui Version ^1.0
The package giant41/laravel-api-blog contains the following files
Loading the files please wait ....