File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- [ ![ Latest Stable Version] ( https://poser.pugx.org/unisharp/laravel-filemanager/v/stable )] ( https://packagist.org/packages/unisharp/laravel-filemanager ) [ ![ Total Downloads] ( https://poser.pugx.org/unisharp/laravel-filemanager/downloads )] ( https://packagist.org/packages/unisharp/laravel-filemanager ) [ ![ Latest Unstable Version] ( https://poser.pugx.org/unisharp/laravel-filemanager/v/unstable )] ( https://packagist.org/packages/unisharp/laravel-filemanager ) [ ![ License] ( https://poser.pugx.org/unisharp/laravel-filemanager/license )] ( https://packagist.org/packages/unisharp/laravel-filemanager )
2
-
3
1
# Laravel Filemanager
4
2
3
+ [ ![ Latest Stable Version] ( https://poser.pugx.org/unisharp/laravel-filemanager/v/stable )] ( https://packagist.org/packages/unisharp/laravel-filemanager ) [ ![ Total Downloads] ( https://poser.pugx.org/unisharp/laravel-filemanager/downloads )] ( https://packagist.org/packages/unisharp/laravel-filemanager ) [ ![ Latest Unstable Version] ( https://poser.pugx.org/unisharp/laravel-filemanager/v/unstable )] ( https://packagist.org/packages/unisharp/laravel-filemanager ) [ ![ License] ( https://poser.pugx.org/unisharp/laravel-filemanager/license )] ( https://packagist.org/packages/unisharp/laravel-filemanager )
4
+
5
5
A files and images management user interface with file uploading support. (Works well with CKEditor and TinyMCE)
6
6
7
7
PR is welcome!
@@ -37,7 +37,7 @@ PR is welcome!
37
37
![ FileManager screenshot 1] ( http://unisharp.com/img/filemanager1.png )
38
38
39
39
* Grid view :
40
-
40
+
41
41
![ FileManager screenshot 2] ( http://unisharp.com/img/filemanager2.png )
42
42
43
43
## Credits
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class LaravelFilemanagerServiceProvider extends ServiceProvider {
17
17
*/
18
18
public function boot ()
19
19
{
20
- if (Config::get ('lfm.use_package_routes ' , true ))
20
+ if (Config::get ('lfm.use_package_routes ' ))
21
21
include __DIR__ . '/routes.php ' ;
22
22
23
23
$ this ->loadTranslationsFrom (__DIR__ .'/lang ' , 'laravel-filemanager ' );
You can’t perform that action at this time.
0 commit comments