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

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

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

    PHP