Laravel Pro Tips
#composer
🔥 Composer can do more than requiring packages. Here are some commands I regularly use. - `composer outdated` (shows outdated packages) - `composer show` (shows all installed packages, -t as tree) - `composer why / why-not` (tells you why it depends (or not) on another package
Stefan Bauer
No articles were found.