secrethash / trickster
Trickster is a package for laravel that has many useful tricks that can be used for quick and easy website management.
Installs: 2 668
Dependents: 0
Suggesters: 1
Security: 0
Stars: 62
Watchers: 4
Forks: 13
Open Issues: 2
Requires
This package is auto-updated.
Last update: 2024-10-22 17:16:50 UTC
README
A Simple Extended helper functions for Laravel. Supports v5.3+ (also v5.5). Tricks that will optimize you development.
Open For Suggestions on more Tricks/Helper Functions that Laravel does not provides by default. Give your suggestions using Issue Tracking feature of GitHub and I will do my best to add them.
Upgrade Guide
To v2.3.1
- Update your published
config\trickster.php
according to the project's updatedconfig\trickster.php
.- Update your Google Finance API URL, check the config/trickster.php configuration file.
Trickster’s Tricks
1. Truncator
2. Email Validator
3. Slug Converter
4. YouTube Embed
5. Gravatar Grabber
6. Extension Splitter
7. Simple Social Analytics
8. BB Code Engine
9. Tags Sweeper
10. Time Ago
11. Cipher
12. Vimeo Video Embed
13. Video Info Grabber
14. Wikipedia Grabber
15. URL Shortener
16. Suggest
17. IP Grabber
18. Currency Converter
Why Trickster?
- Trickster is an Laravel package that makes Laravel Fun by extending the helper functions.
- Trickster provides extended Helper Functions a.k.a Tricks that makes coding with Laravel Fun.
- With Trickster inside your Laravel framework, your app will become a Gambit. :-P
Installation
Installing Trickster is easy. Just type the command:
composer require secrethash/trickster
or add this line in your composer.json
file:
"secrethash/trickster": "2.*"
Requirements
- Laravel 5.3+
- cURL
- PHP 5.4.x
Important Links
- Trickster's Documentation
- ChangeLog: To Be Added Soon