LavaLite / cms

Multilingual PHP CMS built with Laravel and bootstrap
https://lavalite.org
2.84k stars 966 forks source link

ERROR WHILE INSTALLING #248

Open philipsfuture opened 6 years ago

philipsfuture commented 6 years ago

Am getting this error please fix.While running the php artisan lavalite:install

Migration table not found. Migration table created successfully. SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes (SQL: alter table password_resets add index password_resets_email_index(email))

mustafa-online commented 6 years ago

https://laravel-news.com/laravel-5-4-key-too-long-error

kamaleom commented 6 years ago

Follow this instructions made by lohiloki it worked fine

https://github.com/rydurham/Sentinel/issues/158#issuecomment-389743109