Skip to content

Building an Single Vendor eCommerce application by using Laravel 8 & Vue 2

License

Notifications You must be signed in to change notification settings

samayun/ecommerce-laravel-vue

Repository files navigation

Php artisan commands

    composer create-project --prefer-dist laravel/laravel ECommerce "8"
    composer require laravel/ui --dev
    php artisan ui vue --auth
    npm install admin-lte vue-router vuex @fortawesome/fontawesome-free moment vform view-design vue-i18n
    npm install
    npm run watch-poll