1 / 2

How to run a Laravel project on git

For the full article visit https://www.aleaitsolutions.com/how-to-run-a-laravel-project-on-git/

Télécharger la présentation

How to run a Laravel project on git

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. How to run a Laravel project on git As we all know what’s the importance of github in today’s world. we dont have to be worried about many things in our code base if we are using github. Today we will show you how you can connect laravel project with github and start a brand new workflow. There are few steps that you have to follow : Step 1 Make a brand new laravel project with these simple steps you can create a new laravel project Composer global require laravel/installer Laravel new example-app cd example-app php artisan serve so these are the 4 steps to create new laravel project. Please follow the link below for more understanding https://laravel.com/docs/8.x/installation

  2. Step 2 Install git in your machine click on the below link and download the selected git for your machine as per the requirement https://git-scm.com/downloads The page looks something like this Read full article on AleaIT Solutions or Click here

More Related