Download the PHP package ivanaquino/laravel-taildashboards without Composer
On this page you can find all versions of the php package ivanaquino/laravel-taildashboards. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ivanaquino/laravel-taildashboards
More information about ivanaquino/laravel-taildashboards
Files in ivanaquino/laravel-taildashboards
Package laravel-taildashboards
Short Description Laravel Taildashboards a seamless integration between Taildashboards and Laravel, allowing developers to easily incorporate beautiful, pre-designed dashboard components into their Laravel applications.This is my package laravel-taildashboards
License MIT
Homepage https://github.com/ivanaquino/laravel-taildashboards
Informations about the package laravel-taildashboards
laravel-taildashboards
This Laravel package provides an effortless way to implement beautiful and responsive dashboard templates from Taildashboards. Taildashboards offers a collection of pre-designed templates built with Tailwind CSS, and this package helps you to incorporate them into your Laravel application with ease.This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
Installation
You can install the package via composer:
You need tailwind installation on your laravel, if you're using jetstream or breeze you have it installed but if not you can follow the official tailwindcss guide
You will need the npm package @tailwindcss/typography, and add the font config to your tailwind.config.js
If you're having problems with broken styles you can add this line into tailwind.config.js
You can publish the config file with:
In this file you'll be able to edit the menu for the dashboard
Optionally, you can publish the views using
Usage
Availables
Roadmap
- [x] TailApp
- [ ] TailTube
- [ ] TailFlix
- [x] TailLism
- [ ] TailAdmin
- [ ] TailSocial
- [ ] Custom components for each dashboard
- [ ] Test suit
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Ivan Aquino
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-taildashboards with dependencies
spatie/laravel-package-tools Version ^1.14.0
illuminate/contracts Version ^10.0