Laravel

Laravel is a free, open-source PHP web framework for building web applications. It is designed to make common web development tasks, such as routing, authentication, and caching, easier and more efficient. Laravel is built on top of several other open-source libraries, and offers a range of features and tools for building modern, scalable, and maintainable web applications. It is widely used by developers around the world and has a large and active community.

Laravel encryption considerations.

Introduction Laravel offers a straightforward approach to data encryption, providing developers with robust tools such as Encrypted Casting and the Crypt facade. Utilizing powerful algorithms like AES-256-CBC and AES-128-CBC. Laravel ensures the protection

Laravel Valet 504 Gateway Time-Out

I recenly started gettting 504 from Laravel app using valet had some issues while debugging it. Basically it boils down to NGINX. Go to ~/.config/Valet/nginx/Sites Add these values to your

Install Magento 2 with Nginx on Laravel Forge

Here's to do it. * Create site at Laravel Forge control panel * set web directory to /pub * ssh into your server * get Magento via composer composer create-project --repository-url=https://repo.magento.com/