PHP code example of mltstephane / blade-ui
1. Go to this page and download the library: Download mltstephane/blade-ui 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/ */
mltstephane / blade-ui example snippets
return [
];
$bladeUi = new MltStephane\BladeUi();
echo $bladeUi->echoPhrase('Hello, MltStephane!');
bash
php artisan vendor:publish --tag="blade-ui-migrations"
php artisan migrate
bash
php artisan vendor:publish --tag="blade-ui-config"
bash
php artisan vendor:publish --tag="blade-ui-views"