Simpel Budget is a web application for manage your budget monhtly, in a simple way. without many tutorial and without pain.
If you use laravel, you already know how to use Simpel Budget.
- PHP >= 8.0.2
- BCMath PHP Extension
- Ctype PHP Extension
- Fileinfo PHP extension
- JSON PHP Extension
- Mbstring PHP Extension
- OpenSSL PHP Extension
- PDO PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
- Clone the repository
- Copy .env.example to .env
- Edit .env and set your database connection details
- Run composer install
- Run php artisan key:generate
- Run php artisan migrate
- Run php artisan db:seed
- Run npm install
- Run npm run dev (development)
- Run npm run build (production)
- Run php artisan serve
- Access the application in your browser at http://localhost:8000
You can see a demo of the application at https://simpelbudget.com
The Laravel framework is open-sourced software licensed under the MIT license.
If you discover a security vulnerability within Simpel Budget, please send an e-mail to Simpel Budget. All security vulnerabilities will be promptly addressed.
The Simpel Budget is open-sourced software licensed under the MIT license.