Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| code:laravel:updating [2020/04/20 09:19] – gerardorourke | code:laravel:updating [2020/04/20 09:25] (current) – [Laravel - Updating] gerardorourke | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| *Install Composer - https:// | *Install Composer - https:// | ||
| *Latest Supported PHP | *Latest Supported PHP | ||
| + | *< | ||
| *< | *< | ||
| ==== Version check ==== | ==== Version check ==== | ||
| + | Laravel Version Check | ||
| < | < | ||
| php artisan --version | php artisan --version | ||
| </ | </ | ||
| + | Installed Packages Version Check | ||
| < | < | ||
| composer show -i | composer show -i | ||
| </ | </ | ||