Skip to content

Instantly share code, notes, and snippets.

View MrShennawy's full-sized avatar

Mahmoud Shenawy MrShennawy

View GitHub Profile
@m5lil
m5lil / changlogs.md
Last active December 10, 2019 05:52
laravel snippets,etc...
namespace App\Traits;

use Illuminate\Database\Eloquent\Builder;

trait Multitenantable {

    protected static function bootMultitenantable()
    {