It's a dashboard theme/UI-Starter Kit with Laravel 11, TailwindCSS3, Inertia and Vue3 (JetStream).
If you looking for Vue2 version, You can use download TailAdmin v1 TailAdmin
npm install
composer install
php artisan migrate --seed
php artisan storage:link
php artisan key:generate
npm run dev
php artisan serve
Goto: http://localhost:8000
Setup Directions with Docker - Linux
git clone sinan-aydogan/tailadmin-laravel
cd tailadmin-laravel
docker run --rm -u "$(id -u):$(id -g)" -v "$(pwd):/var/www/html" -w /var/www/html laravelsail/php83-composer:latest composer install --ignore-platform-reqs
sudo nano ~/.bashrc
alias sail='sh $([ -f sail ] && echo sail || echo vendor/bin/sail)'
source ~/.bashrc
sail up -d
sudo nano /etc/hosts
127.0.0.1 tailadmin-laravel.test
http://tailadmin-laravel.test
or your custom domainIf you need to help more than this documentation:
TailwindCSS
Vue.js 3 Laravel 11 - JetStream Inertia
Every component are well documented
Easy usability
Simple and short code blocks
A lot of customization options for every component
Responsive, you can use with all devices
Custom Auth Pages: Login, Register, Profile, Lock
Unique Form Inputs: Repeatable Fields, Select(Rich Content) and Date
Completely UI Kit
Statistic Widgets for Summary or Small Data Windows
It works with FontAwesome
We are going to make the big updates about app because this theme is using in our projects therefore the updates will be continuous
? If you want to support us, you can send a mail to us via [email protected]
Please see package.json
The TailAdmin is open-sourced software licensed under the MIT license.