PHP Classes

File: config/app_version.php

Recommend this page to a friend!
  Packages of Nemeth Zoltan   Cards API PHP   config/app_version.php   Download  
File: config/app_version.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: 495 bytes
 

Contents

Class file image Download
<?php

return [
   
/*
    |--------------------------------------------------------------------------
    | Application Version
    |--------------------------------------------------------------------------
    |
    | This value represents the current version of the application.
    | Update this value when releasing new versions.
    |
    */

   
'version' => env('APP_VERSION', 'v1.1.0-stable'),

   
'release_date' => '2025-12-24',

   
'status' => 'stable', // alpha, beta, stable

];