Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/harmony-betta/harmony
- Owner: harmony-betta
- License: agpl-3.0
- Created: 2017-11-05T10:52:06.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2023-08-28T07:04:33.000Z (about 1 year ago)
- Last Synced: 2024-04-03T05:04:48.730Z (8 months ago)
- Topics: boilerplate-application, eloquent, harmony, harmony-docs, orm, php, slim-framework
- Language: PHP
- Homepage: https://bettadevindonesia.github.io/harmony-docs
- Size: 894 KB
- Stars: 17
- Watchers: 5
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)