AMAFsoft

Results 4 issues of AMAFsoft

I'am using namespace in my controllers , this is my controller : [controllers/admin/AdminController.php]

Laravel : ^8.0 php : PHP 7.4.16 (cli) Reproduce the issues : 1 . installing fresh laravel 8 `` composer create-project laravel/laravel:^8.0 shopper `` 2. setting up .env file 3....

after installation wizard finished . i got this error : `compact(): Undefined variable: envConfig` file : `\vendor\rachidlaasri\laravel-installer\src\Controllers\EnvironmentController.php` Line : `97` Url : `http://127.0.0.1:8000/install/environment/saveWizard` i'm using laravel 5.8 ![Screenshot of Whoops!...

Hi I'm trying to run this command: `php artisan settings:table` And i'm getting this error in the console : `ReflectionException : Method Krucas\Settings\Console\SettingsTableCommand::handle() does not exist ` laravel : 5.7...