Laravel Community Tools by
Tighten
Laravel Versions
PHP Releases
Nova Packages
Laravel Tricks
Forge Recipes
Toggle navigation
Log in
Log in
Agli Panci
Joined:
11 years ago
Total tricks:
4
Last trick:
11 years ago
Submitted tricks
Mail
Pass variables inside the Mail function
When you need to pass some data to the Mail::send or Mail::queue, you need to make use of the "use" approach:
aglipanci
11 years ago
56024
troubleshooting
events
Mail
Multiple email server configuration
Change email configuration on the fly.
aglipanci
11 years ago
16029
4.2
Routing
Disable CSRF on specific Routes
CSRF is enabled by default on all Routes in Laravel 5, you can disable it for specific routes by modifying app/Http/Middleware/VerifyCsrfToken.php
aglipanci
11 years ago
38305
5.0
filters
Requests and Input
Image Dimensions Validation
Custom image dimensions validator for minimum height and width.
aglipanci
11 years ago
12995
5.0