You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since 2013 the package runs tests on every possible PHP / Laravel version matrix.
99
106
@@ -149,7 +156,6 @@ Every call on the **Browser** facade is proxied to a result object, so the follo
149
156
|**Device related functions**|||
150
157
| Browser::deviceFamily() | Device's vendor like Samsung, Apple, Huawei. |_(string)_|
151
158
| Browser::deviceModel() | Device's brand name like iPad, iPhone, Nexus. |_(string)_|
152
-
| Browser::mobileGrade() | Device's mobile grade in scale of A,B,C for performance. |_(string)_|
153
159
|**Browser vendor related functions**|||
154
160
| Browser::isChrome() | Is this a chrome browser. |_(boolean)_|
155
161
| Browser::isFirefox() | Is this a firefox browser. |_(boolean)_|
@@ -211,21 +217,6 @@ And it will use the application's cache to persist the result for a week or so,
211
217
this should provide You with a sufficient caching mechanism so the detection will
212
218
cost less than **0.02 millisecond**, this was tested with an 80,000 fake visit.
213
219
214
-
### Community
215
-
216
-
---
217
-
218
-
At the time of this writing, the library is getting closer to be 7 years old. I have implemented
219
-
every user request which was feasible, and running out of ideas for the future. By this statement
220
-
I am declaring this as the last feature release at version 4.2, from now on I will maintain compatibility
221
-
with new Laravel and PHP versions, but not planning to do any new features.
222
-
223
-
Thank You for your support over the years, and worry not, the library is stable, and has all the features You ever need.
224
-
225
-
~ Update on this :D
226
-
227
-
No major features are added in the past months, but with the help of [Raymund Ács](https://github.com/PoOwAa) we are patching and continuing the support for micro features and version ports.
0 commit comments