softmedialabs/laravel-global-scope is a Laravel package for a laravel package for make global scope.
It currently has 0 GitHub stars and 1 downloads on Packagist.
Install it with composer require softmedialabs/laravel-global-scope.
Discover more Laravel packages by softmedialabs
or browse all Laravel packages to compare alternatives.
Last updated
This package adds a handful of global scope commands to Artisan in your Laravel project. Generate scope files to allow you to constraints to all queries for a given model.
Use the package manager composer to install this packages
composer require softmedialabs/laravel-global-scope
php artisan make:scope AgeScope
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
softmedialabs/laravel-global-scope is licenced under the MIT License (MIT). Please see the license file for more information.