skip to Main Content

Laravel Undefined array key 1 php artisan serve – PHP Versions

Undefined array key 1 at D:App-PHPxampp_php_8htdocstest-projectvendorlaravelframeworksrcIlluminateFoundationConsoleServeCommand.php:289 285▕ protected function getDateFromLine($line) 286▕ { 287▕ preg_match('/^[([^]]+)]/', $line, $matches); 288▕ ➜ 289▕ return Carbon::createFromFormat('D M d H:i:s Y', $matches[1]); 290▕ } 291▕ 292▕ /** 293▕ * Get the request port from the given…

VIEW QUESTION

can't run laravel 5.7 on php8 – PHP Versions

hi guys I need help for this case I can't run laravel 5.7 on php8, when I do "php artisan serve" I got error: thrown in /var/www/html/myProject/vendor/laravel/framework/src/Illuminate/Container/Container.php on line 838 PHP Fatal error: Uncaught ErrorException: Method ReflectionParameter::getClass() is deprecated in…

VIEW QUESTION

error when i run php artisan migrate command on line 51 – Phpmyadmin

When I run the php artisan migrate command in terminal I'm left with this. ParseError syntax error, unexpected ')' at C:laragonwwwtestnum2vendorlaravelframeworksrcIlluminateBusBusServiceProvider.php:51 47▕ return new DatabaseBatchRepository( 48▕ $app->make(BatchFactory::class), 49▕ $app->make('db')->connection(config('queue.batching.database')), 50▕ config('queue.batching.table', 'job_batches'), ➜ 51▕ ); 52▕ }); 53▕ } 54▕…

VIEW QUESTION
Back To Top
Search