First create an Iam user and use the below poicy.  {     "Version": "2012-10-17",     "Statement": [         {           &nbs...

Validate an array from a laravel dropdown:   'purpose_list'  => 'required|array|min:1',

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...

I found this little app that can show folder size when trying to find bloated folders to delete. https://www.jam-software.com/treesize_free/    

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...

There is a fork of https://github.com/jarektkaczyk/eloquence that works with L5.4 here https://github.com/ortic/eloquence   This will add search to L5.4

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...