Laravel Community Tools by
Tighten
Laravel Versions
PHP Releases
Nova Packages
Laravel Tricks
Forge Recipes
Toggle navigation
Log in
Log in
Matt Stauffer
Joined:
8 years ago
Total tricks:
2
Last trick:
7 years ago
Submitted tricks
Configuration
Check whether the app is in a specific environment
Sometimes you want to perform a chunk of code dependent on the environment. This trick makes it easy to check against multiple environments and returns a boolean.
mattstauff...
8 years ago
3545
5.5
container
Views
Only show content before or after a given date/time
Use Carbon lt() and gt() in the view to only show certain content if it's before or after a current date/time.
mattstauff...
7 years ago
4640
blade
view data
scheduling