Download the PHP package pedr0cazz/spatie-log-ui without Composer

On this page you can find all versions of the php package pedr0cazz/spatie-log-ui. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package spatie-log-ui

Spatie Log UI

Latest Stable Version Total Downloads License

A simple Laravel package that provides a user interface to view and manage activity logs generated by the Spatie Laravel Activitylog package.

Features

image image

Requirements

Installation

To install the package via Composer, run the following command:

Publish Assets

After installing the package, you may want to publish the package's views to customize them:

Usage

Once installed, the package will automatically register its routes and service provider. You can access the UI by visiting the following route in your browser:

Make sure you are logged in and have the necessary authentication middleware applied (auth and verified).

Configuration

If you need to customize the package further, you can:

  1. Publish and Edit Views: Customize the look and feel by editing the published views.
  2. Customize Logic: Override or extend the functionality by editing the controllers and services if necessary.

Routing

The following routes are registered by this package:

Development

If you want to contribute or customize the package for your own needs:

  1. Clone the repository.
  2. Install the dependencies using composer install.
  3. Make your changes and submit a pull request if applicable.

License

This package is open-sourced software licensed under the MIT license.

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue.

Support

If you encounter any issues or have any questions, please open an issue on GitHub.

Acknowledgements

This package is built on top of the excellent Spatie Laravel Activitylog package. A big thank you to the Spatie team for their hard work and dedication to the Laravel community.

Key Sections:

  1. Introduction: Briefly explains what the package does.
  2. Features: Highlights the main features of the package.
  3. Requirements: Lists the required versions of PHP, Laravel, and other dependencies.
  4. Installation: Provides clear instructions on how to install the package using Composer.
  5. Usage: Details how to access the UI and configure the package.
  6. Routing: Lists the routes that the package registers.
  7. Development: Information for developers who want to contribute or customize the package.
  8. License: Specifies the license under which the package is released.
  9. Contributing: Encourages contributions and provides guidance on how to do so.
  10. Support: Directs users to GitHub for support.
  11. Acknowledgements: Credits the Spatie team for their underlying package.

All versions of spatie-log-ui with dependencies

PHP Build Version
Package Version
Requires php Version >=8.2
spatie/laravel-activitylog Version ^4.0
yajra/laravel-datatables-oracle Version ^9.0 || ^10.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package pedr0cazz/spatie-log-ui contains the following files

Loading the files please wait ....