Go to file
Cüneyt Şentürk b5d8499ac7 Contact n+1 issue solved.. 2025-11-09 15:25:46 +00:00
.github updated actions version 2025-03-03 16:24:43 +03:00
app Contact n+1 issue solved.. 2025-11-09 15:25:46 +00:00
bootstrap
config Added new stack for company custom fields.. 2025-08-25 13:33:00 +01:00
database added discount summary report 2025-05-14 16:21:59 +03:00
modules
overrides updated livewire override 2023-12-11 19:30:23 +00:00
public added laravel cloud compability 2025-08-01 15:50:23 +03:00
resources Fixed empty page stack issue.. 2025-11-09 13:28:05 +00:00
routes typo 2023-12-10 09:54:10 +00:00
storage
tests Contact n+1 issue solved.. 2025-11-09 15:25:46 +00:00
.editorconfig
.env.example
.env.testing update .env.testing file.. 2024-10-09 20:05:30 +01:00
.gitattributes
.gitignore
.htaccess eat: add OpenLiteSpeed rewrite rule for protected files 2025-02-05 18:40:26 +01:00
LICENSE.txt
LocalValetDriver.php Add Valet driver 2024-07-02 17:21:11 +01:00
README.md add MariaDB to README.md 2025-01-10 14:20:57 +02:00
SECURITY.md
artisan
composer.json fixed github action issue.. 2024-11-19 13:19:35 +00:00
composer.lock update composer.lock file.. 2025-11-09 13:07:01 +00:00
index.php
manifest.json
nginx.example.com.conf
package-lock.json update package-lock.json file.. 2025-11-09 12:54:36 +00:00
package.json update package.json file version update 2025-02-13 23:10:35 +00:00
phpunit.xml try fix action issue.. 2024-09-24 16:25:10 +01:00
presets.js
safelist.txt Safelist update 2025-02-20 19:43:13 +03:00
serviceworker.js
tailwind.config.js
web.config
webpack.mix.js

README.md

Akaunting™

Release Downloads Translations Tests

Online accounting software designed for small businesses and freelancers. Akaunting is built with modern technologies such as Laravel, VueJS, Tailwind, RESTful API etc. Thanks to its modular structure, Akaunting provides an awesome App Store for users and developers.

Requirements

  • PHP 8.1 or higher
  • Database (e.g.: MariaDB, MySQL, PostgreSQL, SQLite)
  • Web Server (eg: Apache, Nginx, IIS)
  • Other libraries

Framework

Akaunting uses Laravel, the best existing PHP framework, as the foundation framework and Module package for Apps.

Installation

  • Install Composer and Npm
  • Clone the repository: git clone https://github.com/akaunting/akaunting.git
  • Install dependencies: composer install ; npm install ; npm run dev
  • Install Akaunting:
php artisan install --db-name="akaunting" --db-username="root" --db-password="pass" --admin-email="admin@company.com" --admin-password="123456"
  • Create sample data (optional): php artisan sample-data:seed

Contributing

Please, be very clear on your commit messages and Pull Requests, empty Pull Request messages may be rejected without reason.

When contributing code to Akaunting, you must follow the PSR coding standards. The golden rule is: Imitate the existing Akaunting code.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Translation

If you'd like to contribute translations, please check out our Crowdin project.

Changelog

Please see Releases for more information about what has changed recently.

Security

Please review our security policy on how to report security vulnerabilities.

Credits

License

Akaunting is released under the BSL license.