Giter Site home page Giter Site logo

laravel-auditing-doc's People

Contributors

anteriovieira avatar fidelt avatar gauravmak avatar ibrunotome avatar imliam avatar iqmal852 avatar mammutalex avatar marktinsley avatar matthew-e-gould avatar mortendhansen avatar nordiago avatar paulghz avatar quetzyg avatar ssfinney avatar stfnndrsn avatar tarunmangukiya avatar tiagojpdias avatar vigneshgurusamy avatar yappkahowe avatar ymslavov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

laravel-auditing-doc's Issues

How to get the audit of all model records?

Good, as the title: How to get the audit of all model records?
For instance, in venturecraft/revisionable I can do in the model (using a trait):

public static function revisions()
{
    return \Venturecraft\Revisionable\Revision::where('revisionable_type', get_class());
}

And getting the audit records:

$revisions = User::revision()->paginate(10);  

And it will return me every audit records for the User model, but checking your documentation I have to call only one record of the model to get the audit records.

How could I to achieve some similar to the code above?

Documentation

Hi there!

I've been looking for a way to create documentation similar to yours and I've been trying to search for a package which can do this but I've been unable to find a good one.

My question is, did you make the documentation yourself or are you indeed using something to generate it?

Thanks in advance!

How to install older version

I have laravel 5.5.4 installed in a php 5.6 version. I want to install this package but it's installing the latest build and I can't install it since my php version is old. How can I install the older version that support php 5.6 and laravel 5.5?

Detailing how 'turning off auditing' works

There is a section in the configuration file for 'enabled'. Does programmatically changing this result in auditing being turned off globally?

The distinction between "General" configuration and "Auditable" configuration is a little confusing since both sections modify how auditing takes place, and both sections change back and forth between object level configuration and system level configuration. But there is a section on enabling/disabling auditing for a single class temporarily, and that would be a good place to put whether you can temporarily disable auditing programmatically system wide.

It is also not clear how the object level 'turn off auditing' in the Enable/Disable section of the Auditable Configuration documentation works between php runs. If I 'disable' auditing on class Truck and then visit a php page with Truck objects called (but not re-invoking the disable logic) can I expect logging to be disabled or not. Is the audit disabling persistent between sessions/runs of php? The documentation is not clear.

SSL not enabled on the site

I recently visited the site, and found that when I click on hyperlinks then another domain links were opening (totally unrelated links - seems like some ads)

I feel this could be due to no SSL certificate.

image

Upgrade documentation to 9.x

The upgrade documentation for the master (9.x) branch still reflect the upgrade to 8.x? What needs to be done to upgrade from 8.x to 9.x ? Or are there now breaking changes?

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.