Use Parts From Symfony, Laravel etc |
(04-14-2015, 05:47 PM)dmyers Wrote:(04-14-2015, 11:16 AM)mlantz Wrote:(04-14-2015, 11:09 AM)dmyers Wrote: I think one of the nice things about CodeIgniter is the fact you get a complete managed package in a single ZIP file. Close, Laravel is structured with the application is the shell, where the framework is Illuminate or at least the parts are, the idea here would be to have each component of the system directory be a separate package, this way should one choose to they could run a build of codeigniter via composer which would pull each of these packages in, and the application would run with these packages now loaded OR A developer who is not interested in composer methods could simply download a "packaged" version of Codeigniter which would have the latest elements at the time of packaging This would make updating considerably less cumbersome for active composer using devs, it also enables developers to swap out components of the core framework, say drop the zip library and parser etc, this way devs can even slim down CI if they chose to, and pull in alternatives if they wanted to. FYI this is just a concept, if we're talking about the future of CI4 it needs to be much more modern, meaning easily unit testable, and more cleanly integrated with dependancy management, even within the framework core, and have a well structured CLI component that can help optimize or expand an application. |
Messages In This Thread |
Use Parts From Symfony, Laravel etc - by mlantz - 04-14-2015, 07:17 AM
RE: Use Parts From Symfony, Laravel etc - by sv3tli0 - 04-14-2015, 10:15 AM
RE: Use Parts From Symfony, Laravel etc - by dmyers - 04-14-2015, 11:09 AM
RE: Use Parts From Symfony, Laravel etc - by mlantz - 04-14-2015, 11:16 AM
RE: Use Parts From Symfony, Laravel etc - by dmyers - 04-14-2015, 05:47 PM
RE: Use Parts From Symfony, Laravel etc - by mlantz - 04-14-2015, 10:51 PM
RE: Use Parts From Symfony, Laravel etc - by dmyers - 04-15-2015, 05:39 AM
RE: Use Parts From Symfony, Laravel etc - by sv3tli0 - 04-15-2015, 05:58 AM
RE: Use Parts From Symfony, Laravel etc - by dmyers - 04-15-2015, 07:20 AM
RE: Use Parts From Symfony, Laravel etc - by no1youknowz - 04-15-2015, 09:12 PM
|