skip to Main Content

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

Problem in root route in laravel 8 Using illuminate – Apache

This is my first time asking questions in StackOverflow so sorry for the mistakes. I have a problem with laravel routes. <?php use IlluminateSupportFacadesRoute; //start :: login Route::group(['namespace' => 'auth'], function () { Route::get('/', 'AuthController@index')->name('index'); Route::get('/showResult', 'AuthController@Result')->name('Result'); Route::post('/showResultds', 'AuthController@showResult')->name('showResult'); Route::post('/dologin',…

VIEW QUESTION
Back To Top
Search