You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -49,11 +49,10 @@ Add the following line to the `require` section of your Laravel webapp's `compos
49
49
}
50
50
```
51
51
52
-
53
52
Run `composer update` to install the package.
54
53
55
-
56
-
Finally add the following line to the `providers` array of your `app/config/app.php`file:
54
+
This package uses Laravel 5.5 Package Auto-Discovery.
55
+
For previous versions of Laravel, you need to update `config/app.php`by adding an entry for the service provider:
57
56
58
57
```php
59
58
'providers' => array(
@@ -110,6 +109,10 @@ When you call command without parameters - it will try to read default file of e
110
109
111
110
Changelog
112
111
------------
112
+
113
+
5.4.3
114
+
- support Package Auto-Discovery
115
+
113
116
5.4.2
114
117
- resolve problems with PSR-4 autoloading
115
118
@@ -127,6 +130,7 @@ Changelog
127
130
Roadmap
128
131
------------
129
132
133
+
* Removing tabs from text
130
134
* Option for deleting export file after importing.
131
135
* Option for excluding certain files (and system ones).
132
136
* Unit tests!
@@ -136,4 +140,4 @@ Credits
136
140
137
141
This package was originally created by [UFirst](http://github.com/ufirstgroup) and is available here: [Laravel-lang-import-export](https://github.com/ufirstgroup/laravel-lang-import-export).
138
142
139
-
Currently is developed by [HighSolutions](http://highsolutions.pl), software house from Poland in love in Laravel.
143
+
Currently is developed by [HighSolutions](https://highsolutions.org), software house from Poland in love in Laravel.
0 commit comments