Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
lwc:programming:php:laravel [2021/09/07 17:16] – created John Harrison | lwc:programming:php:laravel [2021/09/07 20:31] (current) – John Harrison | ||
---|---|---|---|
Line 1: | Line 1: | ||
=== Add Column to DB === | === Add Column to DB === | ||
- Have '' | - Have '' | ||
- | * Artisan is a php script itself so you must run this from the directory where '' | + | * Artisan is a php script itself so you must run this from the directory where '' |
* Artisan knows how to fill out the template based on the name you give it. Example command: '' | * Artisan knows how to fill out the template based on the name you give it. Example command: '' | ||
- in '' | - in '' | ||
- to run the migration: '' | - to run the migration: '' | ||
+ | [[https:// |