PHP code example of austrolibertario / hoppe

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

    

austrolibertario / hoppe example snippets


docker exec -it hoppe_php_1 bash
php artisan key:generate && \
php artisan migrate --seed

docker exec -it hoppe_php_1 bash
php artisan est:install

- Nginx 1.8+
- PHP 7.0+
- Mysql 5.7+
- Redis 3.0+
- Memcached 1.4+

* php +7
* ext-mcrypt

sudo apt install php php-mcrypt
shell
php artisan est:install