joseayram / chirper-blade

Laravel Bootcamp: Build Chirper with Blade - https://bootcamp.laravel.com/blade/installation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chirp with Blade

Requirements

  • PHP 8.2
  • sqlite extension

Installation

  • Install vendors: composer install
  • Change DB_CONNECTION constant to sqlite
  • Create database file: touch database/database.sqlite
  • Remove DB_DATABASE constant from .env file
  • php artisan migrate

About

Laravel Bootcamp: Build Chirper with Blade - https://bootcamp.laravel.com/blade/installation


Languages

Language:PHP 60.8%Language:Blade 38.6%Language:JavaScript 0.6%Language:CSS 0.0%