Commit Graph

26 Commits

Author SHA1 Message Date
HDVinnie 78608a4666 refactor: space after sole ! operators
-  There should be a space after sole `!` operators
2020-04-14 22:31:48 -04:00
HDVinnie 30a6d3a7fe refactor: null coalescing operator 2020-04-14 20:45:38 -04:00
HDVinnie ea2a12be15 refactor: closure to arrow function 2020-04-14 20:38:48 -04:00
HDVinnie 46aa876c06 refactor: add literal separator to numbers
- This is for PHP7.4 + only
- Adds an `_` as thousands separator in numbers
2020-04-14 20:25:07 -04:00
HDVinnie 1808854a76 chore: styleci 2020-03-06 09:08:37 -05:00
HDVinnie 6160c03ede refactor: change variable with read only status and default value to a constant 2020-03-06 09:04:22 -05:00
HDVinnie 605c337204 refactor: encapsed strings to sprintf 2020-02-17 13:52:20 -05:00
HDVinnie e47afe4ab4 chore: styleci 2020-02-12 14:51:22 -05:00
HDVinnie 80c842e39c chore: update license block
- make styleci happy
2020-02-12 14:49:18 -05:00
HDVinnie dbb928f940 chore: update license block 2020-02-12 14:45:59 -05:00
HDVinnie 9a893662de Apply fixes from StyleCI
[ci skip] [skip ci]
2020-01-08 16:28:32 +00:00
HDVinnie d889971834 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-11-05 22:40:30 +00:00
HDVinnie eed3b51c92 (Update) CRUDDY PT.7 🚀 2019-10-25 17:35:14 -04:00
HDVinnie dc2cf66405 (Update) CRUDDY PT.3 🚀 2019-10-23 13:48:28 -04:00
HDVinnie f19899caab (Update) Code Style 🚀
- php-cs-fixer
2019-09-17 18:48:44 -04:00
HDVinnie e77e2ae76e (Fix) Http2ServerPush Middleware 🐛
- str helpers removed in Laravel 6
2019-09-17 18:20:38 -04:00
HDVinnie 89eeaef5a5 (Update) Http2ServerPush Middleware 🚀 2019-09-16 15:19:42 -04:00
Laravel Shift d9ddbe6159 Shift cleanup 2019-05-09 00:05:27 +00:00
Laravel Shift b0732954c4 Shift deprecated helpers
Laravel recommends using the `Str` and `Arr` class methods directly instead of the respective helper functions. These helper functions are [deprecated in Laravel 5.8][1] and will be removed in a future version.

[1]: https://github.com/laravel/framework/pull/26898
2019-05-09 00:05:08 +00:00
HDVinnie 67339d7329 (Update) PHPDocs 🚀 2019-04-03 20:02:01 -04:00
HDVinnie 992d55922d (Update) Http2ServerPush Middleware 🚀
- prevent duplicate header links
2019-01-09 09:16:23 -05:00
HDVinnie 2f2c52328b Apply fixes from StyleCI 2018-12-06 22:57:41 +00:00
HDVinnie 00bb324053 Apply fixes from StyleCI 2018-12-06 14:42:13 +00:00
Hyleus 777bb63880 Change license to AGPL 2018-02-12 17:27:32 +01:00
HDVinnie 146399be62 (Update) Http2ServerPush
- No longer do images
- enabled in kernel
2018-01-12 11:18:14 -05:00
HDVinnie 05601df28b (Feature) Http2ServerPush
- Info regarding ServerPush http://blog.xebia.com/http2-server-push/
- I currently have it disabled in the kernel
- This should only be used if you first raise your
```
fastcgi_buffers
fastcgi_buffer_size
```
- From my testing this is well worth it and does speed up UNIT3D
2018-01-10 12:20:38 -05:00