wai-blue / adios-app
Empty app project for the ADIOS framework
v1.0.6
2024-10-29 11:44 UTC
Requires
- illuminate/database: ^7.12
- monolog/monolog: ^2.3
- symfony/yaml: ^5.4
- twig/twig: ^3.0
- wai-blue/adios: ^1.2
README
This is an empty ADIOS application template to be used with composer create-project.
You need only these simple commands to create your first CRM application:
composer create-project wai-blue/adios-app
cd adios-app
./bin/build.sh
This will create an ADIOS application based on the simple-crm.json prototype which you can further customize.