-4

i did some controller befor but now im trying to create no one but the command dosn't workenter image description here

  • check this answer, it may help https://stackoverflow.com/questions/32764981/php-warning-module-already-loaded-in-unknown-on-line-0 – Abdel-aziz hassan Aug 16 '20 at 10:51
  • I think you have loaded **mysqli** probably twice in **php.ini**. You should not load in each **php.ini** in this directories the extension `mysqli`. Only one file **php.ini** should load it. – STA Aug 16 '20 at 10:55
  • It seems to me that your application is not configured properly. Would mind answering a few of questions? 1 - is this a new installation of Laravel? 2 - how was the installation done? 3 - did you change any configuration related to the app namespace? – Max Carvalho Aug 16 '20 at 11:02
  • how can i set the php ini file? – Amr Shenawy Aug 16 '20 at 13:19

1 Answers1

-1

Please run this two commands:

composer update
composer dump-autoload
R.tbr
  • 158
  • 6