Skip to content
View ahaneef29's full-sized avatar
🎯
Focusing..
🎯
Focusing..
  • FI
  • UAE

Block or report ahaneef29

Report abuse

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

Report abuse

Pinned Loading

  1. Flutter-UAEPass Flutter-UAEPass Public

    Forked from Alkhajeh/Flutter-UAEPass

    Dart

  2. SocialiteProviders/website SocialiteProviders/website Public

    Website for Socialite Providers

    JavaScript 8 42

  3. Azure Pipeline + Laravel + MySQL + P... Azure Pipeline + Laravel + MySQL + PHPUnit + Laravel Dusk
    1
    # PHP
    2
    # Test and package your PHP project.
    3
    # Add steps that run tests, save build artifacts, deploy, and more:
    4
    # https://docs.microsoft.com/azure/devops/pipelines/languages/php
    5
     
  4. Simple laravel envoy deploy script :) Simple laravel envoy deploy script :)
    1
    @servers(['web' => 'root@127.0.0.1'])
    2
     
    3
    @setup
    4
     $root = '~/public_html';
    5
     $dir = $root . '/laravel';
  5. Laravel Push deploy Github actions e... Laravel Push deploy Github actions example
    1
    #!/bin/sh
    2
    set -e
    3
     
    4
    vendor/bin/phpunit
    5
     
  6. Providers Providers Public

    Forked from SocialiteProviders/Providers

    A Collection of Providers for Laravel Socialite

    PHP