Skip to content

Commit a57e342

Browse files
authored
Update README.md
1 parent ff4b32b commit a57e342

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,7 @@ Simple media manager for your Laravel project. This package lets you open your f
2323
- [ ] Laravel 5.1
2424
- [ ] Laravel 5.0
2525

26-
~~# Installation (Development Mode)
27-
This package is still available for development only, not ready for production mode 'cause as it has to do testing to find some bugs and compatibility.
28-
1. Create a new folder `packages/nauvalazhar`
29-
2. Clone this package inside `packages/nauvalazhar`
30-
3. Add these lines manually in the `autoload` key in your `composer.json` file
31-
```
32-
"psr-4": {
33-
"Nauvalazhar\\Midia\\": "packages/nauvalazhar/midia/src/"
34-
},
35-
```
36-
4. Run `composer dump-autoload`
37-
5. Done~~
38-
26+
# Installation
3927
Now, this package is available for production but still beta, need further testing. You can install this package using these steps.
4028
1. Run `composer require nauvalazhar/midia`
4129
2. Put this line into `config/app.php` in the `providers`

0 commit comments

Comments
 (0)