Commit Graph

7 Commits

Author SHA1 Message Date
HDVinnie 2ca429c4ce Revert "PSR12 Linting"
This reverts commit 7e65e1d589.
2022-09-11 19:51:58 -04:00
HDVinnie 7e65e1d589 PSR12 Linting 2022-09-11 23:50:41 +00:00
HDVinnie f370eac0fb Apply fixes from StyleCI
[ci skip] [skip ci]
2020-11-24 06:46:14 +00:00
HDVinnie 5e105472a0 update: opcache package
- removes deprecated appstract/lush-http
2020-11-24 01:46:03 -05:00
HDVinnie dd0adb5f5a chore: add missing license blocks 2020-02-12 15:21:47 -05:00
HDVinnie 00bb324053 Apply fixes from StyleCI 2018-12-06 14:42:13 +00:00
HDVinnie d618f99a6b (Update) Add OPCache Artisan Commands
NOTE: This is only for those using OPCache!!!

- requires `composer update` to be ran.

-Clear OPcache:
`php artisan opcache:clear`

-Show OPcache config:
`php artisan opcache:config`

-Show OPcache status:
`php artisan opcache:status`

Pre-compile your application code:
`php artisan opcache:optimize`
2018-08-07 17:41:51 -04:00