Laravel Movie App Using Vue js

    By: Thad Mertz
    4 years ago

    To make it work you need to have local server setup. In our case in video series we used XAMPP.


    make sure you have composer and nodejs installed if not install from here

    1. composer
    2. NODEJS

    Once the project zip is extracted run below given commands

    npm install
    
    composer install 
    
    php artisan key:generate
    

    For clearing cache run

    php artisan optimize:clear
    



    Download project zip Version1.0 as shown in below given video here



    Video guide series can be checked here

    How To Set Up virtual Host

    Video Guide For Setting up Virtual Host