vue-system / school
school system using VueJs
Package info
github.com/razan-hayajneh/school-vuejs-package
Language:Vue
pkg:composer/vue-system/school
dev-main
2021-08-31 11:40 UTC
This package is auto-updated.
Last update: 2026-04-13 18:08:57 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