PHPackages                             razan/school - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. razan/school

ActiveLibrary

razan/school
============

33Blade

Since Aug 30Pushed 4y ago1 watchersCompare

[ Source](https://github.com/razan-hayajneh/school-livewire-package)[ Packagist](https://packagist.org/packages/razan/school)[ RSS](/packages/razan-school/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

school System package
=====================

[](#school-system--package)

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

[](#1before-install-school-razan-package-require-use-this-commands)

composer require laravel/jetstream

php artisan jetstream:install livewire

composer require santigarcor/laratrust

php artisan vendor:publish --tag="laratrust-seeder"

php artisan laratrust:setup

php artisan laratrust:seeder

2.
--

[](#2)

```
composer require razan/school

```

in config-&gt;app.php add to providers array
--------------------------------------------

[](#in-config-appphp-add-to-providers-array)

```
   Razan\School\SchoolServiceProvider::class,

```

then run in terminal:
---------------------

[](#then-run-in-terminal)

```
   php artisan vendor:publish --provider="Razan\School\SchoolServiceProvider"

```

in routes-&gt; web.php edit:Route::group(\['namespace'=&gt;'Razan\\School\\Http\\Livewire'\]
--------------------------------------------------------------------------------------------

[](#in-routes--webphp-editroutegroupnamespacerazanschoolhttplivewire)

```
Route::group(['namespace'=>'App\Http\Livewire']

```

and app-&gt;http-&gt;livewire edit namespace from Razan\\School\\Http\\Livewire to
----------------------------------------------------------------------------------

[](#and-app-http-livewire-edit-namespace-from-razanschoolhttplivewire-to)

```
    App\Http\Livewire

```

3.In the database/seeds/DatabaseSeeder.php file
-----------------------------------------------

[](#3in-the-databaseseedsdatabaseseederphp-file)

$this-&gt;call(LaratrustSeeder::class);

php artisan migrate

php artisan db:seed

4.
--

[](#4)

```
npm install

```

```
npm run dev

```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/57641712?v=4)[Razan hayajneh ](/maintainers/razan-hayajneh)[@razan-hayajneh](https://github.com/razan-hayajneh)

---

Top Contributors

[![Razanhasan896](https://avatars.githubusercontent.com/u/110827395?v=4)](https://github.com/Razanhasan896 "Razanhasan896 (6 commits)")

### Embed Badge

![Health badge](/badges/razan-school/health.svg)

```
[![Health](https://phpackages.com/badges/razan-school/health.svg)](https://phpackages.com/packages/razan-school)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
