Skip to content

general updates and corrections docs #44

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 5, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea/
.idea/
/vendor
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This package is the solution to compile and process JasperReports (.jrxml & .jas

**Note for Linux servers?**

Do not forget to grant permission 777 for the directory
Do not forget to grant the correct permissions for the directory
**/vendor/geekcom/phpjasper/bin/jasperstarter/bin** and the file binary **jasperstarter**

**Do you need to generate Python reports?**
Expand Down
1 change: 0 additions & 1 deletion _config.yml

This file was deleted.

27 changes: 8 additions & 19 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,17 @@
{
"name": "geekcom/phpjasper",
"description": "Create Reports in PHP/Laravel with JasperReports",
"description": "A PHP report generator",
"license": "MIT",
"keywords": [
"reports",
"jasper",
"jasperreports",
"pdf",
"xml",
"PHP",
"java",
"json"
"php-reports",
"pdf"
],
"homepage": "http://geekcom.github.io/phpjasper/",
"authors": [
{
"name": "Daniel Rodrigues Lima",
"email": "[email protected]",
"homepage": "https://olamundophp.wordpress.com/",
"role": "Owner/Developer"
},
{
"name": "Leandro Bitencourt",
"email": "[email protected]",
"homepage": "http://www.leandrobitencourt.zz.mu",
"role": "Developer"
"role": "lead"
}
],
"minimum-stability": "dev",
Expand All @@ -36,6 +23,8 @@
"phpunit/phpunit": "4.8.*"
},
"autoload": {
"psr-4": { "JasperPHP\\": "src/" }
"psr-4": {
"JasperPHP\\": "src/"
}
}
}
}
4 changes: 2 additions & 2 deletions docs/pt_BR/LEIA-ME_pt_BR.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Este pacote é a solução perfeita para compilar e processar relatórios Jasper

**Seu servidor é Linux?**

Não esqueça de fornecer permissão 777 para o diretório
Não esqueça de fornecer as permissões devidas para o diretório
**/vendor/geekcom/phpjasper/bin/jasperstarter/bin** e para o arquivo binário **jasperstarter**

**Precisa gerar relatórios em Python?**
Expand Down Expand Up @@ -95,7 +95,7 @@ composer require geekcom/phpjasper

Ou crie um arquivo 'composer.json' e adicione o trecho:

```javascript
```json
{
"require": {
"geekcom/phpjasper": "1.*"
Expand Down
26 changes: 0 additions & 26 deletions examples/example.php

This file was deleted.