Skip to content

rhenaldkarrel/laravel-nuxt-app-example

Repository files navigation

Usage

First, setup the .env file, then run this command:

    php artisan migrate:fresh --seed

Run the Laravel backend server.

    composer install && php artisan serve

Run the database.

Open new terminal and go to the Nuxt client app.

    cd client

Run the Nuxt client app.

    yarn && yarn dev