mevdschee / php-crud-ui

Single file PHP script that adds a UI to a PHP-CRUD-API project
MIT License
123 stars 55 forks source link

php-crud-ui shows nothing #29

Closed arfan closed 7 years ago

arfan commented 7 years ago

I try to put the ui.php alongside with api.php file, but when I open ui.php in the browser it shows nothing. is there any specific settings that I need to set in my web server? or something I should add in api.php for this ui.php to work?

Thank you

mevdschee commented 7 years ago

...something I should add in api.php for this ui.php to work?

Yes, you need to have a working api.php before you install ui.php. And you need to point ui.php to (the address of) api.php.

I hope this helps.

mevdschee commented 7 years ago

Closing due to inactivity