Laravel 5.8 API that uses the API resources with a Vue.js frontend
- PHP v7.2
- Node v10.10.0
- NPM v6.4.1
- MySQL v8.0.12
# Install Dependencies
composer install
# Run Migrations
php artisan migrate
# Import Media Types
php artisan db:seed
# If you get an error about an encryption key
php artisan key:generate
# Install JS Dependencies
npm install
# Watch Files
npm run watch
# Serve Application over port 8000
php artisan serve
GET api/media
GET api/media/{id}
DELETE api/media/{id}
POST api/media
PUT api/media
## App Info
### Author
Digvijay Suryawanshi
### Version
1.0.0