Skip to content

This repository contains a Laravel portfolio generator that can be used to create a static website for creating a CV. It is easy to use and can be customized according to your needs.

Notifications You must be signed in to change notification settings

CHERIEF-Dz/Laravel-Portfolio-Generator

Repository files navigation

Laravel Portfolio Generator

This repository contains a generator that can be used to create a static website for creating a CV. It is easy to use and can be customized according to your needs.

Requirements

  1. Install wampserver or XAMPP
https://www.wampserver.com/en/download-wampserver-64bits/
  1. Install composer

Follow this video if you haven't composer on your computer

https://getcomposer.org/download/
  1. Add PHP to System envirement variables

How to clone and install the necessary tools

  1. Download the repository and unzip it:
https://github.com/CHERIEF-Dz/Laravel-Portfolio-Generator
  1. Go to the project directory and install the dependencies using the following command:
composer install
  1. Open .env file and update the database and personal information.

  2. Run the migrations using the following command:

php artisan migrate
  1. Open a cmd command line in the directory and switch on the server:
php artisan serve
  1. Go to 127.0.0.1:8000 to view the results

  2. You can add, remove and update the elements of the index by going to 127.0.0.1:8000/admin

How to generate the static website

  1. Open new cmd in the directory and switch on the server:
php artisan serve
  1. Open other cmd and run the following command to generate the static website:
php artisan generate:static
  1. The static website will be generated in the static directory.

  2. In public, Copy assets and img folders and put them in the static folder.

Congrats!! Now you can deploy your personal website any where in any webhost.

Remarks

  • You should have at least basic knowledge of HTML, CSS to do the customization.
  • This repository is intended to be used as a starting point for creating your own static website.
  • Feel free to contribute to the project by submitting pull requests or reporting issues & share it with your friends.

Whatch this video to understand how to all of this

Explicative Video

About

This repository contains a Laravel portfolio generator that can be used to create a static website for creating a CV. It is easy to use and can be customized according to your needs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published