Laravel Community Tools by Tighten

Category "Views" tricks

71 tricks
Blade X is cool features in Laravel 7. To know more feature in Laravel 7 visit: http://bit.ly/laravel7
haruncpi 6 years ago 7963
Make a sitemap for your laravel blog site. Posted on https://bit.ly/36v9Elp
haruncpi 6 years ago 6697
Blade Directive to show content on/after given date
sarfraznaw... 6 years ago 7697
for software different features and set Feature On/Off
saeedvir 6 years ago 10200
There are not any option to disable view cache in Laravel but in windows you can use following .bat file out of box and in other OS's you can do something similar...
tuytoosh 6 years ago 11828
If your need usage DataTable with default configurations for many pages, do you can create your 'setter' for default table elements.
sr2ds 7 years ago 9716
Instead of always having to include the button to open the modal, create the modal and all its contents, you can dynamically create the modal and load the route of the content you want to open in a very simple way. This allows you to still display the ever updated data without much effort in editing cases.
sr2ds 7 years ago 14732
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 4633
Sometimes you need to want tables columns as array while you editing the data, this will return a columns as array.
decipher 7 years ago 4389