Labs64 / laravel-boilerplate

Laravel Boilerplate / Starter Kit with Gentelella Admin Theme
https://github.com/Labs64/laravel-boilerplate/wiki
MIT License
917 stars 328 forks source link

Database Seeding Failure #3

Closed webstractions closed 7 years ago

webstractions commented 7 years ago

Got almost all the way through the installation process, until database base migration and seeding. The migration worked fine, but seeding (UsersSeeder) produced an error:

[Ramsey\Uuid\Exception\UnsatisfiedDependencyException] When calling Ramsey\Uuid\Converter\Time\DegradedTimeConverter::calculateTime on a 32-bit system, Moontoast\Math\BigNumber must be present.

What is strange is that I am on a 64-bit system. So not sure what is going on here.

webstractions commented 7 years ago

I went ahead and commented out the two occurrences for confirmation_code in the UsersSeeder.php file and reran the migration with seeding. This works for now.

v-rudkovskiy commented 7 years ago

Fixed in Labs64/laravel-boilerplate@1468e89