PHP Classes

File: config/config.php

Recommend this page to a friend!
  Classes of DeGraciaMathieu   Laravel Forge Backup   config/config.php   Download  
File: config/config.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel Forge Backup
Backup service that uses Laravel Forge
Author: By
Last change:
Date: 2 years ago
Size: 181 bytes
 

Contents

Class file image Download
<?php

return [

   
'forge' => [
       
'api' => [
           
'base_uri' => 'https://forge.laravel.com/',
           
'token' => getenv('FORGE_API_TOKEN'),
        ],
    ],

];