Hi
I was wondering what is new in version 2.0 fuelphp
For example, major changes like namespace.
Can you list the major changes ahead and the consequences that comes with them?
The architecture for 2.0 is quite different from 1.x.
You can find some blog posts about this topic here: http://fuelphp.com/blog/category/2.0-development, and a bit more in-depth explanation here: https://github.com/fuelphp/fuelphp/wiki
For migration purposes we intend to create a comprehensive migration guide, and a legacy package that will map (a large part of) the 1.x API to the new 2.0 API.
Do you know if a package can be requested trough a browser request . Not possible today.
The reason I ask is that I want to have admin section and site separated
If they were two packages, it would be easy to replace those packages if necessary.
For example, if I needed to make a redesign of one of the packages. It's a bit like ez publish extensions work today. Replace a folder you have changed the appearance/functionality of a website. The package can also be in the git repo.