diridam / vbulletin-laravel5-bridge by diridam

VBulletin 4.2.3 bridge for Laravel 5.1
23
0
1
Package Data
Maintainer Username: diridam
Maintainer Contact: mihai.tudor@gmail.com (Mihai Tudor)
Package Create Date: 2015-11-05
Package Last Update: 2015-11-06
Language: PHP
License: MIT
Last Refreshed: 2024-04-19 15:12:40
Package Statistics
Total Downloads: 23
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

Vbulletin 4.2.3 Bridge for Laravel 5.1

VBulletin 4.2.3 Bridge for Laravel 5.1

NOTE: this is a bridge to verify if the user is logged in or not.

Installation:

  1. add "diridam/laravel5vbbridge": "dev-master" to your composer.json
"require": {
		...
		"diridam/laravel5vbbridge": "dev-master"
	},
  1. composer update