danestves / chirper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chirper

This project was made using the Laravel framework learning from https://bootcamp.laravel.com/

Technologies used:

Laravel Livewire Tailwind

Installation

Please check the official laravel installation guide for server requirements before you start. Official Documentation

Clone the repository

git clone https://github.com/danestves/chirper.git

Switch to the repo folder

cd chirper

Install dependencies

composer install
bun install

Copy .env.example to .env

cp .env.example .env

Generate application key

php artisan key:generate

Run database migrations

php artisan migrate

About


Languages

Language:PHP 50.6%Language:Blade 48.7%Language:JavaScript 0.7%Language:CSS 0.0%