jonseg / crud-admin-generator

An open source tool to generate a complete backend from a MySql database.
http://crud-admin-generator.com/
MIT License
1.43k stars 441 forks source link

Blank Admin Pages On The Browser #127

Open desawarna opened 5 years ago

desawarna commented 5 years ago

I have followed the tutorial and successfully created CRUD files.

I saw in the directory /MyApp/admin/web/views/ :+1: view

I saw in the directory /MyApp/admin/web/controler/ :+1: controiler

but when I access in the browser ( Firefox 68.01) , blank

http://localhost/MyApp/admin/web/

Help me thanks sir :smile:

Technical data : PHP 7.3.4-2 , Apache/2.4.38 (Debian) , 10.3.15-MariaDB,

veloso14 commented 4 years ago

Same problem here