josecelano / ddd-laravel-sample

A Laravel DDD sample application using CQRS and persisting entities serialized without ORM
276 stars 59 forks source link

Change import to working site #2

Closed vgaldikas closed 4 years ago

vgaldikas commented 4 years ago

As it stands your project was no longer working (because it was trying to import from defunct website), I have updated crawlers to work with functioning website. Now anyone should be able to fully setup project again.

josecelano commented 4 years ago

Thank you @vgaldikas !!