TailwindCraft - UI Components made with Tailwind CSS
Discover TailwindCraft, open-source UI components based on Tailwind CSS for effortless and efficient project development.
To get started with SpladePanel, follow these steps:
-
Install the required dependencies using Composer:
composer install
-
Copy the
.env.example
file to.env
:cp .env.example .env
-
Generate a security key and link the storage file:
php artisan key:generate php artisan storage:link
-
Configure your database connection by updating the
.env
file. -
Run database migrations and seed initial data:
php artisan migrate php artisan db:seed
-
Start server:
php artisan serve