Skip to content
forked from miten5/larawind

Larawind - Laravel 8.0+ Jetstream and Tailwind CSS Admin Theme

License

Notifications You must be signed in to change notification settings

ALSHIHAB/larawind

 
 

Repository files navigation

Larawind - Laravel 8.0+ Jetstream and Tailwind CSS Admin Theme

Changes: Upgrade Laravel to Version 8.76.2 Jetstream to Version 2.5.0 Tailwind css 3.0.7 Upgrade other repositories and plugins (forms, colors, alpinejs, typography ...) 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:

About

Larawind - Laravel 8.0+ Jetstream and Tailwind CSS Admin Theme

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Blade 71.0%
  • PHP 28.8%
  • Shell 0.2%