Libraries tagged by inserttag
ethitter/automatically-paginate-posts
3 Downloads
Automatically paginate posts by inserting the `` Quicktag.
ethanjohnstone/silverstripe-shortcodes
14 Downloads
Adds shortcodes for inserting YouTube and Vimeo videos.
eddytim/auditlog
248 Downloads
Library for inserting and fetching audit logs easily and sending alert to user
zazama/silverstripe-adminbar
15 Downloads
Show an admin bar by inserting $ShowAdminBar into template
rsclg/tiny-mce-triathlon-icons
20 Downloads
Special TinyMCE plugin that adds a button for inserting triathlon icons.
laravel-macros/eloquent-insert-as-model
4 Downloads
Add `insertAsModel` macro to Eloquent Builder. Unlike `insert`, `insertAsModel` method will ensure that all inserted values will go through models' casts and mutators.
cliffparnitzky/tiny-mce-emoticons
3696 Downloads
Special TinyMCE plugin that adds a button for inserting smiley images.
adamthehutt/laravel-unique-bigint-ids
1704 Downloads
This allows for the generation of sequential IDs that can be created before inserting into the database and are virtually (but not totally) guaranteed to be globally unique for the app. Additional benefits come from generating IDs before DB persistence, which streamlines code for, e.g., attaching related records.