PHP7 infographic https://www.zend.com/en/resources/php7_infographic
Hello, i noticed that if you leave the login page open for x minuets and then you try to log-in, you...
Hello.....i am trying to show the L5 validation errors using ajax + toastr notifications..... It is...
hello, i am trying to run an eloquent query with the PHP DateDiff() function... This works $sql = &q...
i am trying to do something very simple. Just create a user via an ajax post request UserController....
how do you store the values on the database? this is a laravel example: http://laravel.com/docs/html...
I use 1and1. Make sure you point your domain to the public folder. this is my htaccess file <IfMo...
also.... <button href="#" type="button" onClick="return confirmChange(...
I am not familiar with the Zizaco's entrust package. My guess is that you might have a USERS table a...
Use roles. @if ( Auth::user()->role == "admin" || $post->created_by == Auth::user()-...
The Laravel portal for problem solving, knowledge sharing and community building.