Skip to content

Commit

Permalink
Merge pull request #11 from web-vision/remove-unnecessary-code
Browse files Browse the repository at this point in the history
Update installation steps in the documentation
  • Loading branch information
BushraAsif authored Jan 19, 2024
2 parents ba114f7 + e6f838d commit 0fd91f0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.0.2]
### Added
- Update installation steps in the documentation

## [1.0.1]
### Fixed
- Fix: Remove unused dependencies
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webvision/invoice-ninja-xrechnung",
"version": "1.0.1",
"name": "webvision/ninja-xrechnung",
"version": "1.0.2",
"description": "Add-on module for Invoice Ninja 5.x to create electronic invoices for Germany's xRechnung format",
"type": "library",
"license": "GPL-3.0-only",
Expand Down
4 changes: 2 additions & 2 deletions wiki.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ Ensure that you added all the highlighted fields in the Invoice. Navigate to **I
## Installation
In the root directory run the following commands using the command line

`composer update webvision/invoice-ninja-xrechnung --no-cache`
`composer update webvision/ninja-xrechnung --no-cache`

`php artisan cache:clear && php artisan config:clear && php artisan route:clear`

Once the installation is completed try to create a user or update existing one and add value o
Make sure to register `Webvision\NinjaZugferd\Providers\RouteServiceProvider::class` in the providers section of the root config/app.php file.

0 comments on commit 0fd91f0

Please sign in to comment.