ijpatricio / minglejs-demo

Sample usage of JS components in a Laravel Livewire project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MingleJS Logo

MingleJS Demo

This is the repository with the generated code for the MingleJS demo. It is a simple web application that showcases the capabilities of MingleJS.

Please check the MingleJS documentation for more information.

Click here to visit the live demo.

The original source code is available at ijpatricio/mingle

Thank you, and happy Mingling!

Up and running

Clone the repository, then:

cp .env.example .env
composer install
php artisan key:generate
touch database/database.sqlite
php artisan migrate:fresh --seed
php artisan serve
# In another terminal
npm ci
npm run dev

About

Sample usage of JS components in a Laravel Livewire project


Languages

Language:PHP 84.7%Language:Blade 8.3%Language:JavaScript 4.5%Language:Vue 1.7%Language:Dockerfile 0.6%Language:CSS 0.1%