Skip to content
View sadegh19b's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report sadegh19b

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. laravel-persian-validation laravel-persian-validation Public

    A persian alphabet, number and etc. validation package for laravel

    PHP 125 16

  2. RockStarCoffeeShopApi RockStarCoffeeShopApi Public

    A RESTful Laravel development challenge for managing a small coffee shop.

    PHP 1 1

  3. taskato taskato Public

    A simple web application for task management based on Laravel

    PHP 1

  4. timeter timeter Public

    Timeter is a small utility app to keep track of your time.

    PHP 1

  5. Laravel Persian Lang Laravel Persian Lang
    1
    # Laravel Persian Lang
    2
    
    
    3
    - Create `fa` directory in `lang` directory of laravel project.
    4
    - Download zip of this gist and extract, then copy all files into `lang/fa` directory of laravel project.
    5
    
    
  6. Laravel InteractsWithValidation Trai... Laravel InteractsWithValidation Trait for use in Testing
    1
    <?php
    2
    
    
    3
    namespace Tests;
    4
    
    
    5
    use Illuminate\Foundation\Http\FormRequest;