Can't use Package with Laravel 5.0
tjventurini opened this issue · 3 comments
tjventurini commented
Couldn't use the Package in Laravel 5.0 due to the new way, Laravel 5.1 includes Commands (or something like that ^^).
What I did is to Comment out the import and export commands in CsvServiceProvider.php (Line 28 to 41).
Now I can use the Package and I hope it will work just fine :)
wilgucki commented
I will fix this issue within next few days.
wilgucki commented
Problem solved. You can use commands with Laravel 5.0.
tjventurini commented
thx, will try this :)