Skip to content

Commit 4fecde0

Browse files
Add introduction
1 parent 0b68b6e commit 4fecde0

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,18 @@
1212

1313
## Introduction
1414

15-
Laravel Excel 3.0 is intended at being a simple, but elegant wrapper around PhpSpreadsheet with the goal of simplifying
15+
Laravel Excel is intended at being Laravel-flavoured PhpSpreadsheet: a simple, but elegant wrapper around PhpSpreadsheet with the goal of simplifying
1616
exports.
1717

18+
[PhpSpreadsheet](https://phpspreadsheet.readthedocs.io/) is a library written in pure PHP and providing a set of classes that allow you to read from and to write to different spreadsheet file formats, like Excel and LibreOffice Calc.
19+
20+
Laravel Excel features:
21+
22+
* Easily export collections to Excel
23+
* Export queries with automatic chunking for better performance
24+
* Queue exports for better performance
25+
* Easily export Blade views to Excel
26+
1827
## Supported Versions
1928

2029
Versions will be supported for a limited amount of time.
@@ -44,6 +53,8 @@ More about contributing can be found at: [https://laravel-excel.maatwebsite.nl/d
4453

4554
## License & Postcardware
4655

56+
Our software is open source and licensed under the MIT license.
57+
4758
If you use the software in your production environment we would appreciate to receive a postcard of your hometown. Please send it to:
4859

4960
**Maatwebsite**

docs/getting-started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@include:Introduction|basics
12
@include:License|license
23
@include:Installation|installation
34
@include:Contributing|contributing

docs/getting-started/basics.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Introduction
2+
3+
Laravel Excel is intended at being Laravel-flavoured PhpSpreadsheet: a simple, but elegant wrapper around PhpSpreadsheet with the goal of simplifying
4+
exports.
5+
6+
[PhpSpreadsheet](https://phpspreadsheet.readthedocs.io/) is a library written in pure PHP and providing a set of classes that allow you to read from and to write to different spreadsheet file formats, like Excel and LibreOffice Calc.
7+
8+
Laravel Excel features:
9+
10+
* Easily export collections to Excel
11+
* Export queries with automatic chunking for better performance
12+
* Queue exports for better performance
13+
* Easily export Blade views to Excel

0 commit comments

Comments
 (0)