Download the PHP package craigzearfoss/bullets without Composer
On this page you can find all versions of the php package craigzearfoss/bullets. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download craigzearfoss/bullets
More information about craigzearfoss/bullets
Files in craigzearfoss/bullets
Package bullets
Short Description Add bullet points to Laravel 5.1 Eloquent models.
License MIT License
Informations about the package bullets
Bullets for Laravel 5
This package allows you to attach bullet points to an Eloquent model in Laravel 5.
Composer Install
It can be found on Packagist. The recommended way is through composer.
Edit composer.json
and add:
And install dependencies:
If you do not have Composer installed, run these two commands:
Install and then Run the migrations
Find the providers
array key in config/app.php
and register the Bullets Service Provider.
Run the migration to create the bullets
table.
Configuration
In your model add the BulletableTrait.
Usage
To fetch the bullets for your model:
To sync the bullets for your model when storing or updating:
To add the bullets for your model to you forms blade templates:
-
Add the form select element.
-
Add select.js to your layout.
-
Add the following to your css for the form element. This makes the bullet select list items have a width of 100%.
- Add the following JavaScript to the form page.
- To display the bullets for your model in a blade template:
Changelog
Support
Please open an issue on GitHub
Contributor Code of Conduct
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
License
Bullets is released under the MIT License. See the bundled LICENSE file for details.