Laravel Community Tools by Tighten

Category "Views" tricks

71 tricks
This code snippet overrides DuskTestCase->createBrowsers method to allow HTML elements count assertion
nezarfadle 8 years ago 9109
X-editable allows you to create editable elements on your page. It can be used with any engine (bootstrap, jquery-ui, jquery only) and includes both popup and inline modes. Let's have a quick look at implementing this in Laravel apps.
baqirfaroo... 9 years ago 13138
cannot end a section without first starting one in new Laravel 5.3
shahmir811 9 years ago 11346
Simple breadcrumb which does not require anything more than a blade. Clone it from github [https://github.com/sina-rzp/laravel-simple-breadcrumb].
sina-rzp 9 years ago 7498
Relationship in laravel
Darshan Ma... 9 years ago 8479
Angular js With laravel blade file
Darshan Ma... 9 years ago 7327
Laravel in check user role after redirect view blade file...
Darshan Ma... 9 years ago 6688
Learn how to make a function to easily test which menu items should be marked as active depending on which page you are currently viewing in your browser. Add class of active to bootstrap menu items on different pages. Wherever you need to apply an active class ( or any other class ) in order to make a menu item active depending on which page you are currently viewing, or for any other sort of functionality you might need, this is the way you can do it with Laravel ( or plain PHP just a bit differently ) Watch the video on how to do it https://www.youtube.com/watch?v=E1oit3sd-7k
Novica89 10 years ago 8838
With this trick we add custom queries in the laravel paginator.
Hoosk 10 years ago 6970