Skip to content
View Frolki1-Dev's full-sized avatar
💘
Love to code
💘
Love to code

Highlights

  • Pro
Block or Report

Block or report Frolki1-Dev

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

  1. PHP-Google-Authenticator PHP-Google-Authenticator Public archive

    Google Authenticator for PHP

    PHP 1

  2. google-embed-php google-embed-php Public

    Use the Embed API of Google Maps with PHP

    PHP 1

  3. EditHosts EditHosts Public

    Edit easily the windows hosts file.

    C#

  4. Setup Laravel file and directory per... Setup Laravel file and directory permission for deployment on production
    1
    #!/bin/bash
    2
    echo "Setup the permission for Laravel project."
    3
    echo "Laravel base directory is $1"
    4
    
                  
    5
    echo ""
  5. [Laravel] Create for every model a p... [Laravel] Create for every model a policy file
    1
    <?php
    2
    
                  
    3
    namespace App\Console\Commands;
    4
    
                  
    5
    use Illuminate\Console\Command;