Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/vendor/theseer/../egulias/../egulias/../brick/../composer/../composer/semver/../../league/../guzzlehttp/../sebastian/../spatie/../myclabs/../../tests/../vendor/maatwebsite/../nesbot/../spatie/laravel-ignition/src/Support
الملفات الموجودة في هذا الـ Path:
.
..
Composer
FlareLogHandler.php
LaravelDocumentationLinkFinder.php
LaravelVersion.php
LivewireComponentParser.php
RunnableSolutionsGuard.php
SentReports.php
StringComparator.php

مشاهدة ملف: LaravelVersion.php

<?php

namespace Spatie\LaravelIgnition\Support;

class LaravelVersion
{
    public static function major(): string
    {
        return explode('.', app()->version())[0];
    }
}