Skip to content

Doro97/Laravel-Setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Laravel-Setup

Step by step process to setup laravel 10 Ensure that your local machine has PHP and Composer installed.

Topics :

  1. Create a New Project
  2. Introduction to Routes

1. Create a new project

a. Create a new Laravel project via the Composer create-project command: * composer create-project laravel/laravel project-name

b. Create new Laravel projects by globally installing the Laravel installer via Composer * composer global require laravel/installer * laravel new example-appc

2. Introduction to Routes

About

Step by step process to setup laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages