Skip to content

akaunting/module-my-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

faad2e4 · Oct 19, 2023

History

42 Commits
Jul 4, 2021
Jun 2, 2022
Jul 9, 2021
Jul 22, 2021
Jun 2, 2022
Jul 3, 2021
Jun 2, 2022
Jul 3, 2021
Sep 7, 2021
Jul 29, 2022
Jun 2, 2022
Jun 7, 2022
Jul 22, 2021
Jul 25, 2021
Jun 2, 2022
Jun 2, 2022
Jun 2, 2022
Jun 2, 2022
Jun 2, 2022
Jun 2, 2022
Jun 2, 2022
Oct 18, 2023
Jun 2, 2022
Jun 2, 2022
Jun 2, 2022
Jun 2, 2022
Jun 2, 2022

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.