Laravel Community Tools by Tighten

Popular tricks

458 tricks
storing cache date using file driver in 5.1
PunnaRao 10 years ago 6776
5.0
Perform pattern based CSRF filter on all post, put, patch, and delete requests. Just add this code snippet at the top of routes.php
Illusion 12 years ago 6702
This is how to add a Foreign Keys in the Migration.
Mahmoudz 11 years ago 6771
I am using below method to get the logs from twilio account.
ssboopathi... 9 years ago 6722
how can access all the posts belongs to a specific tag someone please explain.
Shashank 9 years ago 6709
View composers are nice but they have some problems accocsiated with them. 1- you never know where the data is coming from when you look at your html 2- They offer no easy way of caching the result. You can use the "widget pattern" to have much better performance and structure in your apps + many more bonuses ! :)
imanghafoo... 9 years ago 6666
I've developed a new package for translation handling. It works with Larvels default translation loader. You can export your translation files via artisan command to database. After translating all files you can simply reimport them from the database. The reimport creates all needed language folders and translation files for you. All you have to do is set the parameter "available_locales" in your config/app.php file. This way you can focus on one language in your dev environment. In production you export your default language, translate it and reimport it. All done with two artisan commands. See more under https://github.com/Brotzka/Laravel-Translation-Manager
Brotzka 8 years ago 6577
We are Web Technology Experts and Team who provide you very Important information on Web Development information, Interview Questions and Answers, live project problem solution and their solution and online free tutorials – “live24u.com”. http://live24u.com/tutorial/searching-sorting-and-pagination-using-angularjs.php
live24u 9 years ago 6559
First, add the jquery library in your template then write jQuery code for pagination. https://bit.ly/2EVAMO1
haruncpi 6 years ago 6544