プロジェクト作成 - HirokatsuIino/laravel_sample GitHub Wiki
Last login: Fri May 29 17:40:16 on ttys005
The default interactive shell is now zsh.
To update your account to use zsh, please run chsh -s /bin/zsh.
For more details, please visit https://support.apple.com/kb/HT208050.
HirokatsuIinonoMacBook-Pro:~ hirokatsuiino$ cd /Users/hirokatsuiino/IdeaProjects
HirokatsuIinonoMacBook-Pro:IdeaProjects hirokatsuiino$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Warning: The Ruby Homebrew installer is now deprecated and has been rewritten in
Bash. Please migrate to the following command:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
==> This script will install:
/usr/local/bin/brew
/usr/local/share/doc/homebrew
/usr/local/share/man/man1/brew.1
/usr/local/share/zsh/site-functions/_brew
/usr/local/etc/bash_completion.d/brew
/usr/local/Homebrew
==> The Xcode Command Line Tools will be installed.
Press RETURN to continue or any other key to abort
==> Searching online for the Command Line Tools
Password:
==> /usr/bin/sudo /usr/bin/touch /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress
==> Installing Command Line Tools for Xcode-11.5
==> /usr/bin/sudo /usr/sbin/softwareupdate -i Command\ Line\ Tools\ for\ Xcode-11.5
Software Update Tool
Downloading Command Line Tools for Xcode
Downloaded Command Line Tools for Xcode
Installing Command Line Tools for Xcode
Done with Command Line Tools for Xcode
Done.
==> /usr/bin/sudo /bin/rm -f /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress
==> /usr/bin/sudo /usr/bin/xcode-select --switch /Library/Developer/CommandLineTools
==> Downloading and installing Homebrew...
remote: Enumerating objects: 30, done.
remote: Counting objects: 100% (30/30), done.
remote: Compressing objects: 100% (17/17), done.
remote: Total 30 (delta 16), reused 25 (delta 13), pack-reused 0
Unpacking objects: 100% (30/30), done.
From https://github.com/Homebrew/brew
0b0bf60ad..8a5e32ccc  master     -> origin/master
* [new tag]             2.3.0      -> 2.3.0
HEAD is now at 8a5e32ccc Merge pull request #7663 from MikeMcQuaid/external-man
Updated 3 taps (homebrew/core, homebrew/cask and homebrew/services).
==> Updated Formulae
icu4c ✔              chakra               gdal                 libmspub             nss                  postgresql           terragrunt
imagemagick@6 ✔      circleci             git-absorb           libopenmpt           ocrmypdf             postgresql@10        twarc
node ✔               couchdb              gjs                  libphonenumber       onnxruntime          postgresql@11        urweb
php ✔                cromwell             harfbuzz             librsvg              openrct2             prestosql            vault
sqlite ✔             dbhash               helmfile             libtrace             operator-sdk         protobuf             vim
acpica               debianutils          hfstospell           libvisio             ospray               puzzles              vips
annie                deno                 hlint                liquigraph           pandoc-crossref      rav1e                vte3
artifactory          diff-pdf             imagemagick          mapnik               passenger            re-flex              watson
ask-cli              dwdiff               jenkins-job-builder  mavsdk               pazpar2              redis                widelands
atlantis             efl                  jenkins-lts          maxwell              pdfpc                ripgrep              yaz
babel                evince               jupyterlab           minikube             pdftoipe             sile                 zebra
balena-cli           exploitdb            kyma-cli             monero               [email protected]              solr                 zenith
bitwarden-cli        fcct                 latexdiff            mpd                  [email protected]              [email protected]             znc
boost                firebase-cli         lazydocker           mu                   picard-tools         sqldiff              zorba
borgmatic            fluent-bit           lerna                ncdu                 planck               sqlite-analyzer
broot                fonttools            libcdr               ncmpcpp              plantuml             stellar-core
bup                  freeling             libfreehand          node-sass            pnpm                 stress-ng
cake                 gatsby-cli           libical              node@10              polynote             tarantool
cartridge-cli        gauge                liblcf               node@12              poppler              tectonic
==> Updated Casks
adguard                       copyq                         ipe                           mkvtoolnix                    syntax-highlight
airflow                       cryptomator                   itubedownloader               monero-wallet                 tableau
airfoil                       cycling74-max                 jami                          netron                        tableau-public
arq                           eagle                         jetbrains-toolbox             notable                       tableau-reader
axure-rp                      electron-cash                 kext-updater                  omnifocus                     tandem
bartender                     feishu                        lando                         onyx                          teamdrive
bitwarden                     free-download-manager         lark                          opensesame                    ultimate
blitz                         geogebra                      local                         pingplotter                   vmware-fusion
brave-browser                 gingko                        localdev                      refined-github-safari         wickrme
c0re100-qbittorrent           glance                        lyricsx                       retroarch                     wordpresscom
carbon-copy-cloner            google-earth-pro              macs-fan-control              retroarch-metal               youku
chromium                      grandtotal                    marvin                        screen
clipgrab                      hubstaff                      mblock                        shift
clover-configurator           insomnia-designer             metabase                      silentknight
cookie                        intelliscape-caffeine         miniconda                     softorino-youtube-converter
==> Installation successful!
==> Homebrew has enabled anonymous aggregate formulae and cask analytics.
Read the analytics documentation (and how to opt-out) here:
https://docs.brew.sh/Analytics
No analytics data has been sent yet (or will be during this install run).
==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
https://github.com/Homebrew/brew#donations
==> Next steps:
- Run brew help to get started
- Further documentation: 
https://docs.brew.sh
HirokatsuIinonoMacBook-Pro:IdeaProjects hirokatsuiino$ 
HirokatsuIinonoMacBook-Pro:IdeaProjects hirokatsuiino$ 
HirokatsuIinonoMacBook-Pro:IdeaProjects hirokatsuiino$ 
HirokatsuIinonoMacBook-Pro:IdeaProjects hirokatsuiino$ brew -v
Homebrew 2.3.0
Homebrew/homebrew-core (git revision 32f79; last commit 2020-05-31)
Homebrew/homebrew-cask (git revision 9ab2f2; last commit 2020-05-31)
HirokatsuIinonoMacBook-Pro:IdeaProjects hirokatsuiino$ Homebrew 2.3.0
-bash: Homebrew: command not found
HirokatsuIinonoMacBook-Pro:IdeaProjects hirokatsuiino$ composer -v
______
/ ____/___  ____ ___  ____  ____  ________  _____
/ /   / __ \/ __ __ / __ / __ / / _ / / / // // / / / / / / // / // (__  )  / / _/_// // // ./_/_/___// // Composer version 1.10.6 2020-05-06 10:28:10`
Usage:
command [options] [arguments]
Options:
-h, --help                     Display this help message
-q, --quiet                    Do not output any message
-V, --version                  Display this application version
--ansi                     Force ANSI output
--no-ansi                  Disable ANSI output
-n, --no-interaction           Do not ask any interactive question
--profile                  Display timing and memory usage information
--no-plugins               Whether to disable plugins.
-d, --working-dir=WORKING-DIR  If specified, use the given directory as working directory.
--no-cache                 Prevent use of the cache
-v|vv|vvv, --verbose           Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
Available commands:
about                Shows the short information about Composer.
archive              Creates an archive of this composer package.
browse               Opens the package's repository URL or homepage in your browser.
cc                   Clears composer's internal package cache.
check-platform-reqs  Check that platform requirements are satisfied.
clear-cache          Clears composer's internal package cache.
clearcache           Clears composer's internal package cache.
config               Sets config options.
create-project       Creates new project from a package into given directory.
depends              Shows which packages cause the given package to be installed.
diagnose             Diagnoses the system to identify common errors.
dump-autoload        Dumps the autoloader.
dumpautoload         Dumps the autoloader.
exec                 Executes a vendored binary/script.
fund                 Discover how to help fund the maintenance of your dependencies.
global               Allows running commands in the global composer dir ($COMPOSER_HOME).
help                 Displays help for a command
home                 Opens the package's repository URL or homepage in your browser.
i                    Installs the project dependencies from the composer.lock file if present, or falls back on the composer.json.
info                 Shows information about packages.
init                 Creates a basic composer.json file in current directory.
install              Installs the project dependencies from the composer.lock file if present, or falls back on the composer.json.
licenses             Shows information about licenses of dependencies.
list                 Lists commands
outdated             Shows a list of installed packages that have updates available, including their latest version.
prohibits            Shows which packages prevent the given package from being installed.
remove               Removes a package from the require or require-dev.
require              Adds required packages to your composer.json and installs them.
run                  Runs the scripts defined in composer.json.
run-script           Runs the scripts defined in composer.json.
search               Searches for packages.
self-update          Updates composer.phar to the latest version.
selfupdate           Updates composer.phar to the latest version.
show                 Shows information about packages.
status               Shows a list of locally modified packages, for packages installed from source.
suggests             Shows package suggestions.
u                    Upgrades your dependencies to the latest version according to composer.json, and updates the composer.lock file.
update               Upgrades your dependencies to the latest version according to composer.json, and updates the composer.lock file.
upgrade              Upgrades your dependencies to the latest version according to composer.json, and updates the composer.lock file.
validate             Validates a composer.json and composer.lock.
why                  Shows which packages cause the given package to be installed.
why-not              Shows which packages prevent the given package from being installed.
HirokatsuIinonoMacBook-Pro:IdeaProjects hirokatsuiino$ 
HirokatsuIinonoMacBook-Pro:IdeaProjects hirokatsuiino$ 
HirokatsuIinonoMacBook-Pro:IdeaProjects hirokatsuiino$ laravel -v
-bash: laravel: command not found
HirokatsuIinonoMacBook-Pro:IdeaProjects hirokatsuiino$ 
HirokatsuIinonoMacBook-Pro:IdeaProjects hirokatsuiino$ 
HirokatsuIinonoMacBook-Pro:IdeaProjects hirokatsuiino$ composer global require "laravel/installer"
Changed current directory to /Users/hirokatsuiino/.composer
Using version ^3.1 for laravel/installer
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
Generating autoload files
9 packages you are using are looking for funding.
Use the composer fund command to find out more!
HirokatsuIinonoMacBook-Pro:IdeaProjects hirokatsuiino$ export PATH="$PATH:/Users/hirokatsuiino/.composer/vendor/bin"
HirokatsuIinonoMacBook-Pro:IdeaProjects hirokatsuiino$ source ~/.bash_profile
HirokatsuIinonoMacBook-Pro:IdeaProjects hirokatsuiino$ laravel -v
Laravel Installer 3.1.0
Usage:
command [options] [arguments]
Options:
-h, --help            Display this help message
-q, --quiet           Do not output any message
-V, --version         Display this application version
--ansi            Force ANSI output
--no-ansi         Disable ANSI output
-n, --no-interaction  Do not ask any interactive question
-v|vv|vvv, --verbose  Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
Available commands:
help  Displays help for a command
list  Lists commands
new   Create a new Laravel application
HirokatsuIinonoMacBook-Pro:IdeaProjects hirokatsuiino$ laravel new laravel_sample
Crafting application...
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Package operations: 92 installs, 0 updates, 0 removals
- Installing doctrine/inflector (2.0.3): Downloading (100%)         
- Installing doctrine/lexer (1.2.1): Loading from cache
- Installing dragonmantank/cron-expression (v2.3.0): Loading from cache
- Installing voku/portable-ascii (1.5.1): Downloading (100%)         
- Installing symfony/polyfill-ctype (v1.17.0): Loading from cache
- Installing phpoption/phpoption (1.7.3): Loading from cache
- Installing vlucas/phpdotenv (v4.1.6): Downloading (100%)         
- Installing symfony/css-selector (v5.0.8): Downloading (100%)         
- Installing tijsverkoyen/css-to-inline-styles (2.2.2): Loading from cache
- Installing symfony/polyfill-mbstring (v1.17.0): Loading from cache
- Installing symfony/var-dumper (v5.0.8): Downloading (100%)         
- Installing symfony/routing (v5.0.8): Downloading (100%)         
- Installing symfony/process (v5.0.8): Loading from cache
- Installing symfony/polyfill-php73 (v1.17.0): Loading from cache
- Installing symfony/polyfill-php72 (v1.17.0): Loading from cache
- Installing symfony/polyfill-intl-idn (v1.17.0): Loading from cache
- Installing symfony/mime (v5.0.8): Loading from cache
- Installing symfony/http-foundation (v5.0.8): Downloading (100%)         
- Installing psr/event-dispatcher (1.0.0): Downloading (100%)         
- Installing symfony/event-dispatcher-contracts (v2.1.2): Downloading (100%)         
- Installing symfony/event-dispatcher (v5.0.8): Downloading (100%)         
- Installing psr/log (1.1.3): Loading from cache
- Installing symfony/error-handler (v5.0.8): Downloading (100%)         
- Installing symfony/http-kernel (v5.0.8): Downloading (100%)         
- Installing symfony/finder (v5.0.8): Downloading (100%)         
- Installing psr/container (1.0.0): Loading from cache
- Installing symfony/service-contracts (v2.1.2): Loading from cache
- Installing symfony/console (v5.0.8): Loading from cache
- Installing symfony/polyfill-iconv (v1.17.0): Loading from cache
- Installing egulias/email-validator (2.1.17): Loading from cache
- Installing swiftmailer/swiftmailer (v6.2.3): Loading from cache
- Installing ramsey/collection (1.0.1): Downloading (100%)         
- Installing brick/math (0.8.15): Downloading (100%)         
- Installing ramsey/uuid (4.0.1): Downloading (100%)         
- Installing psr/simple-cache (1.0.1): Loading from cache
- Installing opis/closure (3.5.3): Loading from cache
- Installing symfony/translation-contracts (v2.1.2): Loading from cache
- Installing symfony/translation (v5.0.8): Downloading (100%)         
- Installing nesbot/carbon (2.35.0): Loading from cache
- Installing monolog/monolog (2.1.0): Downloading (100%)         
- Installing league/flysystem (1.0.69): Loading from cache
- Installing league/commonmark (1.4.3): Downloading (100%)         
- Installing laravel/framework (v7.13.0): Downloading (100%)         
- Installing fideloper/proxy (4.3.0): Downloading (100%)         
- Installing asm89/stack-cors (1.3.0): Downloading (100%)         
- Installing fruitcake/laravel-cors (v1.0.6): Downloading (100%)         
- Installing ralouphie/getallheaders (3.0.3): Loading from cache
- Installing psr/http-message (1.0.1): Loading from cache
- Installing guzzlehttp/psr7 (1.6.1): Loading from cache
- Installing guzzlehttp/promises (v1.3.1): Loading from cache
- Installing guzzlehttp/guzzle (6.5.4): Loading from cache
- Installing nikic/php-parser (v4.4.0): Downloading (100%)         
- Installing dnoegel/php-xdg-base-dir (v0.1.1): Downloading (100%)         
- Installing psy/psysh (v0.10.4): Downloading (100%)         
- Installing laravel/tinker (v2.4.0): Downloading (100%)         
- Installing scrivo/highlight.php (v9.18.1.1): Downloading (100%)         
- Installing filp/whoops (2.7.2): Downloading (100%)         
- Installing facade/ignition-contracts (1.0.0): Downloading (100%)         
- Installing facade/flare-client-php (1.3.2): Downloading (100%)         
- Installing facade/ignition (2.0.5): Downloading (100%)         
- Installing fzaninotto/faker (v1.9.1): Downloading (100%)         
- Installing hamcrest/hamcrest-php (v2.0.0): Downloading (100%)         
- Installing mockery/mockery (1.4.0): Downloading (100%)         
- Installing nunomaduro/collision (v4.2.0): Downloading (100%)         
- Installing webmozart/assert (1.8.0): Loading from cache
- Installing phpdocumentor/reflection-common (2.1.0): Loading from cache
- Installing phpdocumentor/type-resolver (1.1.0): Loading from cache
- Installing phpdocumentor/reflection-docblock (5.1.0): Loading from cache
- Installing phpunit/php-token-stream (3.1.1): Downloading (100%)         
- Installing sebastian/version (2.0.1): Loading from cache
- Installing sebastian/type (1.1.3): Downloading (100%)         
- Installing sebastian/resource-operations (2.0.1): Downloading (100%)         
- Installing sebastian/recursion-context (3.0.0): Downloading (100%)         
- Installing sebastian/object-reflector (1.1.1): Downloading (100%)         
- Installing sebastian/object-enumerator (3.0.3): Downloading (100%)         
- Installing sebastian/global-state (3.0.0): Downloading (100%)         
- Installing sebastian/exporter (3.1.2): Downloading (100%)         
- Installing sebastian/environment (4.2.3): Downloading (100%)         
- Installing sebastian/diff (3.0.2): Downloading (100%)         
- Installing sebastian/comparator (3.0.2): Downloading (100%)         
- Installing phpunit/php-timer (2.1.2): Downloading (100%)         
- Installing phpunit/php-text-template (1.2.1): Loading from cache
- Installing phpunit/php-file-iterator (2.0.2): Downloading (100%)         
- Installing theseer/tokenizer (1.1.3): Downloading (100%)         
- Installing sebastian/code-unit-reverse-lookup (1.0.1): Loading from cache
- Installing phpunit/php-code-coverage (7.0.10): Downloading (100%)         
- Installing doctrine/instantiator (1.3.1): Downloading (100%)         
- Installing phpspec/prophecy (v1.10.3): Loading from cache
- Installing phar-io/version (2.0.1): Downloading (100%)         
- Installing phar-io/manifest (1.0.3): Downloading (100%)         
- Installing myclabs/deep-copy (1.9.5): Loading from cache
- Installing phpunit/phpunit (8.5.5): Downloading (100%)         
symfony/routing suggests installing doctrine/annotations (For using the annotation loader)
symfony/routing suggests installing symfony/config (For using the all-in-one router or any loader)
symfony/routing suggests installing symfony/expression-language (For using expression matching)
symfony/routing suggests installing symfony/yaml (For using the YAML loader)
symfony/event-dispatcher suggests installing symfony/dependency-injection
symfony/http-kernel suggests installing symfony/browser-kit
symfony/http-kernel suggests installing symfony/config
symfony/http-kernel suggests installing symfony/dependency-injection
symfony/service-contracts suggests installing symfony/service-implementation
symfony/console suggests installing symfony/lock
swiftmailer/swiftmailer suggests installing true/punycode (Needed to support internationalized email addresses, if ext-intl is not installed)
ramsey/uuid suggests installing ext-uuid (Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.)
ramsey/uuid suggests installing paragonie/random-lib (Provides RandomLib for use with the RandomLibAdapter)
ramsey/uuid suggests installing ramsey/uuid-doctrine (Allows the use of Ramsey\Uuid\Uuid as Doctrine field type.)
symfony/translation suggests installing symfony/config
symfony/translation suggests installing symfony/yaml
monolog/monolog suggests installing aws/aws-sdk-php (Allow sending log messages to AWS services like DynamoDB)
monolog/monolog suggests installing doctrine/couchdb (Allow sending log messages to a CouchDB server)
monolog/monolog suggests installing elasticsearch/elasticsearch (Allow sending log messages to an Elasticsearch server via official client)
monolog/monolog suggests installing ext-amqp (Allow sending log messages to an AMQP server (1.0+ required))
monolog/monolog suggests installing ext-mongodb (Allow sending log messages to a MongoDB server (via driver))
monolog/monolog suggests installing graylog2/gelf-php (Allow sending log messages to a GrayLog2 server)
monolog/monolog suggests installing mongodb/mongodb (Allow sending log messages to a MongoDB server (via library))
monolog/monolog suggests installing php-amqplib/php-amqplib (Allow sending log messages to an AMQP server using php-amqplib)
monolog/monolog suggests installing php-console/php-console (Allow sending log messages to Google Chrome)
monolog/monolog suggests installing rollbar/rollbar (Allow sending log messages to Rollbar)
monolog/monolog suggests installing ruflin/elastica (Allow sending log messages to an Elastic Search server)
league/flysystem suggests installing league/flysystem-aws-s3-v2 (Allows you to use S3 storage with AWS SDK v2)
league/flysystem suggests installing league/flysystem-aws-s3-v3 (Allows you to use S3 storage with AWS SDK v3)
league/flysystem suggests installing league/flysystem-azure (Allows you to use Windows Azure Blob storage)
league/flysystem suggests installing league/flysystem-cached-adapter (Flysystem adapter decorator for metadata caching)
league/flysystem suggests installing league/flysystem-eventable-filesystem (Allows you to use EventableFilesystem)
league/flysystem suggests installing league/flysystem-rackspace (Allows you to use Rackspace Cloud Files)
league/flysystem suggests installing league/flysystem-sftp (Allows you to use SFTP server storage via phpseclib)
league/flysystem suggests installing league/flysystem-webdav (Allows you to use WebDAV storage)
league/flysystem suggests installing league/flysystem-ziparchive (Allows you to use ZipArchive adapter)
league/flysystem suggests installing spatie/flysystem-dropbox (Allows you to use Dropbox storage)
league/flysystem suggests installing srmklive/flysystem-dropbox-v2 (Allows you to use Dropbox storage for PHP 5 applications)
laravel/framework suggests installing aws/aws-sdk-php (Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.0).)
laravel/framework suggests installing doctrine/dbal (Required to rename columns and drop SQLite columns (^2.6).)
laravel/framework suggests installing ext-memcached (Required to use the memcache cache driver.)
laravel/framework suggests installing ext-redis (Required to use the Redis cache and queue drivers (^4.0|^5.0).)
laravel/framework suggests installing league/flysystem-aws-s3-v3 (Required to use the Flysystem S3 driver (^1.0).)
laravel/framework suggests installing league/flysystem-cached-adapter (Required to use the Flysystem cache (^1.0).)
laravel/framework suggests installing league/flysystem-sftp (Required to use the Flysystem SFTP driver (^1.0).)
laravel/framework suggests installing moontoast/math (Required to use ordered UUIDs (^1.1).)
laravel/framework suggests installing nyholm/psr7 (Required to use PSR-7 bridging features (^1.2).)
laravel/framework suggests installing pda/pheanstalk (Required to use the beanstalk queue driver (^4.0).)
laravel/framework suggests installing pusher/pusher-php-server (Required to use the Pusher broadcast driver (^4.0).)
laravel/framework suggests installing symfony/cache (Required to PSR-6 cache bridge (^5.0).)
laravel/framework suggests installing symfony/filesystem (Required to create relative storage directory symbolic links (^5.0).)
laravel/framework suggests installing symfony/psr-http-message-bridge (Required to use PSR-7 bridging features (^2.0).)
laravel/framework suggests installing wildbit/swiftmailer-postmark (Required to use Postmark mail driver (^3.0).)
guzzlehttp/psr7 suggests installing zendframework/zend-httphandlerrunner (Emit PSR-7 responses)
psy/psysh suggests installing ext-pdo-sqlite (The doc command requires SQLite to work.)
psy/psysh suggests installing hoa/console (A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit.)
filp/whoops suggests installing whoops/soap (Formats errors as SOAP responses)
facade/ignition suggests installing laravel/telescope (^3.1)
sebastian/global-state suggests installing ext-uopz (*)
phpunit/php-code-coverage suggests installing ext-xdebug (^2.7.2)
phpunit/phpunit suggests installing ext-xdebug (*)
phpunit/phpunit suggests installing phpunit/php-invoker (^2.0.0)
Generating optimized autoload files
37 packages you are using are looking for funding.
Use the composer fund command to find out more!
> @php -r "file_exists('.env') || copy('.env.example', '.env');"
> @php artisan key:generate --ansi
Application key set successfully.
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover --ansi
Discovered Package: facade/ignition
Discovered Package: fideloper/proxy
Discovered Package: fruitcake/laravel-cors
Discovered Package: laravel/tinker
Discovered Package: nesbot/carbon
Discovered Package: nunomaduro/collision
Package manifest generated successfully.
Application ready! Build something amazing.
HirokatsuIinonoMacBook-Pro:IdeaProjects hirokatsuiino$ cd laravel_sample
HirokatsuIinonoMacBook-Pro:laravel_sample hirokatsuiino$ php artisan serve
Laravel development server started: http://127.0.0.1:8000
[Sun May 31 10:31:01 2020] PHP 7.4.6 Development Server (http://127.0.0.1:8000) started
[Sun May 31 10:31:14 2020] 127.0.0.1:59968 Accepted
[Sun May 31 10:31:14 2020] 127.0.0.1:59969 Accepted
[Sun May 31 10:31:14 2020] 127.0.0.1:59968 Closing
[Sun May 31 10:31:15 2020] 127.0.0.1:59969 [200]: GET /favicon.ico
[Sun May 31 10:31:15 2020] 127.0.0.1:59969 Closing
^C
HirokatsuIinonoMacBook-Pro:laravel_sample hirokatsuiino$ echo "# laravel_sample" >> README.md
HirokatsuIinonoMacBook-Pro:laravel_sample hirokatsuiino$ git init
Initialized empty Git repository in /Users/hirokatsuiino/IdeaProjects/laravel_sample/.git/
HirokatsuIinonoMacBook-Pro:laravel_sample hirokatsuiino$ git add README.md
HirokatsuIinonoMacBook-Pro:laravel_sample hirokatsuiino$ git commit -m "first commit"
[master (root-commit) 4cc69d5] first commit
1 file changed, 80 insertions(+)
create mode 100644 README.md
HirokatsuIinonoMacBook-Pro:laravel_sample hirokatsuiino$ git remote add origin [email protected]:HirokatsuIino/laravel_sample.git
HirokatsuIinonoMacBook-Pro:laravel_sample hirokatsuiino$ git push -u origin master
Enumerating objects: 3, done.
Counting objects: 100% (3/3), done.
Delta compression using up to 4 threads
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 2.04 KiB | 2.04 MiB/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To github.com:HirokatsuIino/laravel_sample.git
* [new branch]      master -> master
Branch 'master' set up to track remote branch 'master' from 'origin'.
HirokatsuIinonoMacBook-Pro:laravel_sample hirokatsuiino$ 
HirokatsuIinonoMacBook-Pro:laravel_sample hirokatsuiino$ 
HirokatsuIinonoMacBook-Pro:laravel_sample hirokatsuiino$ 
HirokatsuIinonoMacBook-Pro:laravel_sample hirokatsuiino$ 
HirokatsuIinonoMacBook-Pro:laravel_sample hirokatsuiino$ git remote -v
origin	[email protected]:HirokatsuIino/laravel_sample.git (fetch)
origin	[email protected]:HirokatsuIino/laravel_sample.git (push)
HirokatsuIinonoMacBook-Pro:laravel_sample hirokatsuiino$ git status
On branch master
Your branch is up to date with 'origin/master'.
Untracked files:
(use "git add <file>..." to include in what will be committed)
.editorconfig
.env.example
.gitattributes
.gitignore
.styleci.yml
app/
artisan
bootstrap/
composer.json
composer.lock
config/
database/
package-lock.json
package.json
phpunit.xml
public/
resources/
routes/
server.php
storage/
tests/
webpack.mix.js
nothing added to commit but untracked files present (use "git add" to track)
HirokatsuIinonoMacBook-Pro:laravel_sample hirokatsuiino$ git add .
HirokatsuIinonoMacBook-Pro:laravel_sample hirokatsuiino$ git commit -m '[ADD]プロジェクトファイルコミット'
[master 7ab7e7c] [ADD]プロジェクトファイルコミット
82 files changed, 19183 insertions(+)
create mode 100644 .editorconfig
create mode 100644 .env.example
create mode 100644 .gitattributes
create mode 100644 .gitignore
create mode 100644 .styleci.yml
create mode 100644 app/Console/Kernel.php
create mode 100644 app/Exceptions/Handler.php
create mode 100644 app/Http/Controllers/Controller.php
create mode 100644 app/Http/Kernel.php
create mode 100644 app/Http/Middleware/Authenticate.php
create mode 100644 app/Http/Middleware/CheckForMaintenanceMode.php
create mode 100644 app/Http/Middleware/EncryptCookies.php
create mode 100644 app/Http/Middleware/RedirectIfAuthenticated.php
create mode 100644 app/Http/Middleware/TrimStrings.php
create mode 100644 app/Http/Middleware/TrustHosts.php
create mode 100644 app/Http/Middleware/TrustProxies.php
create mode 100644 app/Http/Middleware/VerifyCsrfToken.php
create mode 100644 app/Providers/AppServiceProvider.php
create mode 100644 app/Providers/AuthServiceProvider.php
create mode 100644 app/Providers/BroadcastServiceProvider.php
create mode 100644 app/Providers/EventServiceProvider.php
create mode 100644 app/Providers/RouteServiceProvider.php
create mode 100644 app/User.php
create mode 100644 artisan
create mode 100644 bootstrap/app.php
create mode 100755 bootstrap/cache/.gitignore
create mode 100644 composer.json
create mode 100644 composer.lock
create mode 100644 config/app.php
create mode 100644 config/auth.php
create mode 100644 config/broadcasting.php
create mode 100644 config/cache.php
create mode 100644 config/cors.php
create mode 100644 config/database.php
create mode 100644 config/filesystems.php
create mode 100644 config/hashing.php
create mode 100644 config/logging.php
create mode 100644 config/mail.php
create mode 100644 config/queue.php
create mode 100644 config/services.php
create mode 100644 config/session.php
create mode 100644 config/view.php
create mode 100644 database/.gitignore
create mode 100644 database/factories/UserFactory.php
create mode 100644 database/migrations/2014_10_12_000000_create_users_table.php
create mode 100644 database/migrations/2014_10_12_100000_create_password_resets_table.php
create mode 100644 database/migrations/2019_08_19_000000_create_failed_jobs_table.php
create mode 100644 database/seeds/DatabaseSeeder.php
create mode 100644 package-lock.json
create mode 100644 package.json
create mode 100644 phpunit.xml
create mode 100644 public/.htaccess
create mode 100644 public/favicon.ico
create mode 100644 public/index.php
create mode 100644 public/robots.txt
create mode 100644 resources/js/app.js
create mode 100644 resources/js/bootstrap.js
create mode 100644 resources/lang/en/auth.php
create mode 100644 resources/lang/en/pagination.php
create mode 100644 resources/lang/en/passwords.php
create mode 100644 resources/lang/en/validation.php
create mode 100644 resources/sass/app.scss
create mode 100644 resources/views/welcome.blade.php
create mode 100644 routes/api.php
create mode 100644 routes/channels.php
create mode 100644 routes/console.php
create mode 100644 routes/web.php
create mode 100644 server.php
create mode 100755 storage/app/.gitignore
create mode 100755 storage/app/public/.gitignore
create mode 100755 storage/framework/.gitignore
create mode 100755 storage/framework/cache/.gitignore
create mode 100755 storage/framework/cache/data/.gitignore
create mode 100755 storage/framework/sessions/.gitignore
create mode 100755 storage/framework/testing/.gitignore
create mode 100755 storage/framework/views/.gitignore
create mode 100755 storage/logs/.gitignore
create mode 100644 tests/CreatesApplication.php
create mode 100644 tests/Feature/ExampleTest.php
create mode 100644 tests/TestCase.php
create mode 100644 tests/Unit/ExampleTest.php
create mode 100644 webpack.mix.js
HirokatsuIinonoMacBook-Pro:laravel_sample hirokatsuiino$ git push origin master
Enumerating objects: 108, done.
Counting objects: 100% (108/108), done.
Delta compression using up to 4 threads
Compressing objects: 100% (88/88), done.
Writing objects: 100% (107/107), 155.34 KiB | 888.00 KiB/s, done.
Total 107 (delta 6), reused 0 (delta 0)
remote: Resolving deltas: 100% (6/6), done.
To github.com:HirokatsuIino/laravel_sample.git
4cc69d5..7ab7e7c  master -> master
HirokatsuIinonoMacBook-Pro:laravel_sample hirokatsuiino$ 
HirokatsuIinonoMacBook-Pro:laravel_sample hirokatsuiino$ 
HirokatsuIinonoMacBook-Pro:laravel_sample hirokatsuiino$