Laravel Community Tools by Tighten

Tag "macros" tricks

23 tricks
With this trick, you can validate bank IBAN and get the bank information using IBANAPI service. To start, you will need to get a free API key from here https://ibanapi.com/get-api Then you can install the package using this command ``composer require ibanapi/api``
ibanapi 4 years ago 27678
As I will cover this Post with live Working example to develop how to save ckeditor content in mysql database, so the Laravel ckeditor display raw data in the database and post form is used for this example is following below.
pakainfo-c... 5 years ago 8677
Laravel macro is a cool feature for extending the laravel core classes. http://bit.ly/laravel-macro
haruncpi 6 years ago 6888
This function will allow you to use human readable strings in place of integers when defining a time in seconds for caching, delays in jobs etc.
robjbrain 8 years ago 5146
Hello there! How to do Excel file validation in laravel? In Laravel you can use validate the file upload with extension using After Hooks. Read more from https://laravel.com/docs/5.5/validation#after-validation-hook
decipher 8 years ago 13277
This helper will helps you to serve the assets which is last updated by the server. The Main aim of this helper to eliminate the cache of the assets we updated in server.
decipher 8 years ago 5261
How to disable any ip from accessing your laravel app? Here is the solution. 1) Create Middleware "IPRestrictMiddleware". 2) Paste the code inside handle function. 3) Register the middleware in kernel function. 4) add the registered middleware in routes in order to restrict the access.
decipher 8 years ago 5364
Chunk collections by percentages
jamosaur 10 years ago 6879
Hi, I got the example by Dastan Turysbekov (http://laravelsnippets.com/snippets/menu-activated) and changed a little bit. It's a simple Macro to use with Active Menu. You can use parameters and attributes as well.
marcelofer... 11 years ago 9942