tailwindcraft Tailwind Templates

Tailwindcraft

Discover TailwindCraft, open-source UI components based on Tailwind CSS for effortless and efficient project development.

TailwindCraft - UI Components made with Tailwind CSS

Discover TailwindCraft, open-source UI components based on Tailwind CSS for effortless and efficient project development.

Setup Instructions

To get started with SpladePanel, follow these steps:

  1. Install the required dependencies using Composer:

    composer install
    
  2. Copy the .env.example file to .env:

    cp .env.example .env
    
  3. Generate a security key and link the storage file:

    php artisan key:generate
    php artisan storage:link
    
  4. Configure your database connection by updating the .env file.

  5. Run database migrations and seed initial data:

    php artisan migrate
    php artisan db:seed
    
  6. Start server:

    php artisan serve
    

Top categories

Loading Svelte Themes