Use Appropriate Packages Use Artisan Commands Config Caching Route Caching Remove Unused Service Optimizing Classmap Optimizing The Composer Autoload Limited use of Libraries JIT Compiler Choose faster Cache and Session Driver Cache Query results Use Eagercoding of Data Optimizing Assets Bundle Use CDN for...
[10.x] Remove unused exception variable (#46136) Browse files 11.x (#46136) v11.30.0 … v10.0.1 andiLeong authored Feb 16, 2023 Verified 1 parent 35ce656 commit 4eae1a5 Showing 11 changed files with 14 additions and 14 deletions. Whitespace Ignore whitespace Split Unified ...
[TASK] Remove unused uses Browse files main 2.0.2 bmoex authored May 29, 2024 Verified 1 parent 574fd56 commit d8ff22a Showing 1 changed file with 0 additions and 4 deletions. Whitespace Ignore whitespace Split Unified 4 changes: 0 additions & 4 deletions 4 src/Tap/ConfiguredProcessoror...
In addition, if you are using the following first-party Laravel packages, you should upgrade them to their latest release: - Dusk (Upgrade To `^3.0`) - Passport (Upgrade To `^6.0`) - Scout (Upgrade To `^4.0`) Of course, don't forget to examine any 3rd party packages consumed by ...
Next, it would be nice if we could instruct PhpStorm to perform a series of actions or commands each time we save a file. For example, format the file, optimize the imports (sort and remove unused), clean up the code, run ESLint, etc. This is what the “Actions on Save” menu is...
In addition, if you are using the following first-party Laravel packages, you should upgrade them to their latest release:Dusk (Upgrade To ^3.0) Passport (Upgrade To ^6.0) Scout (Upgrade To ^4.0)Of course, don't forget to examine any 3rd party packages consumed by your application and ...
Unlike other packages, Enlightn does not have any overhead on your application. It does not record queries or log anything or even boot any services. So, it can be safely installed on both dev and production environments. In fact, it is recommended to run Enlightn on production as well...
.purgeCss({ /* My options */ }); Check the readme for more information on how to configure Purgecss and the additional custom options this package provides Laravel Mix. If you are not familiar with Purgecss: Purgecss is a tool to remove unused CSS. It can be used as part of your deve...
Here at Tighten, we love Laravel and get excited about staying up to date with the latest and greatest features our framework of choice has to offer. Who among us doesn’t get excited by typinglaravel new, watching Composer wave in the latest packages like a third base coach, and then wa...
That's it! For more information, visit official documentations of both packages andLaravel Filesystem. Loginorregisterto comment or ask questions