Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/harmony-betta/harmony

Harmony Modern Slim Boilerplate with Tinker and Eloquent ORM | Read Documentation in
https://github.com/harmony-betta/harmony

boilerplate-application eloquent harmony harmony-docs orm php slim-framework

Last synced: about 10 hours ago
JSON representation

Harmony Modern Slim Boilerplate with Tinker and Eloquent ORM | Read Documentation in

Awesome Lists containing this project

README

        

![Imgur](https://i.imgur.com/Evo8xta.png "Harmony Modern Slim Boilerplate")

### Harmony Modern Slim Boilerplate By Betta Dev Indonesia
Built with Slim Framework - Harmony allows you to use Eloquent ORM, and Interact with your application via Harmony Tinker!

### Get Started

composer create-project --prefer-dist harmony-betta/harmony project-name -vvv

### Install Harmony as Globally

when you install Harmony globally then you no longer need to repeat commands `create-project` composer.

composer global require "harmony-betta/installer"

*Make sure to place the ~/.composer/vendor/bin directory in your PATH so the Harmony executable can be located by your system.*

if the installation is complete please type the command in your Terminal / Command Prompt as follows:

harmony --version

Now you can install using Harmony Installer

harmony new harmony-project

define the name of your project at the end of the command like `harmony new your-project-name`

#### Free Guide Harmony Modern Slim Boilerplate

- Hamrony Documentations
- [Harmony Docs (English)](https://bettadevindonesia.github.io/harmony-docs)