Manual Laravel

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 12

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.5).)
laravel/framework suggests installing ext-pcntl (Required to use all features of
the queue worker.)
laravel/framework suggests installing ext-posix (Required to use all features of
the queue worker.)
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 Flysystem caching (~1.0).)
laravel/framework suggests installing league/flysystem-rackspace (Required to use
the Flysystem Rackspace driver (~1.0).)
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 (~3.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 (~3.3).)
laravel/framework suggests installing symfony/psr-http-message-bridge (Required
to psr7 bridging features (~1.0).)
psy/psysh suggests installing ext-pcntl (Enabling the PCNTL extension makes PsySH
a lot happier :))
psy/psysh suggests installing ext-posix (If you have PCNTL, you'll want the POSIX
extension as well.)
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/phpunit-mock-objects suggests installing ext-soap (*)
phpunit/php-code-coverage suggests installing ext-xdebug (^2.5.5)
phpunit/phpunit suggests installing phpunit/php-invoker (^1.1)
phpunit/phpunit suggests installing ext-xdebug (*)
Writing lock file
Generating optimized autoload files
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover
Discovered Package: fideloper/proxy
Discovered Package: laravel/tinker
Package manifest generated successfully.
> @php artisan key:generate
Application key [base64:bmqjFG7I72iQIoo6DkZWnPVRuBxjQ0E/3UWNA3QEQ8w=] set
successfully.

Rogger@DESKTOP-MN3GC25 MINGW64 /c/xampp/htdocs


$ clear

Rogger@DESKTOP-MN3GC25 MINGW64 /c/xampp/htdocs


$ cd Aplicacion

Rogger@DESKTOP-MN3GC25 MINGW64 /c/xampp/htdocs/Aplicacion


$ ll
total 190
drwxr-xr-x 1 Rogger 197121 0 mar. 13 11:40 app/
-rwxr-xr-x 1 Rogger 197121 1686 mar. 13 11:40 artisan*
drwxr-xr-x 1 Rogger 197121 0 mar. 13 11:40 bootstrap/
-rw-r--r-- 1 Rogger 197121 1413 mar. 13 11:40 composer.json
-rw-r--r-- 1 Rogger 197121 143507 mar. 13 11:42 composer.lock
drwxr-xr-x 1 Rogger 197121 0 mar. 13 11:40 config/
drwxr-xr-x 1 Rogger 197121 0 mar. 13 11:40 database/
-rw-r--r-- 1 Rogger 197121 1125 mar. 13 11:40 package.json
-rw-r--r-- 1 Rogger 197121 1040 mar. 13 11:40 phpunit.xml
drwxr-xr-x 1 Rogger 197121 0 mar. 13 11:40 public/
-rw-r--r-- 1 Rogger 197121 3550 mar. 13 11:40 readme.md
drwxr-xr-x 1 Rogger 197121 0 mar. 13 11:40 resources/
drwxr-xr-x 1 Rogger 197121 0 mar. 13 11:40 routes/
-rw-r--r-- 1 Rogger 197121 563 mar. 13 11:40 server.php
drwxr-xr-x 1 Rogger 197121 0 mar. 13 11:40 storage/
drwxr-xr-x 1 Rogger 197121 0 mar. 13 11:40 tests/
drwxr-xr-x 1 Rogger 197121 0 mar. 13 11:42 vendor/
-rw-r--r-- 1 Rogger 197121 549 mar. 13 11:40 webpack.mix.js

Rogger@DESKTOP-MN3GC25 MINGW64 /c/xampp/htdocs/Aplicacion


$ git init
Initialized empty Git repository in C:/xampp/htdocs/Aplicacion/.git/

Rogger@DESKTOP-MN3GC25 MINGW64 /c/xampp/htdocs/Aplicacion (master)


$ ll -a
total 206
drwxr-xr-x 1 Rogger 197121 0 mar. 13 11:45 ./
drwxr-xr-x 1 Rogger 197121 0 mar. 13 11:44 ../
-rw-r--r-- 1 Rogger 197121 616 mar. 13 11:42 .env
-rw-r--r-- 1 Rogger 197121 565 mar. 13 11:40 .env.example
drwxr-xr-x 1 Rogger 197121 0 mar. 13 11:45 .git/
-rw-r--r-- 1 Rogger 197121 111 mar. 13 11:40 .gitattributes
-rw-r--r-- 1 Rogger 197121 146 mar. 13 11:40 .gitignore
drwxr-xr-x 1 Rogger 197121 0 mar. 13 11:40 app/
-rwxr-xr-x 1 Rogger 197121 1686 mar. 13 11:40 artisan*
drwxr-xr-x 1 Rogger 197121 0 mar. 13 11:40 bootstrap/
-rw-r--r-- 1 Rogger 197121 1413 mar. 13 11:40 composer.json
-rw-r--r-- 1 Rogger 197121 143507 mar. 13 11:42 composer.lock
drwxr-xr-x 1 Rogger 197121 0 mar. 13 11:40 config/
drwxr-xr-x 1 Rogger 197121 0 mar. 13 11:40 database/
-rw-r--r-- 1 Rogger 197121 1125 mar. 13 11:40 package.json
-rw-r--r-- 1 Rogger 197121 1040 mar. 13 11:40 phpunit.xml
drwxr-xr-x 1 Rogger 197121 0 mar. 13 11:40 public/
-rw-r--r-- 1 Rogger 197121 3550 mar. 13 11:40 readme.md
drwxr-xr-x 1 Rogger 197121 0 mar. 13 11:40 resources/
drwxr-xr-x 1 Rogger 197121 0 mar. 13 11:40 routes/
-rw-r--r-- 1 Rogger 197121 563 mar. 13 11:40 server.php
drwxr-xr-x 1 Rogger 197121 0 mar. 13 11:40 storage/
drwxr-xr-x 1 Rogger 197121 0 mar. 13 11:40 tests/
drwxr-xr-x 1 Rogger 197121 0 mar. 13 11:42 vendor/
-rw-r--r-- 1 Rogger 197121 549 mar. 13 11:40 webpack.mix.js
Rogger@DESKTOP-MN3GC25 MINGW64 /c/xampp/htdocs/Aplicacion (master)
$ git status
On branch master
No commits yet

Untracked files:
(use "git add <file>..." to include in what will be committed)

.env.example
.gitattributes
.gitignore
app/
artisan
bootstrap/
composer.json
composer.lock
config/
database/
package.json
phpunit.xml
public/
readme.md
resources/
routes/
server.php
storage/
tests/
webpack.mix.js

nothing added to commit but untracked files present (use "git add" to track)

Rogger@DESKTOP-MN3GC25 MINGW64 /c/xampp/htdocs/Aplicacion (master)


$ git add
Nothing specified, nothing added.
Maybe you wanted to say 'git add .'?

Rogger@DESKTOP-MN3GC25 MINGW64 /c/xampp/htdocs/Aplicacion (master)


$ git add .
warning: LF will be replaced by CRLF in .env.example.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in .gitattributes.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in .gitignore.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in app/Console/Kernel.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in app/Exceptions/Handler.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in
app/Http/Controllers/Auth/ForgotPasswordController.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in
app/Http/Controllers/Auth/LoginController.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in
app/Http/Controllers/Auth/RegisterController.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in
app/Http/Controllers/Auth/ResetPasswordController.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in app/Http/Controllers/Controller.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in app/Http/Kernel.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in app/Http/Middleware/EncryptCookies.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in
app/Http/Middleware/RedirectIfAuthenticated.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in app/Http/Middleware/TrimStrings.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in app/Http/Middleware/TrustProxies.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in app/Http/Middleware/VerifyCsrfToken.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in app/Providers/AppServiceProvider.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in app/Providers/AuthServiceProvider.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in
app/Providers/BroadcastServiceProvider.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in app/Providers/EventServiceProvider.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in app/Providers/RouteServiceProvider.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in app/User.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in artisan.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in bootstrap/app.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in bootstrap/cache/.gitignore.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in composer.json.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in composer.lock.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in config/app.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in config/auth.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in config/broadcasting.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in config/cache.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in config/database.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in config/filesystems.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in config/mail.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in config/queue.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in config/services.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in config/session.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in config/view.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in database/.gitignore.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in database/factories/UserFactory.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in
database/migrations/2014_10_12_000000_create_users_table.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in
database/migrations/2014_10_12_100000_create_password_resets_table.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in database/seeds/DatabaseSeeder.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in package.json.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in phpunit.xml.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in public/.htaccess.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in public/css/app.css.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in public/index.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in public/robots.txt.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in public/web.config.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in readme.md.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in resources/assets/js/app.js.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in resources/assets/js/bootstrap.js.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in
resources/assets/js/components/ExampleComponent.vue.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in resources/assets/sass/_variables.scss.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in resources/assets/sass/app.scss.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in resources/lang/en/auth.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in resources/lang/en/pagination.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in resources/lang/en/passwords.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in resources/lang/en/validation.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in resources/views/welcome.blade.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in routes/api.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in routes/channels.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in routes/console.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in routes/web.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in server.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in storage/app/.gitignore.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in storage/app/public/.gitignore.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in storage/framework/.gitignore.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in storage/framework/cache/.gitignore.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in storage/framework/sessions/.gitignore.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in storage/framework/testing/.gitignore.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in storage/framework/views/.gitignore.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in storage/logs/.gitignore.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in tests/CreatesApplication.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in tests/Feature/ExampleTest.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in tests/TestCase.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in tests/Unit/ExampleTest.php.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in webpack.mix.js.
The file will have its original line endings in your working directory.

Rogger@DESKTOP-MN3GC25 MINGW64 /c/xampp/htdocs/Aplicacion (master)


$ git status
On branch master

No commits yet

Changes to be committed:
(use "git rm --cached <file>..." to unstage)
new file: .env.example
new file: .gitattributes
new file: .gitignore
new file: app/Console/Kernel.php
new file: app/Exceptions/Handler.php
new file: app/Http/Controllers/Auth/ForgotPasswordController.php
new file: app/Http/Controllers/Auth/LoginController.php
new file: app/Http/Controllers/Auth/RegisterController.php
new file: app/Http/Controllers/Auth/ResetPasswordController.php
new file: app/Http/Controllers/Controller.php
new file: app/Http/Kernel.php
new file: app/Http/Middleware/EncryptCookies.php
new file: app/Http/Middleware/RedirectIfAuthenticated.php
new file: app/Http/Middleware/TrimStrings.php
new file: app/Http/Middleware/TrustProxies.php
new file: app/Http/Middleware/VerifyCsrfToken.php
new file: app/Providers/AppServiceProvider.php
new file: app/Providers/AuthServiceProvider.php
new file: app/Providers/BroadcastServiceProvider.php
new file: app/Providers/EventServiceProvider.php
new file: app/Providers/RouteServiceProvider.php
new file: app/User.php
new file: artisan
new file: bootstrap/app.php
new file: bootstrap/cache/.gitignore
new file: composer.json
new file: composer.lock
new file: config/app.php
new file: config/auth.php
new file: config/broadcasting.php
new file: config/cache.php
new file: config/database.php
new file: config/filesystems.php
new file: config/mail.php
new file: config/queue.php
new file: config/services.php
new file: config/session.php
new file: config/view.php
new file: database/.gitignore
new file: database/factories/UserFactory.php
new file: database/migrations/2014_10_12_000000_create_users_table.php
new file:
database/migrations/2014_10_12_100000_create_password_resets_table.php
new file: database/seeds/DatabaseSeeder.php
new file: package.json
new file: phpunit.xml
new file: public/.htaccess
new file: public/css/app.css
new file: public/favicon.ico
new file: public/index.php
new file: public/js/app.js
new file: public/robots.txt
new file: public/web.config
new file: readme.md
new file: resources/assets/js/app.js
new file: resources/assets/js/bootstrap.js
new file: resources/assets/js/components/ExampleComponent.vue
new file: resources/assets/sass/_variables.scss
new file: resources/assets/sass/app.scss
new file: resources/lang/en/auth.php
new file: resources/lang/en/pagination.php
new file: resources/lang/en/passwords.php
new file: resources/lang/en/validation.php
new file: resources/views/welcome.blade.php
new file: routes/api.php
new file: routes/channels.php
new file: routes/console.php
new file: routes/web.php
new file: server.php
new file: storage/app/.gitignore
new file: storage/app/public/.gitignore
new file: storage/framework/.gitignore
new file: storage/framework/cache/.gitignore
new file: storage/framework/sessions/.gitignore
new file: storage/framework/testing/.gitignore
new file: storage/framework/views/.gitignore
new file: storage/logs/.gitignore
new file: tests/CreatesApplication.php
new file: tests/Feature/ExampleTest.php
new file: tests/TestCase.php
new file: tests/Unit/ExampleTest.php
new file: webpack.mix.js

Rogger@DESKTOP-MN3GC25 MINGW64 /c/xampp/htdocs/Aplicacion (master)


$ git commit -m "primer commit"
[master (root-commit) 47db08c] primer commit
81 files changed, 6960 insertions(+)
create mode 100644 .env.example
create mode 100644 .gitattributes
create mode 100644 .gitignore
create mode 100644 app/Console/Kernel.php
create mode 100644 app/Exceptions/Handler.php
create mode 100644 app/Http/Controllers/Auth/ForgotPasswordController.php
create mode 100644 app/Http/Controllers/Auth/LoginController.php
create mode 100644 app/Http/Controllers/Auth/RegisterController.php
create mode 100644 app/Http/Controllers/Auth/ResetPasswordController.php
create mode 100644 app/Http/Controllers/Controller.php
create mode 100644 app/Http/Kernel.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/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 100644 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/database.php
create mode 100644 config/filesystems.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/seeds/DatabaseSeeder.php
create mode 100644 package.json
create mode 100644 phpunit.xml
create mode 100644 public/.htaccess
create mode 100644 public/css/app.css
create mode 100644 public/favicon.ico
create mode 100644 public/index.php
create mode 100644 public/js/app.js
create mode 100644 public/robots.txt
create mode 100644 public/web.config
create mode 100644 readme.md
create mode 100644 resources/assets/js/app.js
create mode 100644 resources/assets/js/bootstrap.js
create mode 100644 resources/assets/js/components/ExampleComponent.vue
create mode 100644 resources/assets/sass/_variables.scss
create mode 100644 resources/assets/sass/app.scss
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/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 100644 storage/app/.gitignore
create mode 100644 storage/app/public/.gitignore
create mode 100644 storage/framework/.gitignore
create mode 100644 storage/framework/cache/.gitignore
create mode 100644 storage/framework/sessions/.gitignore
create mode 100644 storage/framework/testing/.gitignore
create mode 100644 storage/framework/views/.gitignore
create mode 100644 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

Rogger@DESKTOP-MN3GC25 MINGW64 /c/xampp/htdocs/Aplicacion (master)


$ git status
On branch master
nothing to commit, working tree clean

Rogger@DESKTOP-MN3GC25 MINGW64 /c/xampp/htdocs/Aplicacion (master)


$ git log
commit 47db08c5d3008387723462638a5658af103655c5 (HEAD -> master)
Author: Rogger Ortiz <ortizbriceno.ra@gmail.com>
Date: Tue Mar 13 11:48:15 2018 -0500

primer commit

Rogger@DESKTOP-MN3GC25 MINGW64 /c/xampp/htdocs/Aplicacion (master)


$ git config -l
core.symlinks=false
core.autocrlf=true
core.fscache=true
color.diff=auto
color.status=auto
color.branch=auto
color.interactive=true
help.format=html
rebase.autosquash=true
http.sslcainfo=C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt
http.sslbackend=openssl
diff.astextplain.textconv=astextplain
filter.lfs.clean=git-lfs clean -- %f
filter.lfs.smudge=git-lfs smudge -- %f
filter.lfs.process=git-lfs filter-process
filter.lfs.required=true
credential.helper=manager
user.email=ortizbriceno.ra@gmail.com
user.name=Rogger Ortiz
gui.recentrepo=D:/proyectos/colegio/cgilogs
gc.auto=0
http.postbuffer=1024288000
http.maxrequestbuffer=100M
ssh.postbuffer=524288000
core.compression=0
core.repositoryformatversion=0
core.filemode=false
core.bare=false
core.logallrefupdates=true
core.symlinks=false
core.ignorecase=true

Rogger@DESKTOP-MN3GC25 MINGW64 /c/xampp/htdocs/Aplicacion (master)


$
Rogger@DESKTOP-MN3GC25 MINGW64 /c/xampp/htdocs/Aplicacion (master)
$ git remote add origin https://github.com/rjmm2018/Aplicacion.git

Rogger@DESKTOP-MN3GC25 MINGW64 /c/xampp/htdocs/Aplicacion (master)


$ git remote -v
origin https://github.com/rjmm2018/Aplicacion.git (fetch)
origin https://github.com/rjmm2018/Aplicacion.git (push)

Rogger@DESKTOP-MN3GC25 MINGW64 /c/xampp/htdocs/Aplicacion (master)


$ git remote rm origin

Rogger@DESKTOP-MN3GC25 MINGW64 /c/xampp/htdocs/Aplicacion (master)


$ git remote -v

Rogger@DESKTOP-MN3GC25 MINGW64 /c/xampp/htdocs/Aplicacion (master)


$ git remote add origin https://github.com/rjmm2018/Aplicacion.git

Rogger@DESKTOP-MN3GC25 MINGW64 /c/xampp/htdocs/Aplicacion (master)


$ git push -u origin master
Logon failed, use ctrl+c to cancel basic credential prompt.
Username for 'https://github.com': rjmm2018

Rogger@DESKTOP-MN3GC25 MINGW64 /c/xampp/htdocs/Aplicacion (master)


$ ll
total 190
drwxr-xr-x 1 Rogger 197121 0 mar. 13 11:40 app/
-rwxr-xr-x 1 Rogger 197121 1686 mar. 13 11:40 artisan*
drwxr-xr-x 1 Rogger 197121 0 mar. 13 11:40 bootstrap/
-rw-r--r-- 1 Rogger 197121 1413 mar. 13 11:40 composer.json
-rw-r--r-- 1 Rogger 197121 143507 mar. 13 11:42 composer.lock
drwxr-xr-x 1 Rogger 197121 0 mar. 13 11:40 config/
drwxr-xr-x 1 Rogger 197121 0 mar. 13 11:40 database/
-rw-r--r-- 1 Rogger 197121 1125 mar. 13 11:40 package.json
-rw-r--r-- 1 Rogger 197121 1040 mar. 13 11:40 phpunit.xml
drwxr-xr-x 1 Rogger 197121 0 mar. 13 11:40 public/
-rw-r--r-- 1 Rogger 197121 3550 mar. 13 11:40 readme.md
drwxr-xr-x 1 Rogger 197121 0 mar. 13 11:40 resources/
drwxr-xr-x 1 Rogger 197121 0 mar. 13 11:40 routes/
-rw-r--r-- 1 Rogger 197121 563 mar. 13 11:40 server.php
drwxr-xr-x 1 Rogger 197121 0 mar. 13 11:40 storage/
drwxr-xr-x 1 Rogger 197121 0 mar. 13 11:40 tests/
drwxr-xr-x 1 Rogger 197121 0 mar. 13 11:42 vendor/
-rw-r--r-- 1 Rogger 197121 549 mar. 13 11:40 webpack.mix.js

Rogger@DESKTOP-MN3GC25 MINGW64 /c/xampp/htdocs/Aplicacion (master)


$ cat ~/.ssh/id_rsa.pub
ssh-rsa
AAAAB3NzaC1yc2EAAAADAQABAAABAQC6ex4Md76cdVbK9nQlW32t9JX1F0uvxLB3CiY9M/8ZFJrLEa9co
wo6LB8EK+2grki1caT397+k1X4RsC88kDLlPpk/h6KVw1VYsKOrBPSpwE+/QL9iXP8SbLbIODU5J3I6E6
V6kM7iLM/7TPm8JJPk5QdJHhqk3ech5cLC/7T93kLYWIxVniGbu/B8zrQDxgpxvsCypgdumDFbXa/7rUe
Ll2EqbSGaEcM/RHHgKMZRfPElhkLaGDn8JfgTPK52g9bTPHd00ycNNDu0Q++82t90fVgupy2IXQQK2DkD
SwcBBp3l4OF7fkOfFgE8mczAyTJyPhT8w8NrmiLXHcy+pQvx Rogger@DESKTOP-MN3GC25

Rogger@DESKTOP-MN3GC25 MINGW64 /c/xampp/htdocs/Aplicacion (master)


..
CLONAR PROYECTO DE GITHUB

COPIAR SSH
Rogger@DESKTOP-MN3GC25 MINGW64 ~
$ cd /c/xampp/htdocs/

Rogger@DESKTOP-MN3GC25 MINGW64 /c/xampp/htdocs


$ git clone git@github.com:rjmm2018/Aplicacion.git
fatal: destination path 'Aplicacion' already exists and is not an empty
directory.

Rogger@DESKTOP-MN3GC25 MINGW64 /c/xampp/htdocs


$ git clone git@github.com:rjmm2018/Aplicacion.git
Cloning into 'Aplicacion'...
remote: Counting objects: 110, done.
remote: Compressing objects: 100% (84/84), done.
remote: Total 110 (delta 9), reused 110 (delta 9), pack-reused 0
Receiving objects: 100% (110/110), 635.60 KiB | 951.00 KiB/s, done.
Resolving deltas: 100% (9/9), done.

Rogger@DESKTOP-MN3GC25 MINGW64 /c/xampp/htdocs


$ cd Aplicacion

Rogger@DESKTOP-MN3GC25 MINGW64 /c/xampp/htdocs/Aplicacion (master)


$ cp .env.example .env

Rogger@DESKTOP-MN3GC25 MINGW64 /c/xampp/htdocs/Aplicacion (master)


$ composer install

Rogger@DESKTOP-MN3GC25 MINGW64 /c/xampp/htdocs/Aplicacion (master)


$ php artisan key:generate
Application key [base64:rSNDDpuGohFqMr3TkGGbeRyGgMxm6gRG26Rdopto3E4=] set
successfully.

Probar proyecto en navegador

En el proyecto escoger la base de datos con la cual trabajar creada ya en navicat

Rogger@DESKTOP-MN3GC25 MINGW64 /c/xampp/htdocs/Aplicacion (master)


$ php artisan make:auth
Authentication scaffolding generated successfully.

Rogger@DESKTOP-MN3GC25 MINGW64 /c/xampp/htdocs/Aplicacion (master)


$ php artisan migrate
Migration table created successfully.

In Connection.php line 664:

SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too
long; max key length is 767 bytes (SQL: alter table `users` add unique
`users_email_unique`(`email`))

In Connection.php line 458:

SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too
long; max key length is 767 bytes

Rogger@DESKTOP-MN3GC25 MINGW64 /c/xampp/htdocs/Aplicacion (master)


$ php artisan migrate

In Connection.php line 664:

SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'users' already
exists (SQL: create table `users` (`id` int unsigned not null auto_increment
primary key, `name` varchar(191
) not null, `email` varchar(191) not null, `password` varchar(191) not null,
`remember_token` varchar(100) null, `created_at` timestamp null, `updated_at`
timestamp null) default characte
r set utf8mb4 collate utf8mb4_unicode_ci)

In Connection.php line 458:

SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'users' already
exists

Rogger@DESKTOP-MN3GC25 MINGW64 /c/xampp/htdocs/Aplicacion (master)


$ php artisan migrate:fresh
Dropped all tables successfully.
Migration table created successfully.
Migrating: 2014_10_12_000000_create_users_table
Migrated: 2014_10_12_000000_create_users_table
Migrating: 2014_10_12_100000_create_password_resets_table
Migrated: 2014_10_12_100000_create_password_resets_table

Rogger@DESKTOP-MN3GC25 MINGW64 /c/xampp/htdocs/Aplicacion (master)

You might also like