https://github.com/devriazul/portfolio-client
https://github.com/devriazul/portfolio-client
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/devriazul/portfolio-client
- Owner: devriazul
- Created: 2022-05-24T05:28:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-02T01:43:42.000Z (about 3 years ago)
- Last Synced: 2025-07-14T06:19:20.000Z (10 months ago)
- Language: HTML
- Size: 4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Minimum Requirements
- PHP 7.3+
- Composer 2.0+
- MySQL 5.7+
- Laravel 8.0
## How to install
- Step 1: Clone the repository -
https://github.com/devriazul/portfolio-client.git
- Step 2: Install Laravel
Composer install
- Step 3: Run the migration( follow the order)
i) Migrate and seed the base tables (Needed only once)
php artisan migrate --seed
## About This Project
This is a web-based Protfolio Project. From here user can create, update or delete their latest work, education or contact information.
We have an dashboard panel to control this site. Users have one role which is:
- Super Admin
## Super Admin:
Only Super Admin can change their details.
## Feature
- Update and delete: User who created a feature on this side can able to delete or update their post at any time an as much as they want.
## Software Requirement
I have used those languages to create this project.
Front-End
- HTML
- CSS
- Java Scripts
Back-End:
- PHP
- Laravel-Framework : 8
- Mysql# portfolio-client
