반응형
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,
];
반응형
댓글