PHP code example of kregel / homestead

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

    

kregel / homestead example snippets


// In your app/Providers/NovaServiceProvider.php

public function tools()
{
    return [
        // ...
        new \Kregel\Homstead\Homestead(),
    ];
}

git clone [email protected]:austinkregel/libvirt-php
cd libvirt-php
./autogen.sh
make
sudo make install