https://github.com/antidot-framework/standalone-console-example
Antidot framework standalone console project example
https://github.com/antidot-framework/standalone-console-example
Last synced: 4 months ago
JSON representation
Antidot framework standalone console project example
- Host: GitHub
- URL: https://github.com/antidot-framework/standalone-console-example
- Owner: antidot-framework
- Created: 2019-06-15T19:42:22.000Z (about 6 years ago)
- Default Branch: 1.x.x
- Last Pushed: 2021-01-30T12:36:14.000Z (over 4 years ago)
- Last Synced: 2025-01-06T07:23:25.113Z (6 months ago)
- Language: PHP
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Standalone Console App Example
This project is a proof of concept of using [Antidot Framework Cli](https://github.com/antidot-framework/antidot-cli)
as a standalone component of the framework.## Install
Clone the repository and install dependencies with composer
````bash
git clone [email protected]:antidot-framework/standalone-console-example.git
cd standalone-console-example
composer install
````## Usage
Execute the entry point
````bash
bin/console
````