https://github.com/willvrd/vblog
Vblog Module - VGreen Application
https://github.com/willvrd/vblog
Last synced: about 2 months ago
JSON representation
Vblog Module - VGreen Application
- Host: GitHub
- URL: https://github.com/willvrd/vblog
- Owner: willvrd
- Created: 2020-09-06T00:37:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-06T02:02:24.000Z (over 4 years ago)
- Last Synced: 2025-01-15T21:05:56.451Z (4 months ago)
- Language: PHP
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.yml
Awesome Lists containing this project
README
# VGreen Application - Vblog Module
## Installation
```bash
composer require willvrd/vblog-module
```
## Steps1. Run migration:
```bash
php artisan module:migrate Vblog
```
2. Run this command:
```bash
php artisan vblog:init
```
3. Run NPM
```bash
npm run dev
```## End Points
Route Base: `https://yourhost.com/api/vblog/v1/`
* #### Post
* #### Category
## Backend
### Pages
Index: http://mysite/backend/vblog/posts
name: admin.vblog.posts.indexIndex: http://mysite/backend/vblog/categories
name: admin.vblog.categories.index