https://github.com/cimd/vue-eloquent-api
Vue Eloquent API
https://github.com/cimd/vue-eloquent-api
api laravel rest-api
Last synced: 5 months ago
JSON representation
Vue Eloquent API
- Host: GitHub
- URL: https://github.com/cimd/vue-eloquent-api
- Owner: cimd
- License: mit
- Created: 2023-04-19T12:34:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-27T02:08:30.000Z (over 1 year ago)
- Last Synced: 2025-11-21T15:13:02.765Z (7 months ago)
- Topics: api, laravel, rest-api
- Language: PHP
- Homepage: https://vue-eloquent.netlify.app/
- Size: 600 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
An interface for Vue 3 and Laravel Eloquent models through API requests.
## Installation
There are two packages available that can be used independently, but work better together.
### Vue 3 Package
`yarn add @konnec/vue-eloquent`
#### Vue Requirements
1. `Vue 3`
### Laravel Package
`composer require konnec/vue-eloquent-api`
#### Laravel Requirements
1. `Laravel 10`
2. `PHP ^8.1`
## Documentation
Visit [Vue Eloquent Docs](https://vue-eloquent.netlify.app/)
# Maintenance Status
`Active`: We're actively working on this project, and we expect to continue for work for the foreseeable future.
Bug reports, feature requests and pull requests are welcome.
# Contribution
Any ideas are welcome. Feel free to submit any issues or pull requests.
# License
The MIT License (MIT). Please see License File for more information.