PHP code example of smartsellweb / ssw-package-local

1. Go to this page and download the library: Download smartsellweb/ssw-package-local 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/ */

    

smartsellweb / ssw-package-local example snippets


return [
];

$sswPackage = new SmartSellWeb\SswPackage();
echo $sswPackage->echoPhrase('Hello, SmartSellWeb!');
bash
php artisan vendor:publish --tag="ssw-package-local-migrations"
php artisan migrate