Skip to content

Quick Portfolio is a no-hassle Laravel website starter for developers who want to quickly create a portfolio website.

License

Notifications You must be signed in to change notification settings

RichDavis1/QuickPortfolio

Repository files navigation

QuickPortfolio

Quick Portfolio is a no-hassle Laravel website template for developers who want to quickly create a portfolio website.

Installation

1.) Clone repository and then traverse to the local directory from CLI.

2.) Open .env and add your email & a random authorization code for ADMIN_EMAIL and AUTH_CODE

3.) While you're still in .env, add your database creds to DB_DATABASE, DB_USERNAME. and DB_PASSWORD.

Make sure you have mysql in your path or an instance of Xampp/phpMyAdmin going.

4.) Run $ composer install then run $ composer dumpautoload -o

5.) Run $ php artisan key:generate

6.) Run $ npm install

7.) Run $ npm run dev

8.) Run $ php artisan serve

9.) Open up your web browser and go the url: localhost:8000

10.) Enter in the email and auth code you set in .env

11.) If logged out, you can sign in by going to /admin.

12.) See Laravel Setup Guide for more details.

Features

Create & manage posts for your projects seamlessly from your admin dashboard

Responsive Design

About

Quick Portfolio is a no-hassle Laravel website starter for developers who want to quickly create a portfolio website.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published