Giter VIP home page Giter VIP logo

laravel-infusionsoft-oauth2's Introduction

Synopsis

This is just my personal website built in react, react-router, and foundation css.

Example

https://djaxho.github.io/djaxho

Installation

If you want to try it out, perhaps for some examples of react and react-router usage, Clone the repo, npm install, then 'npm start' to run a reload server, then when you want to built a production version run 'npm run build'

License

Feel free to use it for whatever you want :)

laravel-infusionsoft-oauth2's People

Contributors

djaxho avatar markvilludo avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

laravel-infusionsoft-oauth2's Issues

I can't get this to work with Auth in Laravel

I am fairly new so I apologize. I had a laravel app set up and I had authentication installed. Then I added your package which went into vendors.
Now I am trying to tie the user_id from Auth to the Infusionsoft oauth record. However I can not figure out how to access Auth from within vendor\djaxho\laravel-infusionsoft-oauth2\src\Http\Controllers\AuthorizeInfusionsoftApiController.php

This is the set up of that file
`<?php

namespace Djaxho\LaravelInfusionsoftOauth2\Http\Controllers;
//namespace App\Http\Controllers\Auth;

use Illuminate\Routing\Controller as BaseController;
use Illuminate\Http\Request;
use Djaxho\LaravelInfusionsoftOauth2\Infusionsoft;
use Auth;
use Illuminate\Support\ServiceProvider;

print Auth::user()->id;`

And I get this error
(1/1) ErrorException
Trying to get property 'id' of non-object

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.