Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spatie/laravel-dashboard
A beautiful dashboard for Laravel
https://github.com/spatie/laravel-dashboard
laravel laravel-dashboard php
Last synced: 2 days ago
JSON representation
A beautiful dashboard for Laravel
- Host: GitHub
- URL: https://github.com/spatie/laravel-dashboard
- Owner: spatie
- License: mit
- Created: 2020-04-18T21:17:16.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-02T05:54:58.000Z (11 months ago)
- Last Synced: 2024-10-19T12:15:38.306Z (3 months ago)
- Topics: laravel, laravel-dashboard, php
- Language: PHP
- Homepage: https://docs.spatie.be/laravel-dashboard
- Size: 1.74 MB
- Stars: 521
- Watchers: 20
- Forks: 69
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Support: docs/support-us.md
Awesome Lists containing this project
README
# Create beautiful dashboards powered by Livewire
[![Latest Version on Packagist](https://img.shields.io/packagist/v/spatie/laravel-dashboard.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-dashboard)
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/spatie/laravel-dashboard/run-tests.yml?branch=main&label=tests)](https://github.com/spatie/laravel-dashboard/actions?query=workflow%3Arun-tests+branch%3Amaster)
[![Total Downloads](https://img.shields.io/packagist/dt/spatie/laravel-dashboard.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-dashboard)Using this package you can create beautiful dashboards. The dashboard consists of tile which are, under the hood, Livewire components that can update themselves via polling.
This package contains the base functionality:
- the base css
- a `dashboard` view component
- a `tile` view component to position stuff on the dashboard
- a `Tile` model to persist fetched data that tiles can use to store fetched data## Support us
[](https://spatie.be/github-ad-click/laravel-dashboard)
We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).
## Documentation
All documentation is available [on our documentation site](https://spatie.be/docs/laravel-dashboard).
## Testing
``` bash
composer test
```## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.
## Security
If you've found a bug regarding security please mail [[email protected]](mailto:[email protected]) instead of using the issue tracker.
## Credits
- [Freek Van der Herten](https://github.com/freekmurze)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.