Skip to content

Facebook Clone with Laravel, TDD, Vue & Tailwind CSS with Victor Gonzalez (Udemy). https://github.com/vicgonvt/facebook-ct

Notifications You must be signed in to change notification settings

SantosReis/facebook-ct

 
 

Repository files navigation

Installation Instructions

  • Clone the repo.
    cd facebook-ct
    
    composer install
    
    cp .env.example .env / php -r "file_exists('.env') || copy('.env.example', '.env');"
    
    php artisan key:generate --ansi
    
    mysql -uroot
    
    create database facebook_ct;
  • update .env file
    php artisan migrate --seed
    
    npm install && npm run dev / npm run watch
  • For tests run this command
    ./vendor/bin/phpunit

Releases

No releases published

Packages

No packages published

Languages

  • PHP 77.7%
  • Vue 12.9%
  • Blade 9.0%
  • Shell 0.4%