File tree Expand file tree Collapse file tree 9 files changed +4
-89
lines changed
Expand file tree Collapse file tree 9 files changed +4
-89
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ <h2 class="project-tagline">{{ site.description | default: site.github.project_t
2929 < a href ="{{ site.github.tar_url }} " class ="btn "> Download .tar.gz</ a >
3030 {% endif %}
3131 < nav id ="nav ">
32- < span > < a href ="/ "> Home</ a > </ span >
32+ < span > < a href ="/laravel-filemanager "> Home</ a > </ span >
3333 < span > < a href ="installation "> Installation</ a > </ span >
3434 < span > < a href ="integration "> Integration</ a > </ span >
3535 < span > < a href ="config "> Config</ a > </ span >
Original file line number Diff line number Diff line change 1- ## Documents
2- 1 . [ Installation] ( installation )
3- 1 . [ Integration] ( integration )
4- 1 . [ Config] ( config )
5- 1 . [ Customization] ( customization )
6- 1 . [ Events] ( events )
7- 1 . [ Upgrade] ( upgrade )
8-
9- ## Config
101In ` config/lfm.php ` :
112
123``` php
Original file line number Diff line number Diff line change 1- ## Documents
2- 1 . [ Installation] ( installation )
3- 1 . [ Integration] ( integration )
4- 1 . [ Config] ( config )
5- 1 . [ Customization] ( customization )
6- 1 . [ Events] ( events )
7- 1 . [ Upgrade] ( upgrade )
8-
9- ## Customization
10- Feel free to customize the routes and views if your need.
11-
12- ### Routes
1+ ## Routes
1321 . Copy the routes in ` /vendor/unisharp/laravel-filemanager/src/routes.php `
143
1541 . Make sure urls below is correspond to your route (remember to include type parameter ` ?type=Images ` or ` ?type=Files ` ) :
@@ -32,14 +21,14 @@ Feel free to customize the routes and views if your need.
3221 ...
3322 ` ` `
3423
35- ### Views
24+ ## Views
3625Copy views to ` resources/views/vendor/unisharp/laravel-filemanager/` :
3726
3827` ` ` bash
3928php artisan vendor:publish --tag=lfm_view
4029` ` `
4130
42- ### Translations
31+ ## Translations
4332
44331. Copy ` vendor/unisharp/laravel-filemanager/src/lang/en` to ` /resources/lang/vendor/laravel-filemanager/<YOUR LANGUAGE>/lfm.php` .
45341. Edit the file as you please.
Original file line number Diff line number Diff line change 1- ## Documents
2- 1 . [ Installation] ( installation )
3- 1 . [ Integration] ( integration )
4- 1 . [ Config] ( config )
5- 1 . [ Customization] ( customization )
6- 1 . [ Events] ( events )
7- 1 . [ Upgrade] ( upgrade )
8-
91## List of events
102 * Unisharp\Laravelfilemanager\Events\ImageIsUpload
113 * Unisharp\Laravelfilemanager\Events\ImageWasUploaded
Original file line number Diff line number Diff line change 33[ ![ Total Downloads] ( https://poser.pugx.org/unisharp/laravel-filemanager/downloads )] ( https://packagist.org/packages/unisharp/laravel-filemanager )
44[ ![ License] ( https://poser.pugx.org/unisharp/laravel-filemanager/license )] ( https://packagist.org/packages/unisharp/laravel-filemanager )
55
6- To preview all features, clone [ Laravel Filemanager container] ( https://github.com/UniSharp/laravel-filemanager-example-5.3 ) .
7-
8- ## v1.7 released
9- * Important changes :
10- * All code refactored.
11- * Fix Windows compatibility.
12- * Fix file cannot be uploaded to "File Mode".
13- * Config file is also refactored, see [ config document] ( https://unisharp.github.io/laravel-filemanager/config ) .
14- * Please follow the intructions in [ this document] ( https://unisharp.github.io/laravel-filemanager/upgrade ) to upgrade.
15-
16- ## Documents
17- 1 . [ Installation] ( installation )
18- 1 . [ Integration] ( integration )
19- 1 . [ Config] ( config )
20- 1 . [ Customization] ( customization )
21- 1 . [ Events] ( events )
22- 1 . [ Upgrade] ( upgrade )
23-
246## Features
257 * CKEditor and TinyMCE integration
268 * Standalone button
@@ -46,10 +28,3 @@ PR is welcome!
4628
4729![ List view demo] ( https://unisharp.github.io/laravel-filemanager/images/lfm03.png )
4830
49- ## Credits
50- Special thanks to
51-
52- * [ All contibutors] ( https://github.com/UniSharp/laravel-filemanager/graphs/contributors ) from GitHub. (issues / PR)
53- * [ @taswler ] ( https://github.com/tsawler ) the original author.
54- * [ @olivervogel ] ( https://github.com/olivervogel ) for the awesome [ image library] ( https://github.com/Intervention/image ) .
55- * All [ @UniSharp ] ( https://github.com/UniSharp ) members.
Original file line number Diff line number Diff line change 1- ## Documents
2- 1 . [ Installation] ( installation )
3- 1 . [ Integration] ( integration )
4- 1 . [ Config] ( config )
5- 1 . [ Customization] ( customization )
6- 1 . [ Events] ( events )
7- 1 . [ Upgrade] ( upgrade )
8-
91## Requirements
102 * php >= 5.4
113 * Laravel 5
Original file line number Diff line number Diff line change 1- ## Documents
2- 1 . [ Installation] ( installation )
3- 1 . [ Integration] ( integration )
4- 1 . [ Config] ( config )
5- 1 . [ Customization] ( customization )
6- 1 . [ Events] ( events )
7- 1 . [ Upgrade] ( upgrade )
8-
91## Note
102Check ` vendor/unisharp/laravel-filemanager/src/views/demo.blade.php ` , which already integrated all options from below.
113
Original file line number Diff line number Diff line change 1- ## Documents
2- 1 . [ Installation] ( installation )
3- 1 . [ Integration] ( integration )
4- 1 . [ Config] ( config )
5- 1 . [ Customization] ( customization )
6- 1 . [ Events] ( events )
7- 1 . [ Upgrade] ( upgrade )
8-
91## Upgrade instructions
102
113 1 . Please backup your own ` config/lfm.php ` before upgrading.
You can’t perform that action at this time.
0 commit comments