Download the PHP
package adamthehutt/laravel-dismissible-tips without Composer
On this page you can find all versions of the php package
adamthehutt/laravel-dismissible-tips. It is possible to download/install
these versions without Composer. Possible dependencies are resolved
automatically.
Vendor adamthehutt Package laravel-dismissible-tips Short Description In-context help boxes that can be dismissed and permanently ignored by your users 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.
Informations about the package laravel-dismissible-tips
Laravel Dismissible Tips
This package allows you to present users with in-context helpful tips that can
be dismissed once or permanently.
Installation
Install using composer:
Then publish assets and other configuration:
Run migrations:
Make sure to include the relevant css and js files. You can either incorporate
them into your existing asset pipeline or reference them directly as:
Icon Library
By default, the dismissible tips assume access to Font Awesome (version 5.9) for icons. If you're already
using Font Awesome in your application, then there's nothing else to do. If not, then you have two choices:
Install Font Awesome in your layout (free and quick)
Use a different icon library, in which case you will need to customize the blade templates accordingly
Configuration
Tips are defined in lang files, e.g.,
To add a new tip, create a new entry, nested it as deeply as you like:
The code above would create a new tip identified as zappa.wisdom.snow.
Use
To use the above tip in a blade template:
To add an optional link after the tip:
Customization
The package publishes its views, css, and javascript in the conventional
vendor directories. You can safely customize the look and feel of the tips as
much as you like.
All versions of laravel-dismissible-tips with dependencies
Requiresphp Version
>=7.0 illuminate/support Version
^5.8 | ^6.0 | ^7.0 | ^8.0 | ^9 | ^10 | ^11
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 adamthehutt/laravel-dismissible-tips 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.