PHP code example of irpcpro / test-food

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

    

irpcpro / test-food example snippets

bash
$ cd ./public
$ php -S localhost:8000
bash
$ php artisan migrate
$ php artisan db:seed DatabaseSeeder
bash
$ php artisan db:seed ReportDataSeeder