Slide 8
Slide 8 text
手順
○ Guzzleをインストール
composer require guzzlehttp/guzzle
※Laravel 5.8の場合
composer require
laravel/slack-notification-channel
○ Notificationクラスの作成
php artisan make:notification SlackPosted
○ Notificationクラス(SlackPosted)の実装
○ Slack通知サービスクラスを作成&実装
○ Seederを作成&実装
php artisan make:seeder SampleSeeder
8