seo-asif / portfolio_project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Portfolio Project

This repository contains the source code for my personal portfolio project built using the Laravel framework. This project showcases my skills, projects, and experiences as a developer.

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine.

Prerequisites

Make sure you have the following software installed on your machine:

  • PHP (>= 7.3)
  • Composer
  • Laravel
  • Node.js
  • npm

Installing

  1. Clone the repository:
   git clone git@github.com:seo-asif/portfolio_project.git
  1. Navigate to the project directory:
cd portfolio_project
  1. Install PHP dependencies:
Copy code
composer install
  1. Install Node.js dependencies:
npm install
  1. Copy the .env.example file and rename it to .env:
cp .env.example .env
  1. Generate an application key:
php artisan key:generate
  1. Configure database settings in the .env file.

Run database migrations:

php artisan migrate
  1. Compile assets:
npm run dev
  1. Start the development server:
php artisan serve

The application should now be running at http://localhost:8000.

Built With Laravel - The PHP framework for web artisans.

Bootstrap - Front-end framework. Vue.js - JavaScript framework for building user interfaces. License This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

Hat tip to anyone whose code was used. Inspiration. etc. Feel free to explore the code and use it as a reference for your own projects. If you have any questions or suggestions, please create an issue or reach out to me directly.

About


Languages

Language:PHP 81.9%Language:Blade 16.0%Language:CSS 1.8%Language:JavaScript 0.3%