Move NavBar Items on Right with Bootstrap 4
Since with Bootstrap 4 a lot has changed and many of the functionality will not work the way it used to work with Bootstrap 3. With Bootstrap 3 to move Nav...
How to Copy Table Row in Laravel and Replicate
This simple article demonstrates of How to Copy Table Row in Laravel.
I came across a problem where in I had to make the exact copy of the Eloquent M...
Requirements
PHP 7.2 or greater
MySQL 5.6 or greater OR MariaDB 10.0 or greater
The mod_rewrite Apache module
HTTPS support
The above are the official requirements for a system to ins...
Deploy Laravel Application on Shared Hosting
In this tutorial, I will demonstrate the steps involved to deploy Laravel Application on Shared Hosting. I am demonstrating the steps on Hostgator.
The...
Fix for : Access denied for user 'homestead'@'localhost'
You are here because you are working on a Laravel Project and on Opening of the project web page you see this error.
[Illuminate\Database\Que...
Error: No Application Encryption Key has been Specified in Laravel 5
production.ERROR: No application encryption key has been specified. {"exception":"[object] (RuntimeException(code: 0): No applicat...
Upload Laravel Project to Git
So you are now ready with your Laravel Application and you are looking forward to upload laravel project to git (bitbucket) to share it with your teammates or clients....
Often in your projects you will come across a requirement of converting your view file into PDF. In this article we will cover a tutorial on how we can easily convert view file into PDF using NitMedia...
With Laravel 5.5 It is extreemly easy to create custom Error Pages.
For example if you wish to customize your 404 Status Code Error Page.
Create a new file resources / views / errors / 404.blade...
Laravel Redirect If Authenticated
Laravel's out the box authentication system does provide customization to change the redirect path after the user log's in.
You can adjust the redirectTo Path in...