An open API service indexing awesome lists of open source software.

https://github.com/muhammadzulhusni/laravel-portfolio

This is a laravel project for my portfolio. This portfolio showing my skills and experience in the world of development and this portfolio of modern UI and stunning visual design adapts perfectly to all devices. Below is a link to my portfolio.
https://github.com/muhammadzulhusni/laravel-portfolio

completed-project laravel-framework portfolio-website

Last synced: 7 months ago
JSON representation

This is a laravel project for my portfolio. This portfolio showing my skills and experience in the world of development and this portfolio of modern UI and stunning visual design adapts perfectly to all devices. Below is a link to my portfolio.

Awesome Lists containing this project

README

          

# Laravel Portfolio

## Introduction

Welcome to my portfolio website! This website showcases my projects and skills.

## Features

- Display of projects I've worked on
- Overview of my skills and expertise
- Contact information for potential collaborations or inquiries

## Installation

To run this portfolio website locally, follow these steps:

1. Clone the repository:

```bash
git clone https://github.com/MuhammadZulhusni/Laravel-Portfolio.git
```

2. Navigate to the project directory:

```bash
cd Portfolio
```

3. Install Composer dependencies:

```bash
composer install
```

4. Copy the example environment file and make the required configuration changes:

```bash
cp .env.example .env
```

5. Generate a new application key:

```bash
php artisan key:generate
```

6. Start the local development server:

```bash
php artisan serve
```

7. Open your web browser and navigate to the local server address (typically http://localhost:8000).

## Usage

Once the local server is running, you can explore the portfolio website to view my projects and skills.