Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 478 Bytes

File metadata and controls

30 lines (18 loc) · 478 Bytes

Laravel

Instalation

Links

Common Commands

  • create a model, migration, and resource controller for our Chirps with the following command:
    php artisan make:model -mrc Chirp
  1. Migration
  2. Controller
  3. View

Migration

Example: