Skip to content

Instantly share code, notes, and snippets.

@er1z
Last active February 26, 2024 13:08
Show Gist options
  • Save er1z/05753ca8fbc2e7ac3ecc697dce33733e to your computer and use it in GitHub Desktop.
Save er1z/05753ca8fbc2e7ac3ecc697dce33733e to your computer and use it in GitHub Desktop.

http://www.phpbenchmarks.com/en/comparator/compare.html?benchmarkTools=siege&phpVersions=php-7.3&groups=symfony-2.x~symfony-3.x~symfony-4.x~zend-framework-3.x~cake-php-3.x~code-igniter-3.x&components=laravel-5.7

  1. laravel/framework#13706
  2. https://gist.github.com/taylorotwell/ee2f782aec59aa53863fd09c8e47f304?fbclid=IwAR32BCFomlwGUFqksjYY86cZTxxegtNom9uiak-wQiDKRSWI-uwu_1yo2Gg
  3. https://twitter.com/taylorotwell/status/832247703014895618?fbclid=IwAR1CDbEwZp5HFWvoG3EjMAMBMk4oCL9wazNp2CsSYpHIi-BFLo_dvIAvfRE
  4. https://github.com/laravel/framework/blob/a04cba37dad5553932f23db05cdeecd3e75363fa/src/Illuminate/Cache/CacheManager.php
  5. https://www.reddit.com/r/PHP/comments/3bmclk/why_experienced_developers_consider_laravel_as_a/csnfoce/
  6. https://www.reddit.com/r/PHP/comments/3bmclk/why_experienced_developers_consider_laravel_as_a/csod45r/
  7. !! https://www.reddit.com/r/PHP/comments/3bmclk/why_experienced_developers_consider_laravel_as_a/cy7lkmy/
  8. https://www.reddit.com/r/PHP/comments/b2yy9q/sql_injection_vulnerability_in_laravel/
  9. https://medium.com/@jasonmccreary/laravel-lts-is-a-trap-97b1d1103961
  10. https://mobile.twitter.com/__mattallan/status/1147588391233622016?s=20
  11. https://www.freecodecamp.org/news/moving-away-from-magic-or-why-i-dont-want-to-use-laravel-anymore-2ce098c979bd/
  12. https://twitter.com/stauffermatt/status/1187763585705037831 - WTF…
  13. https://twitter.com/taylorotwell/status/1632554526442962946?sIlQ take it or leave it, I don't give a…
  14. https://www.reddit.com/r/PHP/comments/131t2k1/laravel_considered_harmful/

KILLER FEATURE

https://github.com/laravel/framework/commit/cfa7fcb60fd60b3870606c910559e67186a7a8a8#diff-7b18a52eceff5eb716c1de268e98d55d + https://github.com/laravel/framework/commit/92a2300e87b1971cf71f4aea1f6e65e0a519a046#diff-7b18a52eceff5eb716c1de268e98d55d + https://github.com/laravel/framework/commit/49e91aeabba71e16e88b175e1e0b62a6e8d506c9#diff-7b18a52eceff5eb716c1de268e98d55d + https://github.com/laravel/framework/commit/94968fe8c7fe7f0f0581d0d4a6c2f875c9ff2d8d#diff-7b18a52eceff5eb716c1de268e98d55d

Upgrading To 5.0.16
In your bootstrap/autoload.php file, update the $compiledPath variable to:

$compiledPath = __DIR__.'/../vendor/compiled.php';

:

Upgrading To 5.1.0
Estimated Upgrade Time: Less Than 1 Hour
Update bootstrap/autoload.php
Update the $compiledPath variable in bootstrap/autoload.php to the following:

$compiledPath = __DIR__.'/cache/compiled.php';
@er1z
Copy link
Author

er1z commented Feb 26, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment