I know this might be off topic, but can anyone help me install this extension. I have the same problem (as before):
Next Illuminate\Database\QueryException: SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes (SQL: alter table
edupush_subscriptionsadd unique
edupush_subscriptions_endpoint_unique(
endpoint)) in /home/xxxx/mysite/vendor/illuminate/database/Connection.php:664
Stack trace:
#0 /home/xxxx/mysite/vendor/illuminate/database/Connection.php(624): Illuminate\Database\Connection->runQueryCallback('alter table
ed...', Array, Object(Closure))
#1 /home/xxxx/mysite/vendor/illuminate/database/Connection.php(459): Illuminate\Database\Connection->run('alter table ed...', Array, Object(Closure))
How to tweak mysql database to resolve
Specified key was too long; max key length is 767 bytes...
Thanks.