Skip to content

Instantly share code, notes, and snippets.

@svpernova09
Created July 5, 2019 14:44
Show Gist options
  • Save svpernova09/50e48155188a25eb283c4520e0dfe1c3 to your computer and use it in GitHub Desktop.
Save svpernova09/50e48155188a25eb283c4520e0dfe1c3 to your computer and use it in GitHub Desktop.
Clean Laravel install, Fresh Homestead install, no errors
┌─(~)────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
└── laravel new TestApp ─(09:27:37)(07/05/19)─┘
Crafting application...
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Package operations: 80 installs, 0 updates, 0 removals
- Installing doctrine/inflector (v1.3.0): Loading from cache
- Installing doctrine/lexer (1.0.2): Loading from cache
- Installing dragonmantank/cron-expression (v2.3.0): Loading from cache
- Installing erusev/parsedown (1.7.3): Loading from cache
- Installing symfony/polyfill-ctype (v1.11.0): Loading from cache
- Installing phpoption/phpoption (1.5.0): Loading from cache
- Installing vlucas/phpdotenv (v3.4.0): Downloading (100%)
- Installing symfony/css-selector (v4.3.2): Loading from cache
- Installing tijsverkoyen/css-to-inline-styles (2.2.1): Loading from cache
- Installing symfony/polyfill-php72 (v1.11.0): Loading from cache
- Installing symfony/polyfill-mbstring (v1.11.0): Loading from cache
- Installing symfony/var-dumper (v4.3.2): Downloading (100%)
- Installing symfony/routing (v4.3.2): Downloading (100%)
- Installing symfony/process (v4.3.2): Loading from cache
- Installing symfony/polyfill-php73 (v1.11.0): Loading from cache
- Installing symfony/polyfill-intl-idn (v1.11.0): Loading from cache
- Installing symfony/mime (v4.3.2): Loading from cache
- Installing symfony/http-foundation (v4.3.2): Downloading (100%)
- Installing symfony/event-dispatcher-contracts (v1.1.5): Downloading (100%)
- Installing symfony/event-dispatcher (v4.3.2): Downloading (100%)
- Installing psr/log (1.1.0): Loading from cache
- Installing symfony/debug (v4.3.2): Downloading (100%)
- Installing symfony/http-kernel (v4.3.2): Downloading (100%)
- Installing symfony/finder (v4.3.2): Downloading (100%)
- Installing psr/container (1.0.0): Loading from cache
- Installing symfony/service-contracts (v1.1.5): Downloading (100%)
- Installing symfony/console (v4.3.2): Downloading (100%)
- Installing symfony/polyfill-iconv (v1.11.0): Loading from cache
- Installing egulias/email-validator (2.1.9): Downloading (100%)
- Installing swiftmailer/swiftmailer (v6.2.1): Loading from cache
- Installing paragonie/random_compat (v9.99.99): Loading from cache
- Installing ramsey/uuid (3.8.0): Loading from cache
- Installing psr/simple-cache (1.0.1): Loading from cache
- Installing opis/closure (3.3.0): Downloading (100%)
- Installing symfony/translation-contracts (v1.1.5): Downloading (100%)
- Installing symfony/translation (v4.3.2): Downloading (100%)
- Installing nesbot/carbon (2.20.0): Downloading (100%)
- Installing monolog/monolog (1.24.0): Loading from cache
- Installing league/flysystem (1.0.53): Downloading (100%)
- Installing laravel/framework (v5.8.27): Downloading (100%)
- Installing fideloper/proxy (4.1.0): Loading from cache
- Installing jakub-onderka/php-console-color (v0.2): Loading from cache
- Installing nikic/php-parser (v4.2.2): Loading from cache
- Installing jakub-onderka/php-console-highlighter (v0.4): Loading from cache
- Installing dnoegel/php-xdg-base-dir (0.1): Loading from cache
- Installing psy/psysh (v0.9.9): Loading from cache
- Installing laravel/tinker (v1.0.8): Loading from cache
- Installing beyondcode/laravel-dump-server (1.2.2): Loading from cache
- Installing fzaninotto/faker (v1.8.0): Loading from cache
- Installing hamcrest/hamcrest-php (v2.0.0): Loading from cache
- Installing mockery/mockery (1.2.2): Loading from cache
- Installing filp/whoops (2.4.1): Downloading (100%)
- Installing nunomaduro/collision (v3.0.1): Loading from cache
- Installing webmozart/assert (1.4.0): Loading from cache
- Installing phpdocumentor/reflection-common (1.0.1): Loading from cache
- Installing phpdocumentor/type-resolver (0.4.0): Loading from cache
- Installing phpdocumentor/reflection-docblock (4.3.1): Loading from cache
- Installing phpunit/php-token-stream (3.0.1): Loading from cache
- Installing sebastian/version (2.0.1): Loading from cache
- Installing sebastian/resource-operations (2.0.1): Loading from cache
- Installing sebastian/recursion-context (3.0.0): Loading from cache
- Installing sebastian/object-reflector (1.1.1): Loading from cache
- Installing sebastian/object-enumerator (3.0.3): Loading from cache
- Installing sebastian/global-state (2.0.0): Loading from cache
- Installing sebastian/exporter (3.1.0): Loading from cache
- Installing sebastian/environment (4.2.2): Loading from cache
- Installing sebastian/diff (3.0.2): Loading from cache
- Installing sebastian/comparator (3.0.2): Loading from cache
- 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): Loading from cache
- Installing theseer/tokenizer (1.1.3): Loading from cache
- Installing sebastian/code-unit-reverse-lookup (1.0.1): Loading from cache
- Installing phpunit/php-code-coverage (6.1.4): Loading from cache
- Installing doctrine/instantiator (1.2.0): Loading from cache
- Installing phpspec/prophecy (1.8.1): Loading from cache
- Installing phar-io/version (2.0.1): Loading from cache
- Installing phar-io/manifest (1.0.3): Loading from cache
- Installing myclabs/deep-copy (1.9.1): Loading from cache
- Installing phpunit/phpunit (7.5.13): 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-contracts suggests installing psr/event-dispatcher
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)
paragonie/random_compat suggests installing ext-libsodium (Provides a modern crypto API that can be used to generate random bytes.)
ramsey/uuid suggests installing ext-libsodium (Provides the PECL libsodium extension for use with the SodiumRandomGenerator)
ramsey/uuid suggests installing ext-uuid (Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator)
ramsey/uuid suggests installing ircmaxell/random-lib (Provides RandomLib for use with the RandomLibAdapter)
ramsey/uuid suggests installing moontoast/math (Provides support for converting UUID to 128-bit integer (in string form).)
ramsey/uuid suggests installing ramsey/uuid-console (A console application for generating UUIDs with ramsey/uuid)
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 ext-amqp (Allow sending log messages to an AMQP server (1.0+ required))
monolog/monolog suggests installing ext-mongo (Allow sending log messages to a MongoDB server)
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 PHP Driver)
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)
monolog/monolog suggests installing sentry/sentry (Allow sending log messages to a Sentry 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 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 guzzlehttp/guzzle (Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (^6.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-rackspace (Required to use the Flysystem Rackspace driver (^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 nexmo/client (Required to use the Nexmo transport (^1.0).)
laravel/framework suggests installing pda/pheanstalk (Required to use the beanstalk queue driver (^4.0).)
laravel/framework suggests installing predis/predis (Required to use the redis cache and queue drivers (^1.0).)
laravel/framework suggests installing pusher/pusher-php-server (Required to use the Pusher broadcast driver (^3.0).)
laravel/framework suggests installing symfony/dom-crawler (Required to use most of the crawler integration testing tools (^4.2).)
laravel/framework suggests installing symfony/psr-http-message-bridge (Required to use PSR-7 bridging features (^1.1).)
laravel/framework suggests installing wildbit/swiftmailer-postmark (Required to use Postmark mail driver (^3.0).)
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)
sebastian/global-state suggests installing ext-uopz (*)
phpunit/php-code-coverage suggests installing ext-xdebug (^2.6.0)
phpunit/phpunit suggests installing ext-xdebug (*)
phpunit/phpunit suggests installing phpunit/php-invoker (^2.0)
Generating optimized autoload files
> @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: beyondcode/laravel-dump-server
Discovered Package: fideloper/proxy
Discovered Package: laravel/tinker
Discovered Package: nesbot/carbon
Discovered Package: nunomaduro/collision
Package manifest generated successfully.
Application ready! Build something amazing.
┌─(~)────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
└── cd TestApp ─(09:28:10)(07/05/19)─┘
┌─(~/TestApp)────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
└── composer require laravel/homestead ─(09:28:13)(07/05/19)─┘
Using version ^9.0 for laravel/homestead
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 2 installs, 0 updates, 0 removals
- Installing symfony/yaml (v4.3.2): Loading from cache
- Installing laravel/homestead (v9.0.2): Downloading (100%)
Writing lock file
Generating optimized autoload files
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover --ansi
Discovered Package: beyondcode/laravel-dump-server
Discovered Package: fideloper/proxy
Discovered Package: laravel/tinker
Discovered Package: nesbot/carbon
Discovered Package: nunomaduro/collision
Package manifest generated successfully.
composer require laravel/homestead: 00:31
┌─(~/TestApp)────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
└── ./vendor/bin/homestead make ─(09:28:49)(07/05/19)─┘
Homestead Installed!
┌─(~/TestApp)────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
└── vagrant up ─(09:28:56)(07/05/19)─┘
Bringing machine 'testapp' up with 'virtualbox' provider...
==> testapp: Importing base box 'laravel/homestead'...
==> testapp: Matching MAC address for NAT networking...
==> testapp: Checking if box 'laravel/homestead' version '8.0.0' is up to date...
==> testapp: Setting the name of the VM: testapp
==> testapp: Clearing any previously set network interfaces...
==> testapp: Preparing network interfaces based on configuration...
testapp: Adapter 1: nat
testapp: Adapter 2: hostonly
==> testapp: Forwarding ports...
testapp: 80 (guest) => 8000 (host) (adapter 1)
testapp: 443 (guest) => 44300 (host) (adapter 1)
testapp: 3306 (guest) => 33060 (host) (adapter 1)
testapp: 4040 (guest) => 4040 (host) (adapter 1)
testapp: 5432 (guest) => 54320 (host) (adapter 1)
testapp: 8025 (guest) => 8025 (host) (adapter 1)
testapp: 9600 (guest) => 9600 (host) (adapter 1)
testapp: 27017 (guest) => 27017 (host) (adapter 1)
testapp: 22 (guest) => 2222 (host) (adapter 1)
==> testapp: Running 'pre-boot' VM customizations...
==> testapp: Booting VM...
==> testapp: Waiting for machine to boot. This may take a few minutes...
testapp: SSH address: 127.0.0.1:2222
testapp: SSH username: vagrant
testapp: SSH auth method: private key
testapp: Warning: Connection reset. Retrying...
testapp: Warning: Remote connection disconnect. Retrying...
testapp:
testapp: Vagrant insecure key detected. Vagrant will automatically replace
testapp: this with a newly generated keypair for better security.
testapp:
testapp: Inserting generated public key within guest...
testapp: Removing insecure key from the guest if it's present...
testapp: Key inserted! Disconnecting and reconnecting using new SSH key...
==> testapp: Machine booted and ready!
==> testapp: Checking for guest additions in VM...
==> testapp: Setting hostname...
==> testapp: Configuring and enabling network interfaces...
==> testapp: Mounting shared folders...
testapp: /vagrant => /Users/halo/TestApp
testapp: /home/vagrant/code => /Users/halo/TestApp
==> testapp: Running provisioner: file...
testapp: aliases => /tmp/bash_aliases
==> testapp: Running provisioner: shell...
testapp: Running: inline script
==> testapp: Running provisioner: shell...
testapp: Running: inline script
testapp:
testapp: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBeub1sTnpX7Tp7f0ukLAz7dMn7CS9w6eHmc1wtJNp/iXHzyBRKZ+ov8z+voCVJOrSDyTsG0IKcby8+UxwpzR2nyqiBPw+oaSD1elIHFS48h7Wd5f41S6QeHUlhac20fa5EHTnNw9jphtxDuYPa+xiaNdbdvJKC1jZuipsqc4qlcDC1LISOtIsAzMF1fnByWEe3JBvRxvCmegruu424chIGG23elIoBHsOvY/6BI+5G2BNSBvqzHxfQ2mK6j4tEj2K2s+4M3r4FrgZIYgHxxZtADdNGwditFu5ipfaQSc1n5YFQiI87iTO5OZCBdffMY3qQWaE3ne+hAVDSdJLWFDn halo@mobile-rage-work
==> testapp: Running provisioner: shell...
testapp: Running: inline script
==> testapp: Running provisioner: shell...
testapp: Running: inline script
==> testapp: Running provisioner: shell...
testapp: Running: inline script
==> testapp: Running provisioner: shell...
testapp: Running: /var/folders/rc/k3k9fv1x50n7r10bpcp7xyx00000gn/T/vagrant-shell20190705-71891-u93ut7.sh
==> testapp: Running provisioner: shell...
testapp: Running: /var/folders/rc/k3k9fv1x50n7r10bpcp7xyx00000gn/T/vagrant-shell20190705-71891-wibrdi.sh
==> testapp: Running provisioner: shell...
testapp: Running: script: Creating Certificate: homestead.test
==> testapp: Running provisioner: shell...
testapp: Running: script: Creating Site: homestead.test
==> testapp: Running provisioner: shell...
testapp: Running: inline script
==> testapp: Running provisioner: shell...
testapp: Running: /var/folders/rc/k3k9fv1x50n7r10bpcp7xyx00000gn/T/vagrant-shell20190705-71891-1pktcde.sh
==> testapp: Running provisioner: shell...
testapp: Running: script: Checking for old Schedule
==> testapp: Running provisioner: shell...
testapp: Running: script: Clear Variables
==> testapp: Running provisioner: shell...
testapp: Running: script: Restarting Cron
==> testapp: Running provisioner: shell...
testapp: Running: script: Restarting Nginx
==> testapp: Running provisioner: shell...
testapp: Running: script: Creating MySQL Database: homestead
==> testapp: Running provisioner: shell...
testapp: Running: script: Creating Postgres Database: homestead
==> testapp: Running provisioner: shell...
testapp: Running: script: Update Composer
testapp: You are already using composer version 1.8.6 (stable channel).
==> testapp: Running provisioner: shell...
testapp: Running: /var/folders/rc/k3k9fv1x50n7r10bpcp7xyx00000gn/T/vagrant-shell20190705-71891-a139i0.sh
==> testapp: Running provisioner: shell...
testapp: Running: script: Update motd
==> testapp: Running provisioner: shell...
testapp: Running: /var/folders/rc/k3k9fv1x50n7r10bpcp7xyx00000gn/T/vagrant-shell20190705-71891-7l53d6.sh
vagrant up: 01:06
┌─(~/TestApp)────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
└── vagrant ssh ─(09:30:03)(07/05/19)─┘
Welcome to Ubuntu 18.04.2 LTS (GNU/Linux 4.15.0-54-generic x86_64)
Thanks for using
_ _ _
| | | | | |
| |__ ___ _ __ ___ ___ ___| |_ ___ __ _ __| |
| '_ \ / _ \| '_ ` _ \ / _ \/ __| __/ _ \/ _` |/ _` |
| | | | (_) | | | | | | __/\__ \ || __/ (_| | (_| |
|_| |_|\___/|_| |_| |_|\___||___/\__\___|\__,_|\__,_|
* Homestead v9.0.0 released
* Settler v8.0.0 released
0 packages can be updated.
0 updates are security updates.
vagrant@testapp:~$ ll
total 80
drwxr-xr-x 12 vagrant vagrant 4096 Jul 5 14:30 ./
drwxr-xr-x 3 root root 4096 Jun 30 18:06 ../
-rw-r--r-- 1 root root 8337 Jul 5 14:29 .bash_aliases
-rw-r--r-- 1 vagrant vagrant 220 Jun 30 18:06 .bash_logout
-rw-r--r-- 1 vagrant vagrant 3771 Jun 30 18:06 .bashrc
drwx------ 3 vagrant vagrant 4096 Jun 30 18:19 .cache/
drwxr-xr-x 1 vagrant vagrant 992 Jul 5 14:28 code/
drwxrwxr-x 4 vagrant vagrant 4096 Jun 30 18:20 .composer/
drwxr-xr-x 5 vagrant vagrant 4096 Jun 30 18:17 .config/
drwx------ 3 vagrant vagrant 4096 Jun 30 18:07 .gnupg/
drwxr-xr-x 2 vagrant vagrant 4096 Jul 5 14:29 .homestead-features/
drwxr-xr-x 3 vagrant vagrant 4096 Jun 30 18:19 .local/
-rw-r--r-- 1 vagrant vagrant 61 Jul 5 14:29 .my.cnf
drwxrwxr-x 2 vagrant vagrant 4096 Jul 5 14:30 .ngrok2/
drwxr-xr-x 4 vagrant vagrant 4096 Jun 30 18:17 .npm/
-rw-r--r-- 1 vagrant vagrant 856 Jul 5 14:29 .profile
drwx------ 2 vagrant vagrant 4096 Jul 5 14:29 .ssh/
-rw-r--r-- 1 vagrant vagrant 0 Jun 30 18:07 .sudo_as_admin_successful
-rw-r--r-- 1 vagrant vagrant 5 Jun 30 18:07 .vbox_version
-rw-r--r-- 1 vagrant vagrant 254 Jun 30 18:19 .wget-hsts
vagrant@testapp:~$ cd code/
vagrant@testapp:~/code$ ll
total 472
drwxr-xr-x 1 vagrant vagrant 992 Jul 5 14:28 ./
drwxr-xr-x 12 vagrant vagrant 4096 Jul 5 14:30 ../
-rw-r--r-- 1 vagrant vagrant 828 Jul 5 14:28 after.sh
-rw-r--r-- 1 vagrant vagrant 8337 Jul 5 14:28 aliases
drwxr-xr-x 1 vagrant vagrant 224 Jul 5 14:27 app/
-rw-r--r-- 1 vagrant vagrant 1686 Jul 5 14:27 artisan
drwxr-xr-x 1 vagrant vagrant 128 Jul 5 14:27 bootstrap/
-rw-r--r-- 1 vagrant vagrant 1587 Jul 5 14:28 composer.json
-rw-r--r-- 1 vagrant vagrant 171001 Jul 5 14:28 composer.lock
drwxr-xr-x 1 vagrant vagrant 480 Jul 5 14:27 config/
drwxr-xr-x 1 vagrant vagrant 192 Jul 5 14:27 database/
-rw-r--r-- 1 vagrant vagrant 213 Jul 5 14:27 .editorconfig
-rw-r--r-- 1 vagrant vagrant 777 Jul 5 14:28 .env
-rw-r--r-- 1 vagrant vagrant 726 Jul 5 14:27 .env.example
-rw-r--r-- 1 vagrant vagrant 111 Jul 5 14:27 .gitattributes
-rw-r--r-- 1 vagrant vagrant 163 Jul 5 14:27 .gitignore
-rw-r--r-- 1 vagrant vagrant 332 Jul 5 14:28 Homestead.yaml
-rw-r--r-- 1 vagrant vagrant 1125 Jul 5 14:27 package.json
-rw-r--r-- 1 vagrant vagrant 1156 Jul 5 14:27 phpunit.xml
drwxr-xr-x 1 vagrant vagrant 256 Jul 5 14:27 public/
drwxr-xr-x 1 vagrant vagrant 192 Jul 5 14:27 resources/
drwxr-xr-x 1 vagrant vagrant 192 Jul 5 14:27 routes/
-rw-r--r-- 1 vagrant vagrant 563 Jul 5 14:27 server.php
drwxr-xr-x 1 vagrant vagrant 160 Jul 5 14:27 storage/
-rw-r--r-- 1 vagrant vagrant 174 Jul 5 14:27 .styleci.yml
drwxr-xr-x 1 vagrant vagrant 192 Jul 5 14:27 tests/
drwxr-xr-x 1 vagrant vagrant 128 Jul 5 14:29 .vagrant/
-rw-r--r-- 1 vagrant vagrant 1935 Jul 5 14:28 Vagrantfile
drwxr-xr-x 1 vagrant vagrant 1312 Jul 5 14:28 vendor/
-rw-r--r-- 1 vagrant vagrant 538 Jul 5 14:27 webpack.mix.js
-rw-r--r-- 1 vagrant vagrant 207560 Jul 5 14:27 yarn.lock
vagrant@testapp:~/code$ art
Laravel Framework 5.8.27
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
--env[=ENV] The environment the command should run under
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
Available commands:
clear-compiled Remove the compiled class file
down Put the application into maintenance mode
dump-server Start the dump server to collect dump information.
env Display the current framework environment
help Displays help for a command
inspire Display an inspiring quote
list Lists commands
migrate Run the database migrations
optimize Cache the framework bootstrap files
preset Swap the front-end scaffolding for the application
serve Serve the application on the PHP development server
tinker Interact with your application
up Bring the application out of maintenance mode
app
app:name Set the application namespace
auth
auth:clear-resets Flush expired password reset tokens
cache
cache:clear Flush the application cache
cache:forget Remove an item from the cache
cache:table Create a migration for the cache database table
config
config:cache Create a cache file for faster configuration loading
config:clear Remove the configuration cache file
db
db:seed Seed the database with records
event
event:cache Discover and cache the application's events and listeners
event:clear Clear all cached events and listeners
event:generate Generate the missing events and listeners based on registration
event:list List the application's events and listeners
key
key:generate Set the application key
make
make:auth Scaffold basic login and registration views and routes
make:channel Create a new channel class
make:command Create a new Artisan command
make:controller Create a new controller class
make:event Create a new event class
make:exception Create a new custom exception class
make:factory Create a new model factory
make:job Create a new job class
make:listener Create a new event listener class
make:mail Create a new email class
make:middleware Create a new middleware class
make:migration Create a new migration file
make:model Create a new Eloquent model class
make:notification Create a new notification class
make:observer Create a new observer class
make:policy Create a new policy class
make:provider Create a new service provider class
make:request Create a new form request class
make:resource Create a new resource
make:rule Create a new validation rule
make:seeder Create a new seeder class
make:test Create a new test class
migrate
migrate:fresh Drop all tables and re-run all migrations
migrate:install Create the migration repository
migrate:refresh Reset and re-run all migrations
migrate:reset Rollback all database migrations
migrate:rollback Rollback the last database migration
migrate:status Show the status of each migration
notifications
notifications:table Create a migration for the notifications table
optimize
optimize:clear Remove the cached bootstrap files
package
package:discover Rebuild the cached package manifest
queue
queue:failed List all of the failed queue jobs
queue:failed-table Create a migration for the failed queue jobs database table
queue:flush Flush all of the failed queue jobs
queue:forget Delete a failed queue job
queue:listen Listen to a given queue
queue:restart Restart queue worker daemons after their current job
queue:retry Retry a failed queue job
queue:table Create a migration for the queue jobs database table
queue:work Start processing jobs on the queue as a daemon
route
route:cache Create a route cache file for faster route registration
route:clear Remove the route cache file
route:list List all registered routes
schedule
schedule:run Run the scheduled commands
session
session:table Create a migration for the session database table
storage
storage:link Create a symbolic link from "public/storage" to "storage/app/public"
vendor
vendor:publish Publish any publishable assets from vendor packages
view
view:cache Compile all of the application's Blade templates
view:clear Clear all compiled view files
vagrant@testapp:~/code$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment