카테고리 없음

laravel Class 'Laracasts\Flash\FlashServiceProvider' not found

클레인 2018. 1. 30.
반응형

Begin by pulling in the package through Composer.

composer require laracasts/flash

Next, if using Laravel 5, include the service provider within your config/app.php file.

'providers' => [
    Laracasts\Flash\FlashServiceProvider::class,
];


반응형

댓글