If you stick to the laravel what of doing things, ServiceProvider loading can be defered.
If you want a CI like approach, then no there is no such concept of library in laravel, and you want to lazy load librairies on the fly you'll have to do it yourself.
By the way, I don't think it'll be a problem because:
So, no matter you are in production/dev, this isn't really a problem.
By the way, may I recommend you to learn how to work with laravel packages (workbench and composer) instead of doing it the old CodeIgniter way.
ok i will try packages.
me i know whats the logic behind packages and how it is load in laravel .
what is alias loading and how it work and where can i found the code for reviewing how it work in laravel.
Thanks!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community