About 997,000 results
Open links in new tab
  1. Installation - Laravel 10.x - The PHP Framework For Web Artisans

    If you're developing on a Mac and Docker Desktop is already installed, you can use a simple terminal command to create a new Laravel project. For example, to create a new Laravel …

  2. php - composer laravel create project - Stack Overflow

    Sep 18, 2013 · There are two simple methods for creating laravel Project. Method 1. Method 2 might require you to run one extra command. if you face 'laravel command not found' error. …

  3. Make your first Laravel project - Medium

    Oct 24, 2023 · Run the following command to create a new Laravel project: composer create-project --prefer-dist laravel/laravel your-project-name. Replace your-project-name with the …

  4. A Beginner’s Guide to Setting Up a Project in Laravel - SitePoint

    Apr 30, 2024 · To create a new, “empty” project, we can use the following terminal command: project-name should be replaced with the actual project name. This command will download …

  5. How to create a Laravel project in the current directory

    Jan 15, 2024 · composer create-project --prefer-dist laravel/laravel . This command tells Composer to create a project using the laravel/laravel package, and the period . at the end …

  6. Step by step of How to Build your First Laravel Project

    Mar 13, 2025 · Follow these steps to create your first Laravel project. Step 1: Create a Laravel Project Open your command-line tool (Terminal on macOS or Command Prompt on …

  7. How to Set Up a Laravel Project Step by Step - Medium

    Feb 5, 2025 · Run the command: composer create-project laravel/laravel project-name; Navigate to your project directory: cd project-name

  8. Create Fresh Project In Laravel - Medium

    Jan 12, 2024 · Creating a new Laravel project involves a straightforward process. First, ensure you have Composer installed, a PHP dependency manager. Additionally, install the Laravel …

  9. How to Create a New Laravel Project Quickly! - DEV Community

    Apr 29, 2025 · 🔹 Method 1: Using Composer Create-Project. composer create-project --prefer-dist laravel/laravel LoginAuth "11.*" Directly installs the specific Laravel version you mention. Good …

  10. How to create a project in Laravel 11 - PBPhpsolutions

    Dec 16, 2024 · learn how to create a project in laravel 11 from scratch. I will be explaining in a very simple way in a step-by-step process.

  11. Some results have been removed
Refresh