Closed ilumos closed 9 years ago
For checking URLs such as:
http://my.app?tab=profile
Active::query('tab', 'profile')
I have not written an accompanying test as I am very new to testing - sorry.
I'll write unit test for this feature soon :smile:
Awesome, thank you.
The new method has been released in version 1.3.1 (for Laravel 4) and 2.1.1 (for Laravel 5)
1.3.1
2.1.1
Thanks!
For checking URLs such as:
http://my.app?tab=profile
Active::query('tab', 'profile')
I have not written an accompanying test as I am very new to testing - sorry.