Stars: 189
Forks: 28
Pull Requests: 41
Issues: 1
Watchers: 9
Last Updated: 2023-08-30 15:43:35
A demo Laravel project for Blade UI Kit.
License: MIT License
Languages: PHP, Blade
This is a demo Laravel project which demonstrate the usage for some of the components from Blade UI Kit.
It's built using components from Tailwind UI by Adam Wathan & Steve Schoger.
The following tools are required in order to start the installation.
git clone [email protected]:blade-ui-kit/demo.git blade-ui-kit-demo
database/database.sqlite
file to local database.env.example
file to .env
composer install
php artisan key:generate
php artisan migrate --seed
npm install && npm run dev
UNSPLASH_ACCESS_KEY
and MAPBOX_PUBLIC_TOKEN
value in your .env
filephp artisan serve
You can now visit the app in your browser by visiting http://127.0.0.1:8000. You can login in with [email protected]
& password
.
Command | Description |
---|---|
php artisan test |
Run the tests |
php artisan migrate:fresh --seed |
Reset the database |
npm run watch |
Watch for changes in CSS and JS files |