PHP code example of team-nifty-gmbh / flux-erp

1. Go to this page and download the library: Download team-nifty-gmbh/flux-erp 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/ */

    

team-nifty-gmbh / flux-erp example snippets


    'links' => [
        ...
        public_path('flux') => base_path('vendor/team-nifty-gmbh/flux-erp/public'),
    ],

$this->call(\FluxErp\Database\Seeders\FluxSeeder::class);
bash
php artisan storage:link
bash
php artisan vendor:publish --tag="flux-docker"