PHP Classes

File: config/app_config.php

Recommend this page to a friend!
  Packages of Nemeth Zoltan   Cards API PHP   config/app_config.php   Download  
File: config/app_config.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Cards API PHP
Manage trading cards, decks, games, and creators
Author: By
Last change:
Date: 2 months ago
Size: 1,041 bytes
 

Contents

Class file image Download
<?php

/*
 * Webtech-solutions 2025, All rights reserved.
 */

return [
   
/*
    |--------------------------------------------------------------------------
    | Application Version
    |--------------------------------------------------------------------------
    |
    | This version number is used throughout the application for display
    | purposes, changelog versioning, and API versioning.
    |
    */
   
'version' => '1.1.0',

   
/*
    |--------------------------------------------------------------------------
    | Version Release Date
    |--------------------------------------------------------------------------
    |
    | The date when the current version was released.
    |
    */
   
'version_date' => '2025-12-24',

   
/*
    |--------------------------------------------------------------------------
    | Application Build Number
    |--------------------------------------------------------------------------
    |
    | Optional build number for tracking deployments.
    |
    */
   
'build' => null,
];