Skip to content

DevNet-Framework/console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevNet Console Template

This package is a Console application template for DevNet Framework.

Requirements

  • PHP version 8.1 or higher
  • Composer version 2.0 or higher

Installation

You can use DevNet CLI to create a console application project by running the following command in your terminal:

devnet new console --project [project-Name]

Or using composer

composer create-project devnet/console [project-Name]

Execution

To run the application, navigate to the root of your project and run the following command in the Terminal:

./bin/run

Or using DevNet CLI

devnet run

Documentation

Full documentation on how to use DevNet Framework is available at devnet-framework.github.io