GithubHelp home page GithubHelp logo

Comments (9)

tochie-daniels avatar tochie-daniels commented on August 16, 2024 1

Thanks for your response. I have done as suggested but i get a new error:
The use statement with non-compound name 'Eloquent' has no effect
when I have this:
<?php

use Eloquent;
use Illuminate\Auth\UserInterface;
use Illuminate\Auth\Reminders\RemindableInterface;

namespace MyApp\Models;

class User extends Eloquent implements UserInterface, RemindableInterface {

use Venturecraft\Revisionable\Revisionable;
...

from revisionable.

duellsy avatar duellsy commented on August 16, 2024

Apologies, there's a typo in the docs, add the following to the top of your file:

use Eloquent;

from revisionable.

duellsy avatar duellsy commented on August 16, 2024

in that case, remove that line, and just add a \ in front of Eloquent like this:

class User extends \Eloquent implements UserInterface, RemindableInterface {

from revisionable.

tochie-daniels avatar tochie-daniels commented on August 16, 2024

Someone in SO already suggested that but it still throws another error message

Interface 'app\models\UserInterface' not found

from revisionable.

duellsy avatar duellsy commented on August 16, 2024

OK, the easiest way forward for you I think for now would be to just remove the namespace line.

This will get you up and going, and later when you are comfortable with namespaces you can revisit them.

from revisionable.

tochie-daniels avatar tochie-daniels commented on August 16, 2024

Ok thanks. removing the namespace throws this error

User cannot use Venturecraft\Revisionable\Revisionable - it is not a trait

I tried moving the use Venturecraft\Revisionable\Revisionable outside of the class and there was no error, however nothing was saved to the revisions table when i make a change.

Sorry for the trouble

from revisionable.

duellsy avatar duellsy commented on August 16, 2024

You should be 'using' RevisionableTrait, not Revisionable

from revisionable.

tochie-daniels avatar tochie-daniels commented on August 16, 2024

Works now. I'll take my time to study its features. Thanks a lot for your time.

from revisionable.

duellsy avatar duellsy commented on August 16, 2024

No problems.

from revisionable.

Related Issues (20)

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.