Overview:
The TALL Admin Dashboard Preset for Laravel 7+ is a package that provides a starter template for creating an admin dashboard in Laravel. It is built on top of Laravel and includes additional frameworks and packages such as Tailwind CSS, Alpine JS, Livewire, Laravel UI, Laravel Charts with ChartJS presets, SweetAlert2 by Rashid Ali, and DropzoneJS. This preset is designed to scaffold out the minimum functionality required to get started with developing an admin dashboard in Laravel.
Features:
- Laravel 7+ compatibility: This preset is specifically designed to work with Laravel version 7 and above.
- Tailwind CSS: The preset utilizes Tailwind CSS, a utility-first CSS framework, to easily style and customize the admin dashboard.
- Alpine JS: Alpine JS is included to provide the necessary interactivity and dynamic components for the admin dashboard.
- Livewire: Livewire, a full-stack framework for Laravel, is used to create dynamic, reactive UI components in the admin dashboard.
- Laravel UI: The preset includes Laravel UI for generating the authentication scaffolding, making it easy to implement user authentication in the admin dashboard.
- Laravel Charts with ChartJS presets: Laravel Charts, with pre-configured presets using ChartJS, are included to provide data visualization capabilities in the admin dashboard.
- SweetAlert2: SweetAlert2, a package by Rashid Ali, is included for displaying beautiful and customizable alert messages in the admin dashboard.
- DropzoneJS: DropzoneJS is included to enable file upload functionality in the admin dashboard.
Installation:
To install the TALL Admin Dashboard Preset for Laravel 7+, follow these steps:
- Make sure you have a fresh installation of Laravel to avoid conflicts with existing files.
- Copy the file structure of the stubs provided by the package.
- Run the following command to install the preset:
composer require lartisan/tall-admin-preset - Apply the scaffolding by running the command:
php artisan ui tall --auth - Finally, run the command
npm install && npm run devto install the necessary front-end dependencies and compile the assets.
Enjoy using the TALL Admin Dashboard Preset for Laravel 7+ for developing your admin dashboard!
Summary:
The TALL Admin Dashboard Preset for Laravel 7+ is a comprehensive package that provides a preset template for creating an admin dashboard in Laravel. It combines the power of Laravel, Tailwind CSS, Alpine JS, Livewire, Laravel UI, Laravel Charts, SweetAlert2, and DropzoneJS to offer a feature-rich development environment. With easy installation steps, this preset is a convenient starting point for developers looking to build an admin dashboard in Laravel.