active-state
active-state copied to clipboard
I use this But not work
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 {{ Active::check('data') }} but it now working
I am using laravel 5.4
@praveenpatel95 Let me know how it is not working ? Which error throws ?
@praveenpatel95 could you check 1.1.1 version and let me know you still have problem ?
I just had the same issue if it helps anyone else. I downloaded it for my local version but forgot to run composer update
on the live server after I had pulled git changes.