laravel-traits maintained by mallardduck
Description
A collection of useful Laravel snippets in the form of easy to use traits.
Author
Last update
2024/12/21 03:05
(dev-main)
License
Downloads
6 208
Tags
Last update
2024/12/21 03:05
License
Require
- php ^8.0.0
- illuminate/console ^9.0 || ^10.0 || ^11.0
- illuminate/database ^9.0 || 10.0 || ^11.0
- illuminate/pagination ^9.0 || ^10.0 || ^11.0
- illuminate/view ^9.0 || ^10.0 || ^11.0
Last update
2024/12/21 03:05
License
Require
- php ^8.0.0
- illuminate/console ^9.0 || ^10.0 || ^11.0
- illuminate/database ^9.0 || 10.0 || ^11.0
- illuminate/pagination ^9.0 || ^10.0 || ^11.0
- illuminate/view ^9.0 || ^10.0 || ^11.0
Last update
2023/02/16 18:20
License
Require
- php ^7.2 || ^8.0.0
- illuminate/console ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0
- illuminate/database ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0
- illuminate/pagination ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0
- illuminate/view ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0
Last update
2022/03/05 19:25
License
Require
- php ^7.2 || ^8.0.0
- illuminate/console ^6.0 || ^7.0 || ^8.0 || ^9.0
- illuminate/database ^6.0 || ^7.0 || ^8.0 || ^9.0
- illuminate/pagination ^6.0 || ^7.0 || ^8.0 || ^9.0
- illuminate/view ^6.0 || ^7.0 || ^8.0 || ^9.0
Last update
2022/02/28 21:27
License
Require
- php ^7.2 || ^8.0.0
- illuminate/console ^6.0 || ^7.0 || ^8.0 || ^9.0
- illuminate/database ^6.0 || ^7.0 || ^8.0 || ^9.0
- illuminate/pagination ^6.0 || ^7.0 || ^8.0 || ^9.0
- illuminate/view ^6.0 || ^7.0 || ^8.0 || ^9.0
Last update
2022/02/08 16:38
License
Require
- php ^7.2 || ^8.0.0
- illuminate/console ^6.0 || ^7.0 || ^8.0 || ^9.0
- illuminate/database ^6.0 || ^7.0 || ^8.0 || ^9.0
- illuminate/pagination ^6.0 || ^7.0 || ^8.0 || ^9.0
- illuminate/view ^6.0 || ^7.0 || ^8.0 || ^9.0
Last update
2021/12/28 03:00
License
Require
- php ^7.2|^8.0.0
- illuminate/console ~6.0|~7.0|~8.0
- illuminate/database ~6.0|~7.0|~8.0
- illuminate/pagination ~6.0|~7.0|~8.0
- illuminate/view ~6.0|~7.0|~8.0
Last update
2021/04/12 20:58
License
Require
- php ^7.2|^8.0.0
- illuminate/console ~6.0|~7.0|~8.0
- illuminate/database ~6.0|~7.0|~8.0
- illuminate/pagination ~6.0|~7.0|~8.0
- illuminate/view ~6.0|~7.0|~8.0
Last update
2021/01/31 00:41
License
Require
- php ^7.2
- illuminate/console ~6.0|~7.0|~8.0
- illuminate/database ~6.0|~7.0|~8.0
- illuminate/pagination ~6.0|~7.0|~8.0
- illuminate/view ~6.0|~7.0|~8.0
Last update
2020/12/30 00:53
License
Require
- php ^7.2
- illuminate/console ~6.0|~7.0|~8.0
- illuminate/database ~6.0|~7.0|~8.0
- illuminate/pagination ~6.0|~7.0|~8.0
- illuminate/view ~6.0|~7.0|~8.0
Last update
2020/05/22 18:28
License
Require
- php ^7.1
- illuminate/console ~5.5|~6.0|~7.0
- illuminate/database ~5.5|~6.0|~7.0
- illuminate/pagination ~5.5|~6.0|~7.0
- illuminate/view ~5.5|~6.0|~7.0
Last update
2020/04/22 03:44
License
Require
- php ^7.1
- illuminate/console ~5.4|~6.0
- illuminate/database ~5.4|~6.0
- illuminate/pagination ~5.4|~6.0
- illuminate/view ~5.4|~6.0
Last update
2019/07/11 14:36
License
Require
- php ^7.1
- illuminate/console ~5.4
- illuminate/database ~5.4
- illuminate/pagination ~5.4
- illuminate/view ~5.4
Last update
2019/07/02 22:06
License
Require
- php ^7.1
- illuminate/console ~5.4
- illuminate/database ~5.4
- illuminate/pagination ~5.4
- illuminate/view ~5.4
Last update
2019/07/02 21:42
License
Require
- php ^7.1
- illuminate/console ~5.4.0
- illuminate/view ~5.4.0
laravel-traits
A collection of useful Laravel snippets in the form of easy to use traits.
A message to Russian 🇷🇺 people
If you currently live in Russia, please read this message.
How to use?
Each of the traits will have slightly different directions for usage. For best results review the traits code and corresponding docs (if they exist). In general, you'll need to do the following:
- Require this package via Composer.
- Import
usethe trait at the top of the respective class. - Then
usethe trait in the class.
Trait docs
TODO
- Add tests...nuff said.
- Add more traits as I build them, or if others submit some!