Download the PHP package mostafaznv/nova-laracache without Composer

On this page you can find all versions of the php package mostafaznv/nova-laracache. 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 nova-laracache

Nova LaraCache

GitHub license Packagist Downloads Latest Version on Packagist

nova-laracache

Nova LaraCache is a robust Laravel Nova package that facilitates the seamless integration of the LaraCache package with the Laravel Nova. With Nova LaraCache, users gain a powerful cache management tool within the familiar Laravel Nova interface.

This package extends the capabilities of LaraCache, offering a comprehensive set of tools to efficiently moderate and manage cache entities. Users can effortlessly monitor cache expiration dates, ensuring the freshness and accuracy of cached data. By reviewing cache entity contents, users can gain insights into the stored data and its relevance. Nova LaraCache also enables users to regenerate cache items, facilitating updates and refreshes of cached entities. Additionally, users have the flexibility to delete specific cache entries, providing control over cache management tasks.

With Nova LaraCache, users can take full advantage of cache management capabilities directly within the Laravel Nova environment. By offering an intuitive interface and seamless integration, Nova LaraCache enables users to efficiently moderate and manage cache entities, ultimately contributing to the performance and efficiency of their Laravel applications.


I am on an open-source journey 🚀, and I wish I could solely focus on my development path without worrying about my financial situation. However, as life is not perfect, I have to consider other factors.

Therefore, if you decide to use my packages, please kindly consider making a donation. Any amount, no matter how small, goes a long way and is greatly appreciated. 🍺

Donate


Requirements:

Installation

Note Ensure that you have already installed and configured the LaraCache package in your Laravel application. If you haven't done so, please refer to the LaraCache documentation for instructions on installation and usage. It's important to create cache entities for each model before proceeding with Nova LaraCache.

To get started, you will need to install the following dependency:

Then, you should publish vendor files and assets:

That's it, you're ready to go!

Usage

After the package installation is complete, register the Nova LaraCache tool within your Laravel Nova application. Open the NovaServiceProvider class located at app/Providers/NovaServiceProvider.php and add the following line to the tools() method:

Done! just navigate to your Laravel Nova panel. You should now see the LaraCache tool integrated into the sidebar.

Remember, before using Nova LaraCache, ensure that you have followed the instructions in the LaraCache documentation to create cache entities for each model. This will ensure that you have the necessary cache setup in place for effective cache management using Nova LaraCache.


I am on an open-source journey 🚀, and I wish I could solely focus on my development path without worrying about my financial situation. However, as life is not perfect, I have to consider other factors.

Therefore, if you decide to use my packages, please kindly consider making a donation. Any amount, no matter how small, goes a long way and is greatly appreciated. 🍺

Donate


Demo

Video

https://github.com/mostafaznv/nova-laracache/assets/7619687/91bb08dd-0404-4b35-add4-4437486d2110

Screenshot

1


License

This software is released under The MIT License (MIT).


All versions of nova-laracache with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
ext-json Version *
laravel/framework Version ^10.4.1|^11.0|^12.0
laravel/nova Version ^4.24|^5.0
mostafaznv/laracache Version ^2.3.2
nova-kit/nova-packages-tool Version ^1.9|^2.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 mostafaznv/nova-laracache contains the following files

Loading the files please wait ....