Answer the question
In order to leave comments, you need to log in
What Laravel must have packages?
There are many packages.
I use 2 main ones everywhere: Carbon + DebugBar
What else? What are you using? Which ones do you think are necessary? Why?
ps I’ll add on my own, where sometimes I watch poke and poke
Answer the question
In order to leave comments, you need to log in
Carbon is already built into Laravel. So it's amazing if you manage not to use it :)
For SQL search (if there is no way to integrate Scout, Elastic) I use sofa / eloquence
For roles, I still think zizaco / entrust
is the best
For generating slugs in a table - cviebrock / eloquent-sluggable
Generation/upload to excel - maatwebsite/excel Image
resizing "in real time" - folklore/image
Generation of sitemap - roumen/sitemap
Backup
- spatie/laravel-backup
Well, for creating complex connections based on joins - johnnyfreeman/laravel-custom-relations
For role management https://github.com/itstructure/laravel-rbac
For multilevel menu https://github.com/itstructure/laravel-multi-menu
I will modestly offer my own development for managing roles (I use it in all projects):
https://github.com/dlnsk/h-rbac
And a description article: Hierarchical RBAC for the smallest
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question