Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
NotificationsYou must be signed in to change notification settings

jasonlbeggs/laravel.com-next

Repository files navigation

This is the source of the officialLaravel website.

Local Development

If you want to work on this project on your local machine, you may follow the instructions below. These instructions assume you are serving the site using Laravel Valet out of your~/Sites directory:

  1. Fork this repository
  2. Open your terminal andcd to your~/Sites folder
  3. Clone your fork into the~/Sites/laravel folder, by running the following commandwith your username placed into the {username} slot:
    git clone git@github.com:{username}/laravel.com laravel
  4. CD into the new directory you just created:
    cd laravel
  5. Run thesetup.sh bin script, which will take all the steps necessary to prepare your local install:
    ./bin/setup.sh

Torchlight Integration

This project relies on Torchlight for syntax highlighting. You will need to create an account attorchlight.dev and generate a free personal token for use in this project. Once generated, add your token to your .env file:

TORCHLIGHT_TOKEN=your-torchlight-token

Syncing Upstream Changes Into Your Fork

ThisGitHub article provides instructions on how to pull the latest changes from this repository into your fork.

Updating After Remote Code Changes

If you pull down the upstream changes from this repository into your local repository, you'll want to update your Composer and NPM dependencies, as well as update your documentation branches. For convenience, you may run thebin/update.sh script to update these things:

./bin/update.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors106


[8]ページ先頭

©2009-2025 Movatter.jp