Introducing Laravel: Part 1 – Installation and Setup

In this introductory series we’ll take a look at the PHP framework that Assortment is built on – Laravel – starting with the installation and setup.

Similar

Laravel Livewire Shopping Cart Demo

We will venture into the implementation of a shopping cart, which involves a product catalog, addition and removal to cart functionalities, and a simple checkout. The main objective is to understand how Laravel Livewire works and the most important charac... (more…)

Read more »

Using Redis with Laravel Framework

Redis is an in-memory data structure project implementing a distributed, in-memory key-value database, and using it with a framework like Laravel to store data that will be mostly read and won't change multiple times can significantly increase speed of fe... (more…)

Read more »