wai-blue / adios-app
Empty app project for the ADIOS framework
Installs: 55
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:CSS
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.