DEV Community

Discussion on: Laravel Interview Questions

Collapse
 
kyslik profile image
Martin Kiesel

Laravel is new framework and composer is not so strong in compare to npm (for node.js), ruby gems and python pip.

Why would you compare composer vs npm or whatever else except PEAR (or pyrus)? Even if, In what aspects is it not strong? Speed? Versioning? Resolving dependencies?

All Event classes are generally stored in the app/Events directory, while their listeners are stored in app/Listeners of your application.

That is so irrelevant, if you have larger application you store events/listeners/subscribers in the domain directory. I think you should note that: If you are going to work with events and listeners artisan is going to make an assumption and create Events/Listeners directory structure whilst using event/listener generators.


I just gave up on reading any further its aimed at L5.4 which is not even LTS (L5.5)

Note: I agree there are multiple applications written in L4.2, L5.1 etc. the point it that that kind of companies should have upgraded by now at least to L5.5.