It's a dashboard theme/UI-Starter Kit with Laravel 12, TailwindCSS 3, Inertia.js and Vue 3 (JetStream).
๐ If you are looking for the Vue2 version, download TailAdmin v1 ๐
- PHP min v.8.3
- DB server (Recommended:MySQL)
- composer min v.2
- nodejs min v.20
- Please check other requirements of Laravel and Inertia
npm installcomposer install- Please clone .env.example and copied file name change from .env.example to .env
- Create a clean db table
- Set database infos in the .env
php artisan migrate --seedphp artisan storage:linkphp artisan key:generatenpm run devphp artisan serveGoto: http://localhost:8000
Setup Directions with Docker - Linux
- Setup Docker with user permissions on pc
- clone this repo to any directory
git clone sinan-aydogan/tailadmin-laravel - Enter project root directory by terminal for example
cd tailadmin-laravel - Install composer packages by docker, because your host machine doesn't have php, mysql, nginx etc. Everything is in the docker containers
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 - You should add an alias to your .bashrc file for shorcut to sail.
sudo nano ~/.bashrc - Adds this lines end of the file
alias sail='sh $([ -f sail ] && echo sail || echo vendor/bin/sail)' - Apply changes
source ~/.bashrc - You can start the project with sail
sail up -d - Don't forget add to domain to your host file
sudo nano /etc/hosts127.0.0.1 tailadmin-laravel.test
- Go to
http://tailadmin-laravel.testor your custom domain
- Demo: https://tailadmin-demo.tailadmin.dev
- Email: admin@tailadmin.dev
- Password: admin
If you need to help more than this documentation:
- You can join our Discord Channel then ask your questions
- Access to our Tabbs page for how to make links (Install in Linux, solution of the npm errors etc.)
-
TailwindCSS
-
Vue.js 3 Laravel 12 - 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
-
- Alert
- Avatar / Avatar Group for Team Lists
- Badge
- Breadcrumb
- Buttons
- Content Card
- Collapsible Content
- Dropdowns
- Lists
- Modals
- Pagination
- Popovers
- Progress
- Statistic Widgets
- Tabs
- FrontEnd Table
- BackEnd Table
- With Dynamic Query Builder
- Auto generated advanced search fields
- Sort
- Show-hide columns
- Tooltips
-
- Form Content
- Form Section
- Input Group
- HTML Inputs
- Text Input
- Selectable Text Input (Combo)
- File Input
- Checkbox
- Radio
- Text Area
- Select
- Multi Select
- Repeatable Fields
- Date/Calendar Input
- Between Input
๐ 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 admin@tailadmin.dev
Please see package.json
The TailAdmin is open-sourced software licensed under the MIT license.


