Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Call to undefined method Illuminate\Support\Facades\Auth::extend() #35

Closed
4 tasks done
skillcraft-io opened this issue Dec 23, 2019 · 2 comments
Closed
4 tasks done
Labels
bug Something isn't working

Comments

@skillcraft-io
Copy link

skillcraft-io commented Dec 23, 2019

Prerequisites

  • Able to reproduce the behaviour outside of your code, the problem is isolated to Laraform.
  • Provided all the required dependencies to reproduce the bug (eg. form, component, model, migration).
  • Your issue isn't already filed.
  • You filled in the entire issue template.

Versions

  • PHP version: PHP 7.2.24
  • Laravel version: v6.9.0
  • Laraform Vue package version: 1.1.8
  • Laraform Laravel package version: 1.1.8

Description

When latest version of Passport is installed this error occurs. Downgrading passport to less then 8.0 (7.5.1 works) resolved this issue.

Steps to Reproduce

Install Laravel with Latest Passport and Laraform Pro Package
Install and compile laraform into app.js
Build a form and try load page

Expected behavior:

The form should load

Actual behavior:

Error Output:

Symfony\Component\Debug\Exception\FatalThrowableError
Call to undefined method Illuminate\Support\Facades\Auth::extend()

@skillcraft-io skillcraft-io added the bug Something isn't working label Dec 23, 2019
@laraform
Copy link
Owner

Fixed in 1.1.9, please upgrade:
composer require laraform/laraform-laravel

@paligiannis
Copy link

Seems like I have the same issue again
PHP 7.4
LARAVEL 8.23
laraform/laraform-laravel": "^1.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants