Skip to content
View imhayatunnabi's full-sized avatar
:octocat:
Chilling
:octocat:
Chilling

Block or report imhayatunnabi

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
imhayatunnabi/README.md

Hi, I'm Nabil πŸ‘‹

Full-stack engineer, 5+ years. I build business-critical systems β€” POS, CRM, ERP, e-commerce, VAT compliance β€” and care most about the parts that must not break: payments, real-time sync, and multi-tenancy.

Currently Senior Software Engineer at Aseria SA (Switzerland), on a multi-location restaurant POS live in ~20 venues.

Stack Β· PHP Β· Laravel Β· TypeScript Β· Vue Β· React Β· Next.js Β· NestJS Β· PostgreSQL Β· MySQL Β· Redis Β· Kafka Β· WebSockets Β· Docker Β· Prometheus/Grafana

Open source

23 merged PRs across 11 Laravel packages β€” concurrency, performance, reliability and localization fixes.

Laravel / Livewire β€” Dynamic reactive components for Laravel

Spatie Laravel Backup β€” A powerful package to backup your Laravel application

Laravel Filament β€” Admin panel builder for Laravel

Spatie Laravel Permission β€” Associate users with roles and permissions

Spatie Laravel Notification Log β€” Log all notifications that were sent

Spatie Laravel Flare β€” Send Laravel errors to Flare

Spatie Laravel Media Library β€” Manage media through models

Tenancy for Laravel β€” Multi-tenancy package for Laravel β€” stancl/tenancy

Akaunting β€” Open source accounting software built with Laravel and Vue.js

Nesbot / Carbon β€” A simple PHP API extension for DateTime

SpartnerNL Laravel-Excel β€” Supercharged Excel exports and imports for Laravel

Reach me

LinkedIn Β· imhayatunnabi@gmail.com Β· Dhaka, Bangladesh

Pinned Loading

  1. akaunting/akaunting akaunting/akaunting Public

    Online Accounting Software

    PHP 10.1k 3k

  2. spatie/laravel-permission spatie/laravel-permission Public

    Associate users with roles and permissions

    PHP 13k 1.8k

  3. spatie/laravel-backup spatie/laravel-backup Public

    A package to backup your Laravel app

    PHP 6k 785

  4. spatie/laravel-medialibrary spatie/laravel-medialibrary Public

    Associate files with Eloquent models

    PHP 6.2k 1.1k

  5. filamentphp/filament filamentphp/filament Public

    A powerful open-source UI framework for Laravel β€’ Build and ship apps & admin panels fast with Livewire

    PHP 31.9k 4.2k

  6. laravel_multi_tenancy_setup.markdown laravel_multi_tenancy_setup.markdown
    1
    # Setting Up a Laravel Multi-Tenancy Server on Hostinger VPS with Deployment Process
    2
    
                  
    3
    This guide outlines the process to set up a Hostinger VPS (Ubuntu 24.04 with Laravel template) for a Laravel multi-tenant application using subdomain-based tenancy (e.g., client1.yoursite.com, client2.yoursite.com). It includes configuring CloudPanel, setting up the server, installing wildcard SSL with Let's Encrypt, setting up PHPMyAdmin for database management, and a streamlined deployment process.
    4
    
                  
    5
    ## Prerequisites