Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Fuelphp 2.0
  • 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.
  • No, packages are considered a core extension, they should not contain front-end code. Use modules instead.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion