whysthatso

update fuel php to 1.9 dev

Posted on October 2, 2023  //  fuelphp software

This is a bit niche, but I have one client app where that was needed.

Update fuel php to 1.9 dev

  1. Copy composer.json from githube repo into the project’s root directory
  2. update composer by running:

    curl -s https://getcomposer.org/installer | php
    
  3. chown to local user
  4. run composer against new composer.json:

    php composer.phar update --prefer-dist
    php composer.phar install --prefer-dist
    
  5. make sure file ownership is proper

    chown -R user:group folder
    

GitHub - fuel/fuel: Fuel PHP Framework v1.x is a simple, flexible, community driven PHP 5.3+ framework, based on the best ideas of other frameworks, with a fresh start! FuelPHP is now fully PHP 8.0 compatible.

Fuel PHP Framework v1.x is a simple, flexible, community driven PHP 5.3+ framework, based on the best ideas of other frameworks, with a fresh start! FuelPHP is now fully PHP 8.0 compatible. - fuel/...

GitHub

Hey! I'll happily receive your comments via email. Thanks for reading.

Andreas Wagner
freelance System Administrator and Ruby programmer in Tallinn, Estonia