This project started when I wanted to create a website that was used to represent the results of the project I created. Many out there have made it like this, but I am more challenged to develop this portfolio website using existing references.
Why use this:
- Make it easier for you to share the results of your projects with the world
- Writing portfolios becomes more efficient anytime and anywhere
- Responsive user interface
Of course, this project wouldn't be perfect without references from great people out there. Thanks to everyone for supporting me to develop this project!
This project uses the following framework:
This project uses the following tools & plugin:
The project has features such as:
Homepage
- About Section
- Education Section
- Skills Section
- Projects Section
- Services Section
Admin Panel
- Dashboard
- Manage Project
- Manage Category
- Manage Account
This is a step about setting up your project locally. To get a local copy up and running, follow these simple example steps.
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer.
Below are the procedures for installing and setting up your app.
- Clone the repo
git clone https://github.com/irfanbakhtiar/larawind-portfolio.git
- Install Composer
composer install
- Copy .env
cp .env.example .env
- Open .env change your field correspond to your configuration.
DB_DATABASE
DB_PASSWORD
- Key generate
php artisan key:generate
- Migrate database
php artisan migrate
- Run server
php artisan serve
- Run your build process with new terminal
npm run watch
- Don't forget to symlink your storage
php artisan storage:link
Muhammad Irfan Bakhtiar - [email protected]
Project Link: https://github.com/irfanbakhtiar/larawind-portfolio