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