Skip to content

This repository implements Laravel and Vue.js to show, sort and search products of a ecommerce store with pagination.

Notifications You must be signed in to change notification settings

skn-036/laravel-vue-ajax-product-page

Repository files navigation

About This Repository

This repository implements Laravel and Vue.js to show, sort and search products of a ecommerce store with pagination.

Installation

First download this repository. Navigate to root of the project and then

    composer install
    npm install

Fill up the database credentials(DB_DATABASE, DB_USERNAME, DB_PASSWORD) according to your database. At the root of your project run the following commands on terminal sequentially.

    php artisan key:generate
    php artisan migrate
    php artisan db:seed

This will store all the default data into the database. Then compile the assets by

    npm run dev

Finally initiate your server and enjoy !!!

    php artisan serve

About

This repository implements Laravel and Vue.js to show, sort and search products of a ecommerce store with pagination.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published