Saltar al contenido
← Volver a proyectos

Dinero

The skeleton application for the Laravel framework.

Dinero


:rocket: Multi Account Money Tracker :sparkles: Dinero

version project stack php stack laravel stack Filament stack Tailwind GPLv3 License

#Dinero

Dinero is a multi account money tracker. It is a simple application that allows you to track your money in multiple accounts and categories. It is written in PHP (Laravel Framework) and Filament v3.

#Features

  • Multi Account (Tenants)
  • Multi Currency
  • Wallets
  • Categories
  • Budgets
  • Goals
  • Debts
  • Transactions
  • Reports

#Installation

  1. Clone the repository
git clone https://github.com/Shipu/dinero.git
  1. Switch to the repo folder
cd dinero
  1. Install all the dependencies using composer
composer install
  1. Copy the example env file and make the required configuration changes in the .env file
cp .env.example .env
  1. Generate a new application key
php artisan key:generate
  1. Run the database migrations with seeder (Set the database connection in .env before migrating)
php artisan migrate --seed
  1. Run the application
php artisan serve
  1. Browse the application

Url: http://localhost:8000/

img.png

  1. Login with the following credentials:
  • Email: demo@dinero.app
  • Password: 12345678

#NativePHP

for the NativePHP version, please check the nativephp branch

git checkout native-php

#Demo

Url: http://dinero.bridgex.live

#Screenshots

Dashboard Wallets Categories Budgets Goals Debts Transactions Accounts MyProfile

#:sparkles: Contributors

No one is so wise that they don't have something to learn, nor so foolish that they don't have something to teach. Blaise Pascal.

Nueva versión disponible.