You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PS C:\nkb\kbb> php artisan serve
PHP Fatal error: Uncaught Error: Class "Illuminate\Foundation\Application" not found in C:\nkb\kbb\bootstrap\app.php:7
Stack trace:
#0 C:\nkb\kbb\artisan(14): require_once() #1 {main}
thrown in C:\nkb\kbb\bootstrap\app.php on line 7
Fatal error: Uncaught Error: Class "Illuminate\Foundation\Application" not found in C:\nkb\kbb\bootstrap\app.php:7
Stack trace:
#0 C:\nkb\kbb\artisan(14): require_once() #1 {main}
thrown in C:\nkb\kbb\bootstrap\app.php on line 7
Steps To Reproduce
install laravel 12
composer update
php artisan serve
The text was updated successfully, but these errors were encountered:
Laravel Version
12
PHP Version
8.2.12
Database Driver & Version
No response
Description
PS C:\nkb\kbb> php artisan serve
PHP Fatal error: Uncaught Error: Class "Illuminate\Foundation\Application" not found in C:\nkb\kbb\bootstrap\app.php:7
Stack trace:
#0 C:\nkb\kbb\artisan(14): require_once()
#1 {main}
thrown in C:\nkb\kbb\bootstrap\app.php on line 7
Fatal error: Uncaught Error: Class "Illuminate\Foundation\Application" not found in C:\nkb\kbb\bootstrap\app.php:7
Stack trace:
#0 C:\nkb\kbb\artisan(14): require_once()
#1 {main}
thrown in C:\nkb\kbb\bootstrap\app.php on line 7
Steps To Reproduce
install laravel 12
composer update
php artisan serve
The text was updated successfully, but these errors were encountered: