The Landing API was designed to be fast and easy for creating landing pages.
Just create or modify the form data schema in api/app/Models.
- In the
api/public
folder, run:
php -S localhost:3000
- In the
templates
folder, run:
php -S localhost:8000
You can easily export data in CSV or XLS format using php cli.php
command.
Please see the LICENSE file.