Step 4: Laravel Database & Public Resource

circle-exclamation

1. Database Table Create

circle-info

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