Skip to content

Commit c65f8c5

Browse files
committed
add screenshots
1 parent 68fd2ab commit c65f8c5

File tree

5 files changed

+14
-13
lines changed

5 files changed

+14
-13
lines changed

README.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ A modern, responsive file manager for Laravel using Livewire and Alpine.js. Feat
2121
- Livewire 3.0 or higher
2222
- spatie/laravel-medialibrary 10.0 or higher
2323

24-
> [!CAUTION]
25-
> **Please be sure to install, configure and run migrations of spatie/laravel-medialibrary package before continue. You can review the installation steps at [spatie/laravel-medialibrary documentation](https://spatie.be/docs/laravel-medialibrary/v11/installation-setup).**
26-
24+
> [!CAUTION] > **Please be sure to install, configure and run migrations of spatie/laravel-medialibrary package before continue. You can review the installation steps at [spatie/laravel-medialibrary documentation](https://spatie.be/docs/laravel-medialibrary/v11/installation-setup).**
2725
2826
## Installation
2927

@@ -73,20 +71,19 @@ php artisan storage:link
7371
7472
6. Update your Tailwind CSS configuration in `tailwind.config.js`:
7573

76-
7774
```js
7875
module.exports = {
76+
// ...
77+
content: [
7978
// ...
80-
content: [
81-
// ...
82-
'./vendor/pavlovich4/livewire-filemanager/resources/views/**/*.blade.php',
83-
],
79+
'./vendor/pavlovich4/livewire-filemanager/resources/views/**/*.blade.php',
80+
],
81+
// ...
82+
plugins: [
8483
// ...
85-
plugins: [
86-
// ...
87-
require('@tailwindcss/forms'),
88-
require('@tailwindcss/aspect-ratio'),
89-
],
84+
require('@tailwindcss/forms'),
85+
require('@tailwindcss/aspect-ratio'),
86+
],
9087
};
9188
```
9289

@@ -100,6 +97,7 @@ module.exports = {
10097
{{-- Or --}}
10198
@livewire('file-manager')
10299
```
100+
103101
2. Include the style blade directive in the head tag of your layout:
104102

105103
```blade
@@ -170,6 +168,9 @@ return [
170168
- Loading states
171169
- Error handling
172170

171+
### Interface Screenshot
172+
173+
![Root view](images/img1.png)
173174

174175
## Contributing
175176

images/img1.png

647 KB
Loading

images/img2.png

607 KB
Loading

images/img3.png

1.05 MB
Loading

images/img4.png

343 KB
Loading

0 commit comments

Comments
 (0)