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/publicfolder, run:
php -S localhost:3000
- In the
templatesfolder, 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.