"PortfolioHub" is a web application built using the Laravel framework that serves as a personal portfolio for showcasing your skills, projects, and professional experience. This platform allows you to present your achievements and expertise in a visually appealing and user-friendly manner.
- run XAMPP
- git install https://github.com/Feras-Barahmeh/PortfolioHub/
- cd
- composer install
- copy .env.example file and rename to .env
- create db and change name in .env file
- run command
php artisan mi:f --seed
- to generate app key run
php artisan key:generate
- npm install
- if it has a vulnerabilities errors run this
npm audit fix
- run
npm run dev; npm run build
- run
php artisan storage:link
- run
php artisan serve
- in browser got to
http://localhost:8000/en/login
Login As Admin
| Privilege | Email | Password | |-----------|-----------------|----------| | Admin | admin@gmail.com | password |
- Mcamara/localization
- astrotomic/laravel-translatable
- Laravel breeze
- Livewire
- CKEDITOR
- FilePond