We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7cee2f commit 016e259Copy full SHA for 016e259
README.md
@@ -1,7 +1,3 @@
1
-# WIP This extension is still considered alpha stage!
2
-
3
-Please use at your own risk - and leave feedback so that we can improve it! Thanks!
4
5
Yii2 Excel Export
6
=================
7
@@ -39,11 +35,9 @@ $file->send('user.xlsx');
39
35
40
36
## Installation
41
37
42
-Install the package through [composer](http://getcomposer.org):
43
44
- composer require codemix/yii2-excelexport:1.0.0-alpha
38
+Install the package with [composer](http://getcomposer.org):
45
46
-Now you're ready to use the extension.
+ composer require codemix/yii2-excelexport *
47
48
49
## Examples
0 commit comments