dev-master
9999999-devDisplays your Developer Evangelist Status based on Github's Repo
MIT
The Requires
- php >=5.4.0
- illuminate/support 5.0.*
laravel github open source evangelist
Displays your Developer Evangelist Status based on Github's Repo
Laravel 5 Package to Display your status as an Open Source Evangelist, (*1)
PHP 5.4+ or HHVM 3.3+, and Composer are required., (*2)
To get the latest version of Laravel DevStatus, simply add the following line to the require block of your composer.json
file., (*3)
"unicodeveloper/laravel-devstatus": "dev-master"
You'll then need to run composer install
or composer update
to download it and have the autoloader updated., (*4)
Once Laravel DevStatus is installed, you need to register the service provider. Open up config/app.php
and add the following to the providers
key., (*5)
'Unicodeveloper\DevStatus\DevStatusServiceProvider'
Chill, it's undergoing development :smiley_cat:, (*6)
To get started, you'll need to publish all vendor assets:, (*7)
$ php artisan vendor:publish
This will create a config/DevStatus.php
file in your app that you can modify to set your configuration., (*8)
Set the GITHUB_API_URL constant as an ENVIRONMENT variable on your Server and in your .env file and assign the api url to it e.g, (*9)
GITHUB_API_URL=https://api.github.com
Please feel free to fork this package and contribute by submitting a pull request to enhance the functionalities., (*10)
Displays your Developer Evangelist Status based on Github's Repo
MIT
laravel github open source evangelist