Skip to content

Repository files navigation

Installation Guide

Prerequisites

Software Version Installation Guide
PHP ≥ 8.2 php.net
Composer Latest getcomposer.org
MySQL/PostgreSQL ≥ 5.7 mysql.com

1. Clone Repository

git clone https://github.com/ezzyraouy/AboutMe.git

2. Environment Setup

cp .env.example .env

Configure these key variables in .env:

APP_URL=http://localhost:8000
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=your_db_name
DB_USERNAME=root
DB_PASSWORD=

3. Install Dependencies

composer install

4. Application Setup

# Generate app key
php artisan key:generate

# Run migrations with seed
php artisan migrate --seed

# Clear the configuration and cache:
php artisan config:clear
php artisan cache:clear

Default test user created:

5. Start Development Servers

Termina

php artisan serve

About

This repository contains my personal portfolio website, built using PHP, Laravel, HTML, CSS, JavaScript, and Bootstrap.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages