Tag: Laravel

Exploring the Power of Laravel Building Modern Web Applications Made Easy

Are you a developer looking for a versatile and robust framework to streamline your web application development process? Look no further than Laravel!  In this post, we’ll dive into the world of Laravel, exploring its features, benefits, and why it has become a go-to choice for building m...

Should You Use PHP (Laravel) in 2023

PHP has been criticized a lot in recent years and I for one haven't been the biggest of fans, not at all actually, so I think that this article will have no biased opinions as I'd like to discuss is PHP and more specifically the Laravel framework so bad. A Little Background To begin wi...

VSCode for PHP and Laravel

This post should help you setup Visual Studio Code to use for PHP and Laravel development. It it a solid base configuration that can be expanded upon using additional workspace specific configurations. I will cover the best extensions to use as well as some helpful configuration settings and externa...

KICKSTART YOUR LARAVEL JOURNEY!!

Hello Ladies and Gentlemen, it’s time to setup our environment and start building beautiful websites using Laravel. To run Laravel on your local machine, you’ll be needing the following software/tools, XAMPP (Version > 8.1) Since Laravel is a PHP framework, you need a PHP int...

HTTPS Inter-Service Connectivity with Laravel Herd

Laravel Herd is an amazing tool, providing the advantages of being preconfigured and thus unaffected by local configurations while not coming with the (mental) overhead of a docker setup. But, as with all new things, there is issues you run into when you are deep into edge cases. For example, w...

How to install Laravel project you cloned from Git

Laravel is a powerful php framework and as its slogan says it is ‘The PHP Framework for Web Artisans’. If you forgot steps or commands during the installation of your Laravel projects, this tutorial is for you. Here is a guide to install a Laravel project on a Linux or windows...