Skip to content

Commit 07711f6

Browse files
authored
Bug Fix: package installation failure
When installing this package to newly created laravel app with "composer require coderflex/laravel-csv" throws an Illuminate\Foundation\ComposerScripts::postAutoloadDump error. I guess removing <?php might be the cause of this.
1 parent ca11ad0 commit 07711f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: config/laravel_csv.php

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<?php
2+
13
return [
24

35
/*

0 commit comments

Comments
 (0)