LaravelSpladeFlowbitePanel
Flowbite Admin Panel Using Laravel Splade Effortlessly Create Sleek Dashboards. Harness Laravel Splade's intuitive SPA-building features for seamless speed and visual allure.
Install / Use
/learn @kahfieidn/LaravelSpladeFlowbitePanelREADME
Demo

Setup Instructions
To get started with Laravel Splade, follow these steps:
-
Install the required dependencies:
composer install npm install -
Compile front-end assets.
npm run build -
Copy the
.env.examplefile to.env:cp .env.example .env -
Generate a security key and link the storage file:
php artisan key:generate -
Import SQL File to Your Database
-
Configure your database connection by updating the
.envfile. -
Start server:
php artisan serve npm run dev
Credentials
Access the login page: http://127.0.0.1:8000/login
- Email: kahfi@gmail.com
- Password: password
