PHP code example of onyxerp / framework

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

    

onyxerp / framework example snippets


composer install

//Criando um novo controller
bin\manage create <nome_controller>

//Utilizando servidor de desenvolvimento
bin\manage run <php.exe|default php> <http_port|default 8081>