Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

kirillz/rv_hdesk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to RV Hdesk

Sample app for learn Laravel framework.

🔦 Main idea

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.

2022-06-09_142703

Features

  • Dashboard with graphical information
  • Clients
  • Invoices
  • Tasks
  • Payments
  • Contacts
  • Taxes

Requirements

  • PHP 8.1
  • SQLite 3
  • Laravel Framework 9.10

🛠️ Installation

  • Install Composer and Npm
  • Clone the repository: git clone https://github.com/kirillz/rv_hdesk.git
  • cd rv_hdesk
  • composer install - for dependencies
  • npm install - for node modules
  • npm run dev - for compile assets by Laravel Mix.
  • cp .env.example .env - copy or move .env.example to .env
  • php 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

Docker (Lando)

  • Install Lando
  • cd rv_hdesk
  • lando start - to start all containers
  • lando poweroff - to stop
  • lando destroy -y - delete everything

Made with

✉️ Contacts

  • ВКонтакте
  • ФейсБуки
  • Telegram: @kirill5488

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •