当我访问laravel时,它说
Symfony\Component\Debug\Exception\FatalErrorException
'Krucas\Notification\NotificationServiceProvider'未找到
网站位置是http://somedomain.com/index.php 它的文档物理路径是:
C:/ Apache24/htdocs中/ NEW_PROJECT/laravel /公/ laravel1 /公
我在C中有这些设置:/Apache24/htdocs/new_project/laravel/public/laravel1/app/config/app.php
providers数组'Krucas\Notification\NotificationServiceProvider'
别名数组'通知'=>'Krucas\Notification\Facades\Notification'
我怎么知道Laravel将提供程序数组和别名数组映射到物理路径?