Step 4: Laravel Database & Public Resource

1. Database Table Create

SKIP THIS STEP IF THE TABLE IS ALREADY CREATED BEFORE

Execute 'php artisan migrate' to run database migrations and set up the database schema.

php artisan migrate

2. For Public Resource, refer to Laravel Live Setup

Last updated