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.
- Install
wampserver
orXAMPP
https://www.wampserver.com/en/download-wampserver-64bits/
- Install composer
Follow this video if you haven't composer on your computer
https://getcomposer.org/download/
- Add PHP to System envirement variables
- Download the repository and unzip it:
https://github.com/CHERIEF-Dz/Laravel-Portfolio-Generator
- Go to the project directory and install the dependencies using the following command:
composer install
-
Open
.env
file and update the database and personal information. -
Run the migrations using the following command:
php artisan migrate
- Open a cmd command line in the directory and switch on the server:
php artisan serve
-
Go to
127.0.0.1:8000
to view the results -
You can add, remove and update the elements of the index by going to
127.0.0.1:8000/admin
- Open new cmd in the directory and switch on the server:
php artisan serve
- Open other cmd and run the following command to generate the static website:
php artisan generate:static
-
The static website will be generated in the
static
directory. -
In
public
, Copyassets
andimg
folders and put them in thestatic
folder.
Congrats!! Now you can deploy your personal website any where in any webhost.
- 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.