All Projects → cesaramirez → laravel-tabler

cesaramirez / laravel-tabler

Licence: MIT license
Laravel Preset for Tabler Dashboard UI Kit

Programming Languages

CSS
56736 projects
HTML
75241 projects
PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to laravel-tabler

e2
E2 Client, Tally output
Stars: ✭ 24 (-59.32%)
Mutual labels:  presets
video-quality-metrics
Test specified presets/CRF values for the x264 or x265 encoder. Compares VMAF/SSIM/PSNR numerically & via graphs.
Stars: ✭ 87 (+47.46%)
Mutual labels:  presets
podhd
PODHD Preset Tool -- Modify And Convert Line6 POD HD Presets, Setlists And Bundles.
Stars: ✭ 37 (-37.29%)
Mutual labels:  presets
kool
From local development to the cloud: development workflow made easy.
Stars: ✭ 588 (+896.61%)
Mutual labels:  presets
ttall
Laravel fronend preset for TTALL stack - Tailwindcss | Turbolinks | Alpine.js | Laravel | Livewire 🚀
Stars: ✭ 50 (-15.25%)
Mutual labels:  presets
vue-tabler-icons
Fully customizable free SVG icons made as Vue components.
Stars: ✭ 142 (+140.68%)
Mutual labels:  tabler
the-libre-sample-pack
A free sample and preset pack made by Linux musicians, for Linux musicians.
Stars: ✭ 20 (-66.1%)
Mutual labels:  presets
fliphub
the easiest app builder
Stars: ✭ 30 (-49.15%)
Mutual labels:  presets
fastapi-admin
A fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin
Stars: ✭ 1,765 (+2891.53%)
Mutual labels:  tabler
TabBlazor
Blazor admin template based on Tabler UI
Stars: ✭ 222 (+276.27%)
Mutual labels:  tabler
laravel-uikit
Laravel 5.5/5.6 frontend preset for UIkit 3
Stars: ✭ 11 (-81.36%)
Mutual labels:  presets
Structor
Structor - React UI Builder [DEPRECATED]
Stars: ✭ 5,522 (+9259.32%)
Mutual labels:  presets
tailwind-preset
An awesome Tailwind CSS front-end preset for Laravel 7.
Stars: ✭ 31 (-47.46%)
Mutual labels:  presets
phpcsfixer-preset
Use the same php-cs-fixer configuration across all of your projects, with presets for common project layouts (Laravel, Composer packages, etc.).
Stars: ✭ 22 (-62.71%)
Mutual labels:  presets
electra.one
Public files for electra.one project
Stars: ✭ 21 (-64.41%)
Mutual labels:  presets
CyberSecurity-Box
Firewall-System based on OpenWRT or Pi-Hole with UnBound, TOR, optional Privoxy, opt. ntopng and opt. Configuration of the AVM FRITZ!Box with Presets for Security and Port-List. Please visit:
Stars: ✭ 20 (-66.1%)
Mutual labels:  presets
Windows11-betterUX
A non-destructive registry preset to improve the default user-experience with windows 10.
Stars: ✭ 21 (-64.41%)
Mutual labels:  presets
clipped
📎 How configurations should have been made
Stars: ✭ 29 (-50.85%)
Mutual labels:  presets
DynamicBonesStudio
A useful tool for quickly setting up and manipulating dynamic bones for Unity characters
Stars: ✭ 60 (+1.69%)
Mutual labels:  presets
django-tabler
Django package for the Tabler dashboard
Stars: ✭ 19 (-67.8%)
Mutual labels:  tabler

Laravel 5.5+ Front-end Preset For Tabler Dashboard UI Kit

Latest Stable Version

Preset for Tabler scaffolding on a new Laravel 5.5 or above project.

Usage

  1. Fresh install Laravel 5.5 or above and cd to your app.
  2. Install this preset via composer require cesaramirez/laravel-tabler. Laravel 5.5+ will automatically discover this package. No need to register the service provider.
  3. Use php artisan preset tabler for basic Tabler preset. OR Use php artisan preset tabler-auth for basic preset, Auth route entry and Tabler Auth views in one go. (NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in routes/web.php)
  4. yarn
  5. yarn dev or yarn watch
  6. Configure your favorite database (mysql, sqlite, etc.)
  7. php artisan migrate to create basic user tables.
  8. php artisan serve (or equivalent) to run server and test preset.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].