Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdeans/mvps-muven
The MVPS Muven Framework.
https://github.com/pdeans/mvps-muven
Last synced: 19 days ago
JSON representation
The MVPS Muven Framework.
- Host: GitHub
- URL: https://github.com/pdeans/mvps-muven
- Owner: pdeans
- Created: 2020-06-05T05:15:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-03T20:59:16.000Z (over 1 year ago)
- Last Synced: 2024-10-16T14:41:15.595Z (2 months ago)
- Language: PHP
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> This package is **abandoned** and no longer maintained.
# MVPS Muven Framework
Develop rapid, robust, and powerful web applications.
## About MVPS Muven
Muven was created to speed up MVPS development efforts for web applications. Built on upon a stripped down version of the Laravel framework, Muven provides developers an expansive toolset to build rich and enjoyable web applications. The framework offers a service provider to the [pdeans Miva JSON API](https://github.com/pdeans/miva-api) library to quickly set up projects and integrations that tie into the Miva JSON API.
Checkout the the `ExampleController` under the `app/Http/Controllers` path for an example of getting setup with the API service provider.
## Getting Started
To get started, run the following command to create a new Muven project in the directory of your choosing.
```bash
composer create-project pdeans/mvps-muven muven
```Make sure to follow the steps for getting a [Laravel application](https://laravel.com/docs/7.x#installing-laravel) setup, and then it's time to get Muven!
## Further Reading
As the framework is built largely on the Laravel framework, it is highly recommended to checkout the [Laravel documentation](https://laravel.com/docs) and work along side it as you build out your applications.
If your application will be interacting with the Miva JSON API, make sure to update the `.env` in the project root with your credentials and store information, then checkout the [pdeans Miva JSON API documentation](https://github.com/pdeans/miva-api).