Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yasserelgammal/portfolio
Portfolio build with laravel / Landing Page with Control Panel
https://github.com/yasserelgammal/portfolio
laravel laravel-framework laravel10 php portfolio
Last synced: 2 months ago
JSON representation
Portfolio build with laravel / Landing Page with Control Panel
- Host: GitHub
- URL: https://github.com/yasserelgammal/portfolio
- Owner: YasserElgammal
- Created: 2022-12-22T14:28:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T10:16:11.000Z (7 months ago)
- Last Synced: 2024-09-28T20:02:07.839Z (3 months ago)
- Topics: laravel, laravel-framework, laravel10, php, portfolio
- Language: CSS
- Homepage:
- Size: 3.94 MB
- Stars: 28
- Watchers: 2
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Project Description
This is a Portfolio landing page built with Laravel, It has a full control panel to control content.
[Recorded Video for the whole project](https://youtu.be/67eNtTWKtcc "Recorded Video for the whole project")
### How to Install
1. Clone the project
2. Go to the project root directory and run `composer install` and `npm install`
3. Create `.env` file and copy content from `.env.example`
4. Run `php artisan key:generate` from terminal
5. Change database information in `.env`
6. Run migrations by executing `php artisan migrate` , Then Run `php artisan db:seed` to use faker settings in database,
7. Start the project by running `php artisan serve`### Demo Account
- AdminURL: http://127.0.0.1:8000/admin
- Email: [email protected]
- Password: password