crud-admin-generator icon indicating copy to clipboard operation
crud-admin-generator copied to clipboard

Fatal error line 20 console.php

Open mlungsta opened this issue 9 years ago • 1 comments
trafficstars

I am getting a fatal error: Class 'symfony\component\console\application' not found.

I copied all the files to xampp folder and created a database and made changes on app.php file to connect to db.

mlungsta avatar Sep 09 '16 19:09 mlungsta

Have you executed php console generate:admin and this error occoured? Be sure that when you execute the command you are inside the root directory of the application and not inside the src folder.

Other reason could be you haven't run php composer.phar install before...

progS1m avatar Nov 09 '16 08:11 progS1m