LMS-Laravel/OLD-LMS-Laravel

Install issue:Posix collating

pisyek opened this issue · 5 comments

When i app:install i got an error as follows:
capture

Appreciate if you could advice.

Hi, install success in Ubuntu

is there a turn around fix for windows?

i manage to run the app:install command by updating ;
modules/User/Database/Seeders/UserTableSeeder.php

line 134: function permissionsAllSeeder()

to $data = DB::select('SHOW TABLES from '.env('DB_DATABASE', 'forge') );

Thank you save my live