Skip to content

Rafael2026/PHP

Repository files navigation

Download PHP

Link: Download

PHP History

Short PHP history

Laravel documentation

Logo de Laravel

Symfony documentation

Logo de Symfony

OpenWebinars certificates

Web history

Web and the future

PHP Units

PHP Links

Update composer dependencies

composer update

Update node.js dependencies

1º Install package npm-check-updates

npm install -g npm-check-updates

2º Check the mistakes inside package.json and show you the last verion of each outdated dependency

npm audit && ncu

3º Update all the dependencies to the last version

ncu -u

OpenWebinars PHP IDES

Top 5 PHP Editors

  1. Netbeans: Download
  2. PHPStorm: Download
  3. Eclipse: Download
  4. Sublime Text: Download
  5. Atom: Download