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.
- Host: GitHub
- URL: https://github.com/muhammadzulhusni/laravel-portfolio
- Owner: MuhammadZulhusni
- Created: 2024-03-15T08:13:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-19T16:06:21.000Z (about 1 year ago)
- Last Synced: 2024-11-11T18:02:53.393Z (11 months ago)
- Topics: completed-project, laravel-framework, portfolio-website
- Language: PHP
- Homepage: https://zulhusniportfolio.com/
- Size: 48.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.