Skip to content

trngl8/triangle-skeleton-demo

Repository files navigation

Triangle Skeleton (Demo Application)

The "Triangle Skeleton" is a reference application created to show how to develop applications following the Symfony Best Practices.

Requirements

  • PHP 8.0.2 or higher;
  • PDO-SQLite PHP extension enabled;
  • and the usual Symfony application requirements.

Installation

$ git clone https://github.com/trngl8/triangle-skeleton-demo.git my_project
$ cd my_project/
$ composer install 

Users manipulation

List:

$ php bin/console app:user:list 

Creation:

$ php bin/console app:user:add