Hi, new tutorials on upcoming Laravel 4.3 are available on codeheaps.com: Laravel 4.3: New Awesome...
##What is guardian? Guardian package for Laravel provides an easy interface to manage Role Based Acc...
OK, normaly to set an active class i do it like this: <li class="{{ (strpos(URL::current(),...
yes you can do it with eloquent, here is a simple example: $post = new Post(); $post->title='nice...
@tzookb https://github.com/mewebstudio/Purifier
antoniofrignani said: @usm4n the op is talking about sql injections, you are talking about XSS. Ye...
The Laravel portal for problem solving, knowledge sharing and community building.