Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

Sheik Hazrin Bin Sheik Othman
Sheik Hazrin Bin Sheik Othman

Posted on

     

3 Easy Steps Before Getting Started with Laravel Jetstream

This is my first tries to develop applications using the Laravel framework. As for beginner, I just refer to the officialLaravel Website. Just for general information :

  • Laravel is the PHP framework,
  • a web application framework,
  • developed 2011 byTaylor Otwell.

The 3 Easy Steps is

Let's Get It Started

Eat-Sleep-Code-Repeat
Photo byRoman Synkevych onUnsplash

STEP 1: Install PHP for Windows 10

  • Download PHP fromphp.net. For Windows please download PHP 7.4.11Current Stable.
  • After complete download, unzip the file into your computer. Examplec:\php\ orc:\php-sdk\
  • Edit the System Environment Variables in your computer. Just add a new path for PHP environments. Type or browsec:\php
  • To refreshing environment variables from the registry in cmd.exe, typerefreshenv.
  • Open cmd.exe and to test your PHP in your environments. Typephp -?

STEP 2: Install Composer (A Dependency Manager for PHP)

  • Download the Composer installationfile
  • RunComposer-Setup.exe.
  • After complete. Open cmd.exe and to test your Composer in your environments. Typecomposer -?

STEP 3: Install Laravel

  • Download the Laravel installer using Composer
  • Open cmd.exe and typecomposer global require laravel/installer and press enter.
  • After complete installed. You can use laravel new command and create a fresh Laravel installation in the directory you specify

Example:

  1. laravel new blog
  2. composer create-project --prefer-dist laravel/laravel blog

Complete & Congrat:

3 Easy Steps before getting started with Laravel Jetstream
Complete-and-Congrat
Photo byEilis Garvey onUnsplash

Next:

Getting Started With Laravel Jetstream

Top comments(0)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

Startup, coder, certificates trainer, it consultant
  • Location
    Malaysia
  • Work
    Developer at Rt
  • Joined

More fromSheik Hazrin Bin Sheik Othman

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp