2017 © Pedro Peláez
 

library laravel-supercollege-browse

SuperCollege Browse API wrapper for Laravel 5.*

image

jrean/laravel-supercollege-browse

SuperCollege Browse API wrapper for Laravel 5.*

  • Friday, March 9, 2018
  • by jrean
  • Repository
  • 1 Watchers
  • 0 Stars
  • 41 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 17 % Grown

The README.md

jrean/laravel-supercollege-browse is a PHP package built for Laravel 5.* to easily interact with the SuperCollege Browse API., (*1)

Latest Stable Version Total Downloads License, (*2)

ABOUT

  • [x] Get scholarships by multiple criterias
  • [x] Get scholarships details

INSTALLATION

This project can be installed via Composer. To get the latest version of Laravel User Verification, add the following line to the require block of your composer.json file:, (*3)

{
    "require": {
        "jrean/laravel-supercollege-browse": "dev-master"
    }

}

You'll then need to run composer install or composer update to download the package and have the autoloader updated., (*4)

Or run the following command:, (*5)

composer require jrean/laravel-supercollege-browse:dev-master

Add the Service Provider & Facade/Alias

Once Larvel User Verification is installed, based on your Laravel version you will need to register the service provider in config/app.php. Make sure to add the following line above the RouteServiceProvider., (*6)

Jrean\SuperCollegeBrowse\SuperCollegeBrowseServiceProvider::class,

You may add the following aliases to your config/app.php:, (*7)

'SuperCollege' => Jrean\SuperCollegeBrowse\Facades\SuperCollegeBrowse::class,

The last 2 directives are optional if you are using Laravel ~5.5, thanks to the auto-discovery option., (*8)

Publish the package config file by running the following command:, (*9)

php artisan vendor:publish --provider="Jrean\SuperCollegeBrowse\SuperCollegeBrowseServiceProvider" --tag="config"

LICENSE

Laravel Supercollege is licensed under The MIT License (MIT)., (*10)

The Versions

09/03 2018

dev-master

9999999-dev

SuperCollege Browse API wrapper for Laravel 5.*

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jean Ragouin

laravel framework school student students supercollege scholarships scholarship schools

09/03 2018

dev-develop

dev-develop

SuperCollege Browse API wrapper for Laravel 5.*

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jean Ragouin

laravel framework school student students supercollege scholarships scholarship schools