Looking at what is printed the urls in the admin ui:
|
<li><a href="{{base}}/admin/table/list">home</a></li> |
But the readme doesn't mention that is required a URL rewriting for the file and that will ignore the folder where the project is.
Example:
http://localhost/php-crud-admin/admin.php/table/list
Generate:
error
code:
1000
message:
Route '/table/list' not found
But http://localhost/php-crud-admin/admin.php/ I get the list of tables but the links are http://localhost/admin/column/mytable/list.
Looking at what is printed the urls in the admin ui:
php-crud-admin/templates/column/list.html
Line 2 in 60b6d05
But the readme doesn't mention that is required a URL rewriting for the file and that will ignore the folder where the project is.
Example:
http://localhost/php-crud-admin/admin.php/table/listGenerate:
But
http://localhost/php-crud-admin/admin.php/I get the list of tables but the links arehttp://localhost/admin/column/mytable/list.