Download the PHP package perrotin/smart-select without Composer
On this page you can find all versions of the php package perrotin/smart-select. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package smart-select
Smart select
Install
Install the package
composer require perrotin/smart-select
followed by
php artisan vendor:publish --provider="SmartSelect\Providers\SmartSelectServiceProvider"
for developement
If you wish to update the package, a good way is to update the repository and replace it with
How to use
Set up the package
In every model you want, you must :
- use the
HasDefaultSelect
trait - use the
HasDefaultSelectColumns
interface - set the
getGrantColumns()
method.
For example
Configure it
use commands
TODO
- [ ] Testing
- [ ] Config option to execute grant access depending of environment
- [ ] ...
All versions of smart-select with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
illuminate/support Version ^8.0|^9.0|^10.0|^11.0|^12.0
illuminate/console Version ^8.0|^9.0|^10.0|^11.0|^12.0
illuminate/filesystem Version ^8.0|^9.0|^10.0|^11.0|^12.0
illuminate/database Version ^8.0|^9.0|^10.0|^11.0|^12.0
symfony/yaml Version ^6.0|^7.0
illuminate/support Version ^8.0|^9.0|^10.0|^11.0|^12.0
illuminate/console Version ^8.0|^9.0|^10.0|^11.0|^12.0
illuminate/filesystem Version ^8.0|^9.0|^10.0|^11.0|^12.0
illuminate/database Version ^8.0|^9.0|^10.0|^11.0|^12.0
symfony/yaml Version ^6.0|^7.0
The package perrotin/smart-select contains the following files
Loading the files please wait ....