PHPackages                             grantholle/powerschool-schools - 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. [Framework](/categories/framework)
4. /
5. grantholle/powerschool-schools

ActiveLibrary[Framework](/categories/framework)

grantholle/powerschool-schools
==============================

School boilerplate for Laravel applications.

1.2.0(5y ago)0305MITPHP

Since Aug 22Pushed 5y ago1 watchersCompare

[ Source](https://github.com/grantholle/powerschool-schools)[ Packagist](https://packagist.org/packages/grantholle/powerschool-schools)[ RSS](/packages/grantholle-powerschool-schools/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (4)Versions (3)Used By (0)

PowerSchool Schools Boilerplate
===============================

[](#powerschool-schools-boilerplate)

This package is meant to jumpstart a Laravel project to include school support out of the box. It includes a migration, model and command to populate the table.

Installation
------------

[](#installation)

```
composer require grantholle/powerschool-schools

```

### Migration

[](#migration)

To publish the migration included, run:

```
php artisan vendor:publish --provider="GrantHolle\PowerSchool\Schools\PowerSchoolSchoolsServiceProvider"

```

### Model

[](#model)

This package includes `GrantHolle\PowerSchool\Schools\Models\School`. You'll want to generate your own `App\School` (or whatever) model that extends the base `School` model.

```
