This function will get the height of the img and resize the right column accordingly.
jQuery(document).ready(function( $ ){ $(window).on('ready load resize', function(){&nb...
In order to use custom authentication you can add all custom authentication by overriding the authenticated() method in the illuminate\foundation\auth\AuthenticatesUsers.php
Create the custom...
DOES NOT WORK IN L5.4
Copy the function sendResetLinkEmail() from illuminate\Foundation\Auth\SendsPasswordResetEmails.php and place it in your ForgotPasswordController.php this will over...
When trying to get the default Laravel Authentication up and running I ran into this error.
'Illuminate\Database\QueryException' with message 'SQLSTATE[42000]: Syntax error or access violation: 1071...
I kept running into the error below and finally found a useful post on Laracasts website.
Turn off your antivirus if you are developing locally!
laravel stream_socket_enable_...
Open a cmd prompt as an admin: 4
mklink /D C:\LinkToFolder C:\Users\Name\OriginalFoldermklink /D F:\laragon\www\derekbliss2\public_html\storage F:\laragon\www\derekbliss2\laravelapps\storage\app\publ...