Laravel Community Tools by Tighten

Tag "5.0" tricks

75 tricks
Laravel Invisible reCAPTCHA Example – Laravel Validate Form on Submit using Google reCaptcha
dave 8 years ago 8441
Laravel 5 AJAX Pagination using JQuery Example
dave 8 years ago 5961
5.0
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... 8 years ago 6469
This example provides a quick and simple method to generate a hash for a model without saving a UUID/GUID to the database.
Donny5300 9 years ago 8262
I've written a package that allows you to connect with the last.fm API. With last.fm you can track which music you listen to. Through the API you can retrieve some cool statistics. Checkout https://github.com/barryvanveen/lastfm for the full readme and more examples.
barryvanve... 9 years ago 7005
5.0
how can access all the posts belongs to a specific tag someone please explain.
Shashank 9 years ago 6556
I am using below method to get the logs from twilio account.
ssboopathi... 9 years ago 6557
Lumen is a micro-framework built on top of Laravel. The framework is ideal for small apps and services that are optimized for speed. The most important application of the framework is to build REST APIs. This tutorial explains how REST API can be created using Lumen. https://www.cloudways.com/blog/creating-rest-api-with-lumen/
olivedev 9 years ago 7124
5.0
The following example shows an controller with a method, in which we change some values from the .env. Make sure, the entries you want to change, really exist in your .env. https://github.com/Brotzka/laravel-dotenv-editor
ramesh 9 years ago 9127
5.0