/laravel-portfolio

creating laravel version of https://github.com/anniedotexe/anniew.xyz on youtube

Primary LanguagePHP

Dynamic Portfolio Website with Laravel

Dynamic Portfolio Website project built with Laravel. This project allows you to create and showcase your portfolio in a dynamic and interactive manner.

Installation

  1. Clone the Repository, Install Dependencies, and Set Up:

    git clone https://github.com/tauseedzaman/laravel-portfolio
    cd laravel-portfolio
    composer install
    php artisan key:generate
    php artisan storage:link
    php artisan migrate
    php artisan serve```