vue-system/school

school system using VueJs

dev-main 2021-08-31 11:40 UTC

This package is auto-updated.

Last update: 2025-07-13 16:40:00 UTC


README

1.before install school package, require use this commands:

composer require laravel/jetstream
php artisan jetstream:install inertia 
composer require fideloper/proxy
composer require uxweb/sweet-alert

2.install library

composer require vue-system/school

3.then run in terminal:

php artisan vendor:publish --force

4.Database Migration

php artisan migrate --seed

5.npm

npm install 
npm run dev