PostsProjectsAbout
Posts
Composer (2) DigitalOcean (1) Docker (6) Git (2) Ionic (1) Laravel (6) Let's Encrypt (1) Namecheap (1) Nginx (6) Node.js (1) Nuxt (1) PHP (9) PM2.IO (1) Redis (1) SSH Key (2) Visual Studio Code (2) Vue.js (1) WSL (4) Xdebug (2)
Composer
Sunday, May 11, 2025Creating a new Laravel project
LaravelComposerPHP

This guide outlines the steps to create a new Laravel project by installing the necessary PHP extensions, using Composer to generate the project, and starting the local development server.

Friday, May 9, 2025How to install Composer
ComposerPHP

This guide explains how to install Composer by downloading the installer, verifying its hash, and adding it to the system's PATH to make the composer commands available globally.