PHP code example of tal7aouy / settings

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

    

tal7aouy / settings example snippets


        // site name
     {{Config::get('settings.site_name')}}
     //or 
     {{Config('settings.site_name')}}
     
bash
php artisan make:seed SettingsTableSeeder
bash
php artisan migrate
// then
php artisan db:seed