1. Go to this page and download the library: Download coderello/laraflash library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
coderello / laraflash example snippets
use Coderello\Laraflash\Facades\Laraflash;
Laraflash::message()->content('Some content')->title('Some title')->type('success');