Laravel Community Tools by Tighten

Tag "5.0" tricks

75 tricks
storing cache date using file driver in 5.1
PunnaRao 10 years ago 6625
5.0
gmail sending using smtp in laravel
PunnaRao 10 years ago 6817
I made a filter for Laravel 5.0 , you can redirect non-www URLs to www URL and you don't need to write any difficult htaccess codes . Just put the filter in routes.php and use it for any Routes you want them to be with WWW . This snipped code is made by www.larabook.ir
hpakdaman 10 years ago 16631
1. create two route files routes.web.php and routes.api.php. 2. edit the RouteServiceProvider.php file to look like the code below: (Note: you can add as many routes as you want, just follow the same logic.)
Mahmoudz 10 years ago 42719
5.0
with this code you can test all get page without params (index,create,etc...)
d3v2a 10 years ago 14624
You can see SQL Query of your DB table on Laravel App, by Event listener.
ahaneef29 10 years ago 8230
A couple of view creators that inject variables or text into views
davestewar... 10 years ago 7213
I'm having a porblem trying to solve this error.. anyone encountered this beforre?
dnates2014 10 years ago 7155
symply dont register unessecary route you dont have to use facade, $router instance is set by the function in route provider with config cached and files compiled i get app booted in ~30ms vs ~50 on my dev server
d3v2a 10 years ago 8847
5.0