laravel
Laravel

How to use Laravel Encryption

Laravel Programming encrypter uses  Open Secure Sockets Layer (SSL). It uses the AES-256 and AES-128 encryption Architecture for communication throw the client request and server response. encrypted values are signed using a message authentication code (MAC). Configuration You Must set a key option in your config/app.php configuration file You should use the php artisan key: […]

Laravel7.18
Laravel Lists

What’s New Coming to laravel V7.18

Laravel is a free open-source PHP programming framework developed by Taylor Otwell. It Packages Based on Symfony. Laravel Uses the MVC (Model, View, Controller ) Pattern on architectural design. The Latest Laravel released Version 7.18 With the improvement of an HTTP client middleware method and view component attribute updates, along with the latest new features, […]