Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sinan-aydogan/tailadmin-core
Tailwind scaffolding for the Laravel framework.
https://github.com/sinan-aydogan/tailadmin-core
admin admin-dashboard inertiajs laravel laravel-framework laravel-package tailwindcss vuejs
Last synced: about 1 month ago
JSON representation
Tailwind scaffolding for the Laravel framework.
- Host: GitHub
- URL: https://github.com/sinan-aydogan/tailadmin-core
- Owner: sinan-aydogan
- License: mit
- Fork: true (laravel/jetstream)
- Created: 2022-08-12T11:12:13.000Z (over 2 years ago)
- Default Branch: 5.x
- Last Pushed: 2024-08-20T15:28:01.000Z (3 months ago)
- Last Synced: 2024-09-26T01:16:34.741Z (about 2 months ago)
- Topics: admin, admin-dashboard, inertiajs, laravel, laravel-framework, laravel-package, tailwindcss, vuejs
- Language: PHP
- Homepage: https://tailadmin.dev
- Size: 1.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
TailAdmin Core
======
It's a dashboard theme/UI-Starter Kit with Laravel9, TailwindCSS3, Inertia and Vue3 (JetStream).
:wave: It's a smart designed application scaffolding for Laravel.
TailAdmin provides the perfect starting point for your next Laravel application and includes login, registration, email verification, two-factor authentication, session management, API support via [Laravel Sanctum](https://github.com/laravel/sanctum), and a lot of custom Vuejs components. It has a beautiful design and is fully responsive.
Requirements
------1. PHP min v.8
2. DB server (Recommended:MySQL)
3. [composer min v.2](https://getcomposer.org/)
4. [nodejs min v.16](https://nodejs.org/)
5. Please check other requirements of [Laravel](https://laravel.com/) and [Inertia](https://inertiajs.com/)Setup Directions
------
You may use Composer to install TailAdmin Core into your new Laravel project: composer require
1. ```composer require sinanaydogan/tailadmin-core```
2. ```php artisan jetstream:install inertia```
3. Create a clean db table
4. Set database infos in the .env
5```php artisan migrate --seed```
6. ```php artisan storage:link```
7. ```npm run install```
8. ```npm run build``` (for production)
9. ```npm run dev``` (for development)
10. ```php artisan serve```
11. ```Goto: http://localhost:8000```Admin Login Infos / Demo Account
------- **Demo:** *[https://core.tailadmin.dev](https://core.tailadmin.dev)*
- **Email:** *[email protected]*
- **Password:** *admin*## Help
If you need to help more than this documentation:
- You can join our [Discord Channel](https://discord.gg/TnjA2GqYmw) then ask your questions
- Access to our [Tabbs page](https://tailadmin.tabbs.co/) for how to make links (Install in Linux, solution of the npm
errors etc.)## Featured :
- TailwindCSS
- Vue.js 3 Laravel 8 - 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
- ### Content Components :
- 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 Components :
- 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> :rocket: We are going to make the big updates about app because this theme is using in our projects therefore the
> updates will be continuous---
### Partners and Sponsors
> :metal: If you want to support us, you can send a mail to us via [[email protected]](mailto:[email protected])
---
### Major External Sources
- [Tailwind](https://tailwindcss.com/)
- [Vue](https://vuejs.org/)
- [Fontawesome](https://fontawesome.com/)### Minor External Sources
Please see package.json
---
License
------
The TailAdmin is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).