Skip to content
View laracodedeveloper's full-sized avatar
  • Kosovo

Block or report laracodedeveloper

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. lazycollection.blade.phplazycollection.blade.php
    1
    <?php
    2
    3
    @env('local')
    4
    // The application is in the local environment…
    5
    @elseenv('testing')
  2. datapicker.jsdatapicker.js
    1
    /**
    2
     * Datapicker for vue
    3
     * @author Sami Maxhuni
    4
     * @version 1.0
    5
     */
  3. lazycollection2.blade.phplazycollection2.blade.php
    1
    <?php
    2
    {{--Insteadofthis: --}}
    3
    @env('production')
    4
    @else
    5
    // The application is not in the production environment...
  4. SwitchComponent.phpSwitchComponent.php
    1
    <?php
    2
    class SwitchCompanyComponent extends Component
    3
    {
    4
    public$hosts;
    5
  5. laraservelaraservePublic

    PHP