Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eliseekn/laravel-metrics-demo
Demo project of Laravel Metrics
https://github.com/eliseekn/laravel-metrics-demo
laravel laravel-package
Last synced: about 1 month ago
JSON representation
Demo project of Laravel Metrics
- Host: GitHub
- URL: https://github.com/eliseekn/laravel-metrics-demo
- Owner: eliseekn
- Created: 2022-01-04T09:21:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-22T16:55:15.000Z (7 months ago)
- Last Synced: 2024-06-23T00:21:06.798Z (7 months ago)
- Topics: laravel, laravel-package
- Language: PHP
- Homepage:
- Size: 754 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel Metrics (Demo)
Demo project of [Laravel Metrics](https://github.com/eliseekn/laravel-metrics)
# Screenshot
![Laravel Metrics Demo](https://github.com/eliseekn/laravel-metrics-demo/blob/main/preview.png "Preview")
# How to use ?
After download and setup the project, run these following commands on your terminal :
```
php artisan migrate --seed
php artisan serve
```