softuera/laravel-mantine

v0.9.3 2024-02-08 19:15 UTC

This package is not auto-updated.

Last update: 2025-04-27 02:27:03 UTC


README

Laravel Mantine

Installation

You can install the package via composer:

composer require softuera/laravel-mantine

After laravel-mantine is installed, you should also compile your application's frontend assets:

php artisan laravel-mantine:install
 
php artisan migrate
npm install
npm run dev