Laravel

How to Search Encrypted records in Laravel

How to Search Encrypted records in Laravel

There are times when you are supposed to code a functionality that will require you to Search Encrypted records in Laravel. I have been involved in a Medical project where it is required to encrypt...

May 10, 2018 · Tushar
Test All User Authentication Using Laravel Dusk

Test All User Authentication Using Laravel Dusk

I have been experimenting with Laravel Dusk and it's powerful package for the Laravel application Browser testing. Recently I have been involved in a Laravel Application Migration to a new version,...

May 09, 2018 · Tushar
Config Laravel to run phpunit test with SQLite Database

Config Laravel to run phpunit test with SQLite Database

This is a straightforward How to Config article if you are looking to test your unit and feature lest in Laravel with phpunit along with SQLite Database. Following are the steps.   Open...

Apr 30, 2018 · Tushar
Best Resources to Learn Laravel

Best Resources to Learn Laravel

I have been working with the Laravel Framework for over more than Three years and I still consider myself a beginner in it because there is much that can be done with this framework. And with the rele...

Apr 21, 2018 · Tushar
Example of Form Submission with Validation in Laravel

Example of Form Submission with Validation in Laravel

In this tutorial we will go over the demonstration of Form Submission with Validation in Laravel. This tutorial specifically looks into the Form Submission and Insert into the database aspect. If ins...

Apr 06, 2018 · Tushar