parkashay / dynamic-portfolio-laravel

A fully Dynamic portfolio website made in Laravel with CMS and authorization using admin key and session.

Home Page:https://prakashpoudel.000webhostapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dynamic Portfolio template website in Laravel

made using laravel.

to run,

  • copy .env.example into .env file using command cp .env.example .env.
  • create a app key using command php artisan key:generate.
  • run MySQL server from XAMPP control panel.
  • migrate the database using command php artisan migrate.
  • run the app using command php artisan serve.

About

A fully Dynamic portfolio website made in Laravel with CMS and authorization using admin key and session.

https://prakashpoudel.000webhostapp.com/


Languages

Language:PHP 56.6%Language:JavaScript 27.1%Language:Blade 12.5%Language:CSS 3.9%