Skip to content

SilverEngine/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SILVER ENGINE CLI MODULE

WHAT IS SILVER ENGINE FRAMEWORK?

SilverEngine is a powerful PHP Dynamical MVC framework built for developers who need a simple and elegant toolkit to create powerfull full-featured web applications.

Licence PHP7.1 version Alpha

install

This module need php v7.1 or up

Composer requre silverengine/cli

Composer update

Commands

This module need php v7.1 or up

Commands

php silver make:controller <name> <options>

options

  • -h = help
  • -d = delete
  • -f = force

Contributing

Thank you for considering contributing to the framework!

Rules to follow

  1. Same tree structure
  2. PSR-4 and PSR-2
  3. Namespace need to start with an Alias \Silver\
  4. Follow manual for pagkagist Packagist docs
  5. (Optional) join us on Discord server Join here
  6. Make docs with .MD
  7. Code need to be unit tested - php v5.6 | PHPUnit

Tree

For easy use please Src/ file direct the namespace to alias

\Silver\<name of your project>\<classes>
<project root>
├─ config/
├─ docs/
├─ node_modules/
├─ public/
......└── index.php
├─ src/
......├── Controllers/
............└── DefaultController.php
......├── Facades/
......├── Helpers/
......├── Templates/
......└── Services/
├─ tests/
├─ translations/
├─ var/
......├─ cache/
......├─ log/
......└─ session/
├─ vendor/
└─ composer.json

License

The Silver Engine framework is open-sourced software licensed under the MIT license.

About

CLI for @SilverEngine framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages