PHP code example of hiddencorporation / laravel-db-config
1. Go to this page and download the library: Download hiddencorporation/laravel-db-config 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/ */
hiddencorporation / laravel-db-config example snippets
bash
$ php artisan vendor:publish --tag=dbConfig.config
bash
$ php artisan migrate
bash
$ php artisan dbConfig:test --which=[info, testCache, testCrypt, testGeneral]