An open API service indexing awesome lists of open source software.

https://github.com/phalouvas/phmoney_provider

PHMoney Double-Entry Accounting Program.
https://github.com/phalouvas/phmoney_provider

accounting invoice laravel online software

Last synced: 22 days ago
JSON representation

PHMoney Double-Entry Accounting Program.

Awesome Lists containing this project

README

          

# PHMoney

When building run in directory "stubs/public/js/phmoney_assets"

```
./build.sh
```

Add in your web.php entry:
```
Route::get('/phmoney', function () {
return view('phmoney');
})->name('phmoney');
```