active-state
active-state copied to clipboard
Laravel Active State Url Helper For Request
This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 9.x. **Before merging**, you need to: - Checkout the `l9-compatibility`...
When I use everything works perfectly `{{ route('jewels') }}` but when I try to use the route, it's never active `{{ Active::checkRoute('jewels') }}` I tried it with all my routes...
Hello, How can we do to check dynamic URLs? example of route call: `{{ route('url', [$data->slug]) }}` The URL will change according to the dynamic slug. Thank's
First Step: composer require pyaesone17/active-state:0.0.2 Second Step: php artisan vendor:publish Run both command after done Add app.php Service Provider:Pyaesone17\ActiveState\ActiveStateServiceProvider::class, Facade alias 'Active' => Pyaesone17\ActiveState\ActiveFacade::class, in my menu blade i use...