Tag: laravel
Laravel: Usage of old() in form when editing
Best practice to show old value when editing a form in Laravel?
What is the difference between a model and a repository
Repository actually allows you to separate your business logic from database layer (Model). Repository/Entity are…
Configure Redis with Laravel/Lumen 5.8
What is Redis Redis is a storage server that stores data in memory for very…
Connect Laravel to remote MySql DB with SSH
Quick way of connecting remote database with SSH key, will be by running SSH tunnel….
Lumen Passport Logout
If you are using LumenPassport (that is based on Laravel Passport) for user authentication, you…
Laravel 5.8: what is new?
According to Laravel official documentation, version 5.8 comes with continued improvement in framework features. Features:…
Laravel Cookies vs Javascript
Creating cookies in Laravel: Default Laravel encrypts the when using Cookie::make and decrypts when getting…
Upgrade Laravel 5.6 to 5.7 – Failed to clear cache
I upgraded my app from Laravel 5.6 to 5.7 by following official upgrade guideline. After…
Laravel composer install – Your requirements could not be resolved to an installable set of packages.
If you are running Laravel app, on Ubuntu local machine or cloud server. You might…
Resolved: forced HTTPS redirect in Homestead running Laravel app
Now a days most browsers enforce HTTPS, and this is bit of trouble in local…




