Laravel simple user CRUD app for beginners

This is a simple tutorial where you can learn how to create a Laravel application using Laravel, PHP, and MySQL. Learn how to let users register, log in, log out, create blog posts, query for only blog posts they’ve authored, and more. My motivation is to learn more about Laravel, watch tutorials, and recreate as … Read more

Install Laravel on Ubuntu 20.04

laravel-on-ubuntu-20-04-laravel

Among the web development frameworks, Laravel is always heard and is the priority of developers to improve and develop complex web applications. Since the PHP programming language is one of the best programming languages in the field of web design, Laravel is a PHP programming language framework that is provided as an open source and … Read more

How to Install Laravel on Ubuntu

Laravel installation

How to Install Laravel on Ubuntu Before we start, you’ll need to SSH into your virtual private server. Here’s a helpful tutorial to help you along! Following the steps below will walk you through the easiest way to install Laravel on Ubuntu: 1. Install Apache Web Server For Laravel to work, you’ll need Apache. It is one … Read more