PHP code example of aghasoroush / injam-laravel-package

1. Go to this page and download the library: Download aghasoroush/injam-laravel-package 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/ */

    

aghasoroush / injam-laravel-package example snippets


Aghasoroush\InjamLaravelPackage\ServiceProvider::class,

Aghasoroush\InjamLaravelPackage\Facades\InjamLaravelPackage::class,
bash
php artisan vendor:publish --provider="Aghasoroush\InjamLaravelPackage\ServiceProvider" --tag="config"