This application is created in order to learn the basics of the Laravel framework and at the same time solve some practical problem for myself.
The idea behind the app is to keep track of clients and jobs for a self-employed IT professional these days. It is also planned to implement accounting of projects and time spent. It is also a list of services, calculation of payments by clients and so on.
- Dashboard with graphical information
- Clients
- Invoices
- Tasks
- Payments
- Contacts
- Taxes
- PHP 8.1
- SQLite 3
- Laravel Framework 9.10
- Install Composer and Npm
- Clone the repository:
git clone https://github.com/kirillz/rv_hdesk.git
cd rv_hdesk
composer install
- for dependenciesnpm install
- for node modulesnpm run dev
- for compile assets by Laravel Mix.cp .env.example .env
- copy or move .env.example to .envphp artisan RV:setup
- first run helper.php artisan RV:demo-data
- for demo data.php artisan serve
- integrated server.- App on: http://127.0.0.1:8000
php artisan list RV
- To see all commands for RV HDESK
php artisan test
- To run tests
- Install Lando
cd rv_hdesk
lando start
- to start all containerslando poweroff
- to stoplando destroy -y
- delete everything
ВКонтактеФейсБуки- Telegram: @kirill5488