active-state icon indicating copy to clipboard operation
active-state copied to clipboard

I use this But not work

Open praveenpatel95 opened this issue 7 years ago • 3 comments

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 avatar May 22 '17 18:05 praveenpatel95

@praveenpatel95 Let me know how it is not working ? Which error throws ?

pyaesone17 avatar May 23 '17 09:05 pyaesone17

@praveenpatel95 could you check 1.1.1 version and let me know you still have problem ?

pyaesone17 avatar Jun 21 '17 02:06 pyaesone17

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.

jackbarham avatar Sep 05 '17 20:09 jackbarham