{"id":14975150,"url":"https://github.com/1970mr/portfolio","last_synced_at":"2026-02-23T21:49:17.033Z","repository":{"id":244628243,"uuid":"605202931","full_name":"1970Mr/Portfolio","owner":"1970Mr","description":"Customizable portfolio template. Install, personalize, showcase your own info. Open for everyone.","archived":false,"fork":false,"pushed_at":"2024-08-09T08:56:10.000Z","size":11997,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T05:41:14.934Z","etag":null,"topics":["bootstrap","cms","css","html","javascript","laravel","laravel-cms","laravel-framework","laravel-portfolio","laravel10","open-source","php","portfolio","responsive-design","showcase","templating"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/1970Mr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-22T17:01:35.000Z","updated_at":"2024-08-09T08:56:13.000Z","dependencies_parsed_at":"2024-08-09T10:24:01.764Z","dependency_job_id":null,"html_url":"https://github.com/1970Mr/Portfolio","commit_stats":{"total_commits":340,"total_committers":3,"mean_commits":"113.33333333333333","dds":"0.014705882352941124","last_synced_commit":"e19a03eb1de0e2ab542c1ab6e9095e2096ad45f3"},"previous_names":["1970mr/portfolio"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1970Mr%2FPortfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1970Mr%2FPortfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1970Mr%2FPortfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1970Mr%2FPortfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/1970Mr","download_url":"https://codeload.github.com/1970Mr/Portfolio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238497601,"owners_count":19482283,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","cms","css","html","javascript","laravel","laravel-cms","laravel-framework","laravel-portfolio","laravel10","open-source","php","portfolio","responsive-design","showcase","templating"],"created_at":"2024-09-24T13:51:37.693Z","updated_at":"2025-10-27T13:30:15.563Z","avatar_url":"https://github.com/1970Mr.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Portfolio Website with Laravel\n\nThis repository contains a Portfolio website built with Laravel. The website serves as a platform to display the developer's projects, skills, and other relevant information. It includes sections such as Home, About Me, Skills, Experience \u0026 Education, Portfolio, Contact Me, and Blogs.\n\n## Table of Contents\n- [Portfolio Website with Laravel](#portfolio-website-with-laravel)\n  - [Table of Contents](#table-of-contents)\n  - [Frontend Sections](#frontend-sections)\n  - [Backend Sections](#backend-sections)\n  - [Installation](#installation)\n  - [Configuration](#configuration)\n  - [Screenshots](#screenshots)\n  - [Contribution](#contribution)\n  - [License](#license)\n\n## Frontend Sections\nThe frontend sections of the website are organized as follows:\n\n- **Home**: The main landing page with a brief introduction and call-to-action buttons.\n- **About Me**:\n  1. Personal Information: Information about me and my background.\n  2. Skills: A list of skills and expertise I possess.\n  3. Experience \u0026 Education: Details about my work experience and educational background.\n- **Portfolio**: A showcase of my projects and works.\n- **Contact Me**: A contact form to get in touch with me.\n- **Blogs**: A section to read the latest blog posts.\n\n## Backend Sections\nThe backend of this portfolio website is powered by Laravel, a PHP web application framework. It includes the following sections:\n\n- **Authentication**: User login functionality.\n- **Admin Panel**: An admin panel to manage the website's content.\n- **Database**: MySQL database to store user data, portfolio information, blog posts, and more.\n\n## Installation\nTo install and run this project locally, follow these steps:\n\n1. Clone the repository: `git clone https://github.com/1970Mr/portfolio.git`\n2. Change into the project directory: `cd portfolio`\n3. Install Composer dependencies: `composer install`\n4. Install NPM dependencies: `npm install`\n5. Create a copy of the `.env.example` file and rename it to `.env`: `cp .env.example .env`\n6. Generate an application key: `php artisan key:generate`\n7. Configure your database settings in the `.env` file.\n8. Migrate the database: `php artisan migrate`\n9. Seed the database with sample data: `php artisan db:seed`\n10. Start the development server: `php artisan serve`\n\n## Configuration\nIn the `.env` file, you should configure the following important settings:\n\n- **APP_NAME**: The name of the application.\n- **APP_URL**: The URL of your application.\n- **DB_CONNECTION**: Database connection (e.g., mysql).\n- **DB_HOST**: Database host (e.g., 127.0.0.1).\n- **DB_PORT**: Database port (e.g., 3306).\n- **DB_DATABASE**: Database name.\n- **DB_USERNAME**: Database username.\n- **DB_PASSWORD**: Database password.\n- **MAIL_MAILER**: Mail driver (e.g., smtp).\n- **MAIL_HOST**: Mail server host.\n- **MAIL_PORT**: Mail server port.\n- **MAIL_USERNAME**: Your email username.\n- **MAIL_PASSWORD**: Your email password.\n- **MAIL_ENCRYPTION**: Mail encryption (e.g., tls).\n- **MAIL_FROM_ADDRESS**: Default email address for outgoing mail.\n- **MAIL_FROM_NAME**: Default name for outgoing mail.\n- **ADMIN_LOCAL_NAME**: Your admin local name.\n- **ADMIN_NAME**: Your admin username.\n- **ADMIN_PASSWORD**: Your admin password.\n- **ADMIN_EMAIL**: Your admin email.\n- **APARAT_USERNAME**: Your aparat username. (optional)\n- **APARAT_PASSWORD**: Your aparat password. (optional)\n\nYou can access the admin panel at [http://127.0.0.1:8000/admin-panel](http://127.0.0.1:8000/admin-panel).\n\n**Note**: This project is for portfolio and backend purposes only. The frontend section of the site, is not owned by me but has been modified for demonstration.\n\n## Contribution\nContributions are welcome! If you have suggestions or found issues, please create an issue or send a pull request.\n\n## License\nThis project is open-source and available under the [MIT License](LICENSE.md).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1970mr%2Fportfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F1970mr%2Fportfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1970mr%2Fportfolio/lists"}