PHP code example of litvinjuan / laravel-afip

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

    

litvinjuan / laravel-afip example snippets


return [
];

$laravelAfip = new litvinjuan\LaravelAfip();
echo $laravelAfip->echoPhrase('Hello, litvinjuan!');
bash
php artisan vendor:publish --tag="laravel-afip-migrations"
php artisan migrate
bash
php artisan vendor:publish --tag="laravel-afip-config"
bash
php artisan vendor:publish --tag="laravel-afip-views"