Download the PHP
package aitor24/notifier without Composer
On this page you can find all versions of the php package
aitor24/notifier. It is possible to download/install
these versions without Composer. Possible dependencies are resolved
automatically.
Vendor aitor24 Package notifier Short Description Laravel package to display notifications from different JS libraries easily in the frontend License
MIT
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.
Laravel package to generate easily js notifications from php code
Getting started
Register Service Provider & Alias
If you're using laravel 5.5, you don't need to register Service Provider nor Alias. Else, you should do it!
Register Service Provider
Register Alias
Simple example
Catching base session notifications
If you don't want to call notify function everytime, all function is your solution. This function catch all session base messages (success, info, error, and warning) and you only need to put the code in the layout as following example.
Controller example
You should do redirect with ->with() function to flash messages for next request on session.
Layout example
Then your layout should have similar structure to following code snippet
Function all() can be called without parameters, then the library will be the config('notifier.defaults.library') library.
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 aitor24/notifier contains the following files
Loading the files please wait ....
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.