Skip to content

akaunting/module-my-blog

Repository files navigation

My Blog app for Akaunting

Tests

This is an example module with beyond CRUD functions for admin and is shown in the client portal.

my-blog is the alias aka unique identifier of the module.

Installation

  • Create a MyBlog folder into modules directory
  • Clone the repository: git clone https://github.com/akaunting/module-my-blog.git
  • Install dependencies: composer install ; npm install ; npm run dev
  • Install the module: php artisan module:install my-blog 1

Features

Contact, Document, and Transaction types are not applicable for this module.

Tests

The workflow runs both Akaunting and module test suites. They're configured to run once per week and triggered manually.