Developer: Engr Saad
Email: saad@triangeltech.com
Website: https://engr-saad.com
LinkedIn: https://www.linkedin.com/in/engr-saad/
Facebook: https://www.facebook.com/Engr.Saad.2/
Company WEB: https://triangletech.com.bd/
WhatsApp: +8801810536303
Accounting @ Hussains is made to be a Double Entry Accounting Software written in PHP with the CodeIgniter Framework using MySQL. The software is a simple software that is very limited, but used more as a presentation to showcase how simple double entry accounting can be implemented. There are various pieces of code that are not industry quality, but this is again used to merely showcase certain programming abilities
This repo contains in-development code for future releases.
You can find a list of all changes for each push in the Commits <https://github.com/Polkm7/SoftwareApplicationDomainProject/commits/master>
PHP version 5.6 or newer is recommended MySQL database support.
It should work on 5.3.7 as well, but we strongly advise you NOT to run such old versions of PHP, because of potential security and performance issues, as well as missing features.
The MIT License
The software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.
Clone the repository with git clone
Copy .env.example file to .env and edit database credentials there
Run composer install
Run php artisan key:generate
Run php artisan migrate
Run php artisan db:seed
Run php artisan serve