Looking to hire Laravel developers? Try LaraJobs

laravel5vbbridge maintained by diridam

Description
VBulletin 4.2.3 bridge for Laravel 5.1
Author
Last update
2015/11/06 03:42 (dev-master)
License
Links
Downloads
23

Comments
comments powered by Disqus

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