PHP code example of wb14feb / jinah

1. Go to this page and download the library: Download wb14feb/jinah 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/ */

    

wb14feb / jinah example snippets


return [
];

$jinah = new AnyTech\Jinah();
echo $jinah->echoPhrase('Hello, AnyTech!');
bash
php artisan vendor:publish --tag="jinah-migrations"
php artisan migrate
bash
php artisan vendor:publish --tag="jinah-config"
bash
php artisan vendor:publish --tag="jinah-views"
bash
php artisan vendor:publish --tag="jinah-assets"
bash
php artisan vendor:publish --provider="AnyTech\Jinah\JinahServiceProvider"