8000 GitHub - sti-munene/laragigs: Crash course on laravel by Brad Traversy
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sti-munene/laragigs

Repository files navigation

Laravel Logo

Resources

  1. Technical Documentation
  2. Laracasts Blog

Basic Commands

  1. Start dev server

    php artisan serve
  2. Migrate the database

    php artisan migrate
  3. Migrate the database

    php artisan migrate
  4. Reset the db back to basics

    php artisan migrate:refresh
  5. Seed data to the db

    php artisan db:seed
  6. Reset the db back to basics and seed data at the same time

    php artisan migrate:refresh --seed
  7. Generate your application encryption key

    php artisan key:generate
    
        ```

About

Crash course on laravel by Brad Traversy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0