softuera/laravel-mantine

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/softuera/laravel-mantine

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

This package is not auto-updated.

Last update: 2025-12-21 05:43:41 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