Skip to content
View dhassanali's full-sized avatar
⚑
Working
⚑
Working

Highlights

  • Pro
Block or Report

Block or report dhassanali

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. one-loop one-loop Public

    A Laravel/PHP Package for Minimizing Collection/Array Iterations

    PHP 2

  2. Cars.sql Cars.sql
    1
    CREATE TABLE `cars` (
    2
      `id` int(11) NOT NULL AUTO_INCREMENT, 
    3
      `name` varchar(32) NOT NULL, 
    4
      `brand_id` int(11) NOT NULL DEFAULT 0, 
    5
      PRIMARY KEY (`id`)
  3. laravel-s3-browser-based-uploads laravel-s3-browser-based-uploads Public

    Upload files to AWS S3 Directly from Browser

    PHP 4 2

  4. computer-science computer-science Public

    Forked from ossu/computer-science

    πŸŽ“ Path to a free self-taught education in Computer Science!

  5. laravel-swoole laravel-swoole Public

    Forked from swooletw/laravel-swoole

    High performance HTTP server based on Swoole. Speed up your Laravel or Lumen applications.

    PHP

  6. framework framework Public

    Forked from laravel/framework

    PHP