LaravelS v3.7.5 Release Notes

Release Date: 2020-07-18 // almost 4 years ago
  • Boot option -x|--x-version

    php bin/laravels start --x-version=feature/news
    

    The version(branch) of the current project, stored in $_ENV/$_SERVER.

    echo $\_ENV['X\_VERSION'];echo $\_SERVER['X\_VERSION'];echo $request-\>server-\>get('X\_VERSION');