PHP code example of adamthehutt / laravel-dismissible-tips
1. Go to this page and download the library: Download adamthehutt/laravel-dismissible-tips 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/ */
adamthehutt / laravel-dismissible-tips example snippets
return [
'zappa' => [
'wisdom' => [
'snow' => "Don't eat the yellow snow!"
]
]
];
bash
php artisan vendor:publish
bash
php artisan migrate
/resources/lang/en/vendor/dismissible-tips/en/tips.php