3mpj / salesdashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel sales-dashboard update using laravel 10

A sales dashboard demo

Installation

  1. Extract the archive and put it in the folder you want

  2. Run "composer install" command

  3. Run "php artisan migrate --seed" command.

  4. Run "copy .env.example .env" to generate a new .env file.

  5. Run "php artisan key:generate" to generate new application Key.

  6. Run "php artisan serve" command.

Features

  • Dashboard Overview: The dashboard provides an overview of key sales metrics such as total monthly sales, earnings, customers or you can specify the time frame.
  • Reports: The dashboard offers various reports, such as sales report, top-selling products, and revenue by category. These reports provide valuable insights for decision-making.

License

The Laravel framework is open-sourced software licensed under the MIT license.

Screenshot

About


Languages

Language:CSS 59.0%Language:PHP 24.2%Language:Blade 8.0%Language:SCSS 6.1%Language:JavaScript 2.4%Language:Vue 0.1%