Skip to content

raosys/fees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Fees Package

GitHub issues GitHub stars GitHub forks GitHub license Tweet

A package to add fees management modules to laravel school management portals, Works good for colleges and universities

About This Package

This package adds a complete fees management module into existing laravel powered school management systems. The package is built using VueJs and PHP. We assume existing projects have Courses , Subjects and Users, The package is to help developers quickly spin up school portals with less hustle

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Installation

composer require raosys/fees

php artisan vendor:publish and publish assets with tag fees and Provider FeeServiceProvider

  • On generated fees.php config file set appropriate models

run migrations by php artisan migrate

Update your

  • courses model and use CourseTrait
  • Student model to use the StudentTrait

both provided by the package

configuration

Update the fees.config file to set your User, Course and Student Model and their respective column names

Security Issues

If you discover a security vulnerability within this package, please send an e-mail to Arnold Wamae via wamaearnold@gmail.com. All security vulnerabilities will be promptly addressed.

Fees Package Sponsors

We would like to extend our thanks to the following sponsors for funding this package development. If you are interested in becoming a sponsor, please email.

Premium Partners

About

A package to add fees management modules to laravel school management portals, Works good for colleges and universities

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published