#autoloading — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #autoloading, aggregated by home.social.
-
Building Custom Laravel Packages: From Basics to Advanced Features 🔧
🎯 #Laravel package development walkthrough shows implementation of method #caching using #PHP attributes and #composer initialization
🧪 Emphasizes #TDD approach using #Orchestra Testbench and #PestPHP for robust package testing
⚡ Covers essential concepts including service providers, dependency injection, and #caching implementation with practical examples
🔄 Demonstrates workflow optimization using local repository linking instead of direct deployment to #GitHub or #Packagist
🛠️ Includes setup of package structure, namespace configuration, and integration of facades and console commands
📚 Features comprehensive guide to #autoloading and package auto-discovery for seamless integration