Download the PHP package timwassenburg/default-model-order without Composer
On this page you can find all versions of the php package timwassenburg/default-model-order. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download timwassenburg/default-model-order
More information about timwassenburg/default-model-order
Files in timwassenburg/default-model-order
Package default-model-order
Short Description Adds a trait to make your models sortable
License MIT
Homepage https://github.com/timwassenburg/default-model-order
Informations about the package default-model-order
Features
This simple package adds a trait to your project that can be used to sort collections of a model by default by a specified column. As a result, the model looks more clean and readable.
Installation
Install the package with composer.
Usage
Once you have installed the package, you can import the trait into your model to set the default order. Then, you can assign the desired column to the variable to order by that column. Additionally, you may optionally set the variable to specify the direction of the order, with the default value being .
Publish config (optional)
Suppose you wish to modify the default column name or direction. In that case, you may publish the configuration file to make the necessary adjustments. To do so, run the following command:
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
The MIT License (MIT). Please see License File for more information.