All Projects → miten5 → Larawind

miten5 / Larawind

Licence: mit
Larawind - Laravel 8.0+ Jetstream and Tailwind CSS Admin Theme

Projects that are alternatives of or similar to Larawind

Tailwindcss
A Tailwind CSS frontend preset for the Laravel Framework
Stars: ✭ 1,056 (+1820%)
Mutual labels:  laravel, tailwindcss, blade
Laravel Blade X
Use custom HTML components in your Blade views
Stars: ✭ 538 (+878.18%)
Mutual labels:  laravel, blade
Laravel Blade Javascript
A Blade directive to export variables to JavaScript
Stars: ✭ 485 (+781.82%)
Mutual labels:  laravel, blade
Awes Io
Awes.io // boilerplate based on Vue, Nuxt, TailwindCSS plus Laravel as a backend. 🤟
Stars: ✭ 599 (+989.09%)
Mutual labels:  laravel, tailwindcss
Freek.dev
The sourcecode of freek.dev
Stars: ✭ 407 (+640%)
Mutual labels:  laravel, tailwindcss
Statamic
Statamic 3: The New Site/App Package
Stars: ✭ 431 (+683.64%)
Mutual labels:  laravel, tailwindcss
Blade
🔪 A standalone version of Laravel's Blade templating engine for use outside of Laravel.
Stars: ✭ 542 (+885.45%)
Mutual labels:  laravel, blade
Laravel Form Components
A set of Blade components to rapidly build forms with Tailwind CSS (v1.0 and v2.0) and Bootstrap 4. Supports validation, model binding, default values, translations, Laravel Livewire, includes default vendor styling and fully customizable!
Stars: ✭ 295 (+436.36%)
Mutual labels:  laravel, tailwindcss
Blade Ui Kit
A set of renderless components to utilise in your Laravel Blade views.
Stars: ✭ 763 (+1287.27%)
Mutual labels:  laravel, blade
Laravel Notify
Flexible Flash notifications for Laravel
Stars: ✭ 787 (+1330.91%)
Mutual labels:  laravel, blade
Laravel Blade Directives
A collection of nice Laravel Blade directives
Stars: ✭ 813 (+1378.18%)
Mutual labels:  laravel, blade
Comments
Native comments for your Laravel application.
Stars: ✭ 390 (+609.09%)
Mutual labels:  laravel, blade
Coreui Free Laravel Admin Template
CoreUI Free Laravel Bootstrap Admin Template
Stars: ✭ 353 (+541.82%)
Mutual labels:  laravel, blade
Awesome Tall Stack
A curated list of awesome things related to the TALL stack.
Stars: ✭ 465 (+745.45%)
Mutual labels:  laravel, tailwindcss
Tall Forms
Laravel Livewire (TALL-stack) form generator with realtime validation, file uploads, array fields, blade form input components and more.
Stars: ✭ 321 (+483.64%)
Mutual labels:  laravel, tailwindcss
Idea Php Laravel Plugin
Laravel Framework Plugin for PhpStorm / IntelliJ IDEA
Stars: ✭ 537 (+876.36%)
Mutual labels:  laravel, blade
Formvuelar
Vue form components with server-side validation in mind
Stars: ✭ 263 (+378.18%)
Mutual labels:  laravel, tailwindcss
Themevel
Theme and asset management for laravel
Stars: ✭ 278 (+405.45%)
Mutual labels:  laravel, blade
Artisan View
👀 Manage your views in Laravel projects through artisan
Stars: ✭ 708 (+1187.27%)
Mutual labels:  laravel, blade
Beautymail
Send beautiful HTML emails with Laravel
Stars: ✭ 923 (+1578.18%)
Mutual labels:  laravel, blade

Larawind - Laravel 8.0+ Jetstream and Tailwind CSS Admin Theme

This project is created with Laravel Jetstream Framework and Tailwind CSS, the admin environment is desing by Windmill Dashboard.

Requirements

  • Laravel installer
  • Composer
  • Npm installer

Installation

# Clone the repository from GitHub and open the directory:
git clone https://github.com/miten5/larawind.git

# cd into your project directory
cd larawind

#install composer and npm packages
composer install
npm install && npm run dev

# Start prepare the environment:
cp .env.example .env // setup database credentials
php artisan key:generate
php artisan migrate
php artisan storage:link

# Run your server
php artisan serve

If you like my work Buy me a coffee

Project made possible thanks to:

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].