Download the PHP package bbs-lab/nova-toast without Composer

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

Nova Toast

Latest Version on Packagist Tests Total Downloads

Flash a message from anywhere in your Laravel app โ€” a controller, an observer, a middleware, a Nova action โ€” and have it pop up as a Nova toast on the next page load. No front-end wiring, no events to register.

Screenshots

Features

Requirements

Both Nova majors are exercised in CI. Note that Nova 4 (through its inertiajs/inertia-laravel dependency) tops out at PHP 8.4 and Laravel 11; on PHP 8.5 or Laravel 12+, use Nova 5. Composer resolves the right combination for you.

Installation

Because Nova is a paid, private package, make sure your application is already authenticated against nova.laravel.com, then:

The service provider is auto-discovered โ€” there is nothing else to wire up.

Usage

Call one of the static helpers wherever you have a message to surface (a Nova action, a controller, an observer, โ€ฆ):

The toast shows on the next Nova page load, so it pairs naturally with a redirect:

How it works

Each helper flashes ['type' => ..., 'message' => ...] to the session under the nova-toast key. On the next Nova request, the service provider hands that payload to the front-end via Nova::provideToScript, and a small booting script calls the matching Nova.success/error/warning/info toast. Being flash data, the message is shown once and then cleared.

Testing

A full embedded Nova app (via Orchestra Workbench) lets you exercise the flow in a real Nova instance โ€” a Dispatch Toast action on the Users resource flashes a toast so you can see it live:

Security

The package only moves a message string through the session flash โ€” it captures no data and exposes no endpoint. If you discover a security issue, please email [email protected] instead of using the issue tracker.

Changelog

Please see CHANGELOG for what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.


All versions of nova-toast with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
illuminate/contracts Version ^11.0 || ^12.0 || ^13.0
illuminate/support Version ^11.0 || ^12.0 || ^13.0
laravel/nova Version ^4.0 || ^5.0
spatie/laravel-package-tools Version ^1.16
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 bbs-lab/nova-toast contains the following files

Loading the files please wait ...