Alfredo Concha

Results 3 comments of Alfredo Concha

I used the 1.3.4 version, and the error is gone. I did not make a pull request, maybe this 1.3.4 version break another feature from tableExport.jquery.plugin? thanks hhurz!

the alphabet is not the same as salt, and as @plutus78 says, the salt can change depending the context, @vinkla thanks for a solution =) hope someday could be like...

I have a solution!! :D - Change \vendor\mitch\hashids\src\Mitch\Hashids\HashidsServiceProvider.php This ``` php $app['config']['app.key'] ``` To this ``` php $app['config']['hashids::salt'] ``` - Change \vendor\mitch\hashids\src\config\config.php, add ``` php 'salt' => 'THIS_IS_YOUR_SALT' ``` And...