wai-blue/adios-app

Empty app project for the ADIOS framework

v1.0.6 2024-10-29 11:44 UTC

This package is not auto-updated.

Last update: 2025-04-01 13:53:22 UTC


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.