PHP code example of cswni / gastos-for-pos-plugin
1. Go to this page and download the library: Download cswni/gastos-for-pos-plugin 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/ */
cswni / gastos-for-pos-plugin example snippets
return [
];
$gastos-for-pos-plugin = new Cswni\GastosForPosPlugin();
echo $gastos-for-pos-plugin->echoPhrase('Hello, Cswni!');
bash
php artisan vendor:publish --tag="gastos-for-pos-plugin-migrations"
php artisan migrate
bash
php artisan vendor:publish --tag="gastos-for-pos-plugin-views"