wonderapp/yellowapp

Wonderapp School Management System

1.0.0 2016-05-07 10:48 UTC

This package is not auto-updated.

Last update: 2025-04-26 21:49:50 UTC


README

Package Wonder app School Management System laravel 5.2

Installation

###Step 1 : Install Composer dependency

composer require wonderapp/yellowapp

###Step 2 : Register the Service Provider

Wonderapp\Yellowapp\MyschoolServiceProvider::class,

to providers array in config/app.php

###Step 4 : Install migrations

run the following command: 'php artisan vendor:publish' to install migrations

Usage