Laravel Community Tools by Tighten

Tag "patterns" tricks

39 tricks
Title : Access Control Allow Origin http set Headers Site Name : http://live24u.com/ URL : http://live24u.com/access-control-allow-origin-http-set-headers/ Live Example : http://live24u.com/tutorial/ 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”.
live24u 8 years ago 7398
Laravel Invisible reCAPTCHA Example – Laravel Validate Form on Submit using Google reCaptcha
dave 8 years ago 8440
This changed because before when using as and prefix in the same route would append both of them to your route name, so the prefix appending dropped in place of the as.
baqirfaroo... 9 years ago 6225
If you need to sprinkle in some caching without building a bunch of Repositories. I've found this base Model and Service Provider very helpful. For updates: https://gist.github.com/danrichards/de22efa41b533d81fa1ec15f42cf64f5
danrichard... 9 years ago 9606
if you need to make a single ton class and you need to access that in your whole application do that in laravel 5
wasiqaftab 10 years ago 7621
There are three components to generating a Facade: 1 - The wanna be Facade Class, (the class that needs to become a facade). 2 - The Facade required Class, (which tells Laravel which registered class it pertains to) 3 - A Service Provider, (which registers the Facade class in the App container)
Mahmoudz 10 years ago 7528
Playing with Laravel Lumen: simple RESTful trait.
beanmoss 10 years ago 8208
//laravel 5 make migration
doguhan 11 years ago 16858
Route tanımlanan URI için, Closure aktarılacak değerlerin sınıflandırılması konusundaki desenler...
doguhan 11 years ago 7957