Skip to content
View Alymosul's full-sized avatar
  • Berlin, Germany
Block or Report

Block or report Alymosul

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. exponent-server-sdk-php exponent-server-sdk-php Public

    Server-side library for working with Expo push notifications using PHP

    PHP 145 75

  2. laravel-exponent-push-notifications laravel-exponent-push-notifications Public

    Forked from laravel-notification-channels/channels

    Exponent push notifications driver for laravel 5

    PHP 144 76

  3. [Laravel] Seeding data in testing as... [Laravel] Seeding data in testing as part of the application build.
    1
    SeedDatabase trait along with SeedDatabaseState class gives your Laravel project the ability to seed the testing database once before running
    2
    the full suite tests, which improves the speed of the tests than seeding the testing database before each test.
    3
    
                  
    4
    Also, it has the option to run custom seeders instead of the seeders that are called in the run() method of the DatabaseSeeder class you can
    5
    achieve that as follows 
  4. Abstract Layer for Query Filters in ... Abstract Layer for Query Filters in Laravel
    1
    <?php
    2
    
                  
    3
    namespace App\Filters\Query;
    4
    
                  
    5
    trait Filterable
  5. Downgrade PHP 7.2 to 7.1 on Laravel ... Downgrade PHP 7.2 to 7.1 on Laravel Forge
    1
    # Install php7.1 related stuff..
    2
    
                  
    3
    ```
    4
    apt-get install -y --allow-downgrades --allow-remove-essential --allow-change-held-packages \
    5
    php7.1-cli php7.1-dev \
  6. laravel/framework laravel/framework Public

    The Laravel Framework.

    PHP 31.7k 10.7k