Skip to content

greghub/laravel-twitter-facebook-oauth

Repository files navigation

laravel-twitter-facebook-oauth

twitter and facebook authorization for laravel 4

Instructions:

  1. Run composer install to get required vendors
  2. change database configs and run php artisan migrate
  3. create a virtual host
    3.1) 127.0.0.1 laravel.dev to your hosts file
    3.2) add the following lines to your apache httpd-vhosts.conf file
<VirtualHost *:80>
    DocumentRoot "path-to-local-installation\public"
    ServerName www.laravel.dev
</VirtualHost>
  1. Login with Facebook or Twitter

About

twitter and facebook authorization for laravel 4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages