{"id":22367095,"url":"https://github.com/monika171/outplacementheroes","last_synced_at":"2026-04-10T12:01:52.335Z","repository":{"id":38154578,"uuid":"259177886","full_name":"Monika171/OutplacementHeroes","owner":"Monika171","description":"OutplacementHeros was a community of Recruiting Professionals, Consultants \u0026 Volunteers who collaborated to help laid off employees during COVID-19 global pandemic. Founder: Roshan Kumar Rawat (https://www.linkedin.com/in/roshankrawat). ","archived":false,"fork":false,"pushed_at":"2023-08-28T16:06:41.000Z","size":89536,"stargazers_count":0,"open_issues_count":28,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T15:54:35.310Z","etag":null,"topics":["blade-template","bootstrap","bootstrap-modal","eloquent","employment-opportunities","html-css","jobapplication","jobs","jquery-ajax","laravel","laravel-notifications","laravel-observers","laravel7x","model-view-controller","mvc-framework","mysql","php","select2","vuejs"],"latest_commit_sha":null,"homepage":"https://better-jobs-9.000webhostapp.com/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Monika171.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-04-27T01:55:13.000Z","updated_at":"2023-08-28T16:03:03.000Z","dependencies_parsed_at":"2025-01-31T17:22:50.395Z","dependency_job_id":null,"html_url":"https://github.com/Monika171/OutplacementHeroes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Monika171/OutplacementHeroes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Monika171%2FOutplacementHeroes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Monika171%2FOutplacementHeroes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Monika171%2FOutplacementHeroes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Monika171%2FOutplacementHeroes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Monika171","download_url":"https://codeload.github.com/Monika171/OutplacementHeroes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Monika171%2FOutplacementHeroes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31641492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["blade-template","bootstrap","bootstrap-modal","eloquent","employment-opportunities","html-css","jobapplication","jobs","jquery-ajax","laravel","laravel-notifications","laravel-observers","laravel7x","model-view-controller","mvc-framework","mysql","php","select2","vuejs"],"created_at":"2024-12-04T18:16:26.297Z","updated_at":"2026-04-10T12:01:52.297Z","avatar_url":"https://github.com/Monika171.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"https://github.com/Monika171/OutplacementHeroes/blob/master/public/profile_pic/oph.jpeg\" width=\"400\"\u003e\u003c/p\u003e\n\nOutplacementHeros was a community of Recruiting Professionals, Consultants \u0026 Volunteers who collaborated to help laid off employees during COVID-19 global pandemic.\n\nDemo Link: [https://better-jobs-9.000webhostapp.com/](https://better-jobs-9.000webhostapp.com/)\n\n## Getting Started\n\n\u003ch3\u003eClone the repository.\u003c/h3\u003e\n\n### \u003e\u003e Prerequisites\n\n-   PHP version 7.2.34\n-   \\*MySQL version 8.0.33\n-   Composer version 2.3.8\n\n\\*This app uses MySQL. To use something different, open `config/Database.php` and change the default driver.\n\nTo use MySQL, install and setup a database and then add your database credentials(database, username and password) to the `.env.example` file.\n\n### \u003e\u003e Installing Composer Dependencies\n\nInstall Laravel's dependencies using Composer:\n\n```\ncomposer install\n```\n\n-   In case there is error:\n\n    -   Delete `composer.lock` file. (if exists)\n    -   Delete `vendor` directory. (if exists)\n    -   Clear Cache:  \n        Run the following commands to clear various Laravel caches:\n\n        ```\n        php artisan config:clear\n        php artisan cache:clear\n        php artisan route:clear\n        php artisan view:clear\n        composer clear-cache\n        ```\n\n    -   Run `composer install` again.\n    -   Check Composer Autoload:\n\n        ```\n        composer dump-autoload\n        ```\n\n### \u003e\u003e `.env` configuration file\n\n```\ncp .env.example .env\n```\n\n### \u003e\u003e Generating application key:\n\n```\nphp artisan key:generate\n```\n\n### \u003e\u003e Configuring The Environment:\n\nOpen the `.env` file in a text editor and configure the database settings, application URL, email (or mailtrap values), admin account values, pusher values and any other necessary environment variables for example:\n\n-   email values, eg:\n\n        MAIL_MAILER=smtp\n        MAIL_HOST=smtp.gmail.com\n        MAIL_PORT=587\n        MAIL_USERNAME=site_email@site.com\n        MAIL_PASSWORD=YourEmailPassword\n        MAIL_ENCRYPTION=tls\n        MAIL_FROM_ADDRESS=site_email@site.com\n        MAIL_FROM_NAME=OPH\n\n-   pusher values, eg:\n\n        PUSHER_APP_ID=YourPusherAppID\n        PUSHER_APP_KEY=YourPusherAppKey\n        PUSHER_APP_SECRET=YourPusherAppSecret\n\n    OR login to https://pusher.com/ to create all new app and get the above values. Instructions to integrate pusher will be available there, but here is the outline to verify:\n\n    1. Put pusher credentials in `.env` file.\n    2. Also replace pusher app key in `home.blade.php` inside `\u003cscript\u003e` eg:\n        ```\n        var pusher = new Pusher('YourPusherAppKey', {\n        cluster: 'EnterClusterValue'\n        });\n        ```\n\n-   admin values, eg:\n\n        ADMIN_NAME=\"Some Admin Name\"\n        ADMIN_EMAIL=admin@site.com\n        ADMIN_PASSWORD=AdminPassword\n\n### \u003e\u003e Migrations\n\n\u003cb\u003e\u003cu\u003eTwo Options\u003c/u\u003e\u003c/b\u003e:\n\n-   \u003cu\u003eOption 1:\u003c/u\u003e  \n    All database tables can be imported:  \n    `OPH_sql_import1/ALL_PRESENT_TABLES_EXPORT/oph.sql`\n\n-   \u003cu\u003eOption 2:\u003c/u\u003e  \n    Using artisan for Database Migrations:\n\n    1. To create all the necessary tables and columns, run the following:\n        ```\n        php artisan migrate\n        ```\n    2. Import `'countries.sql'`, `'states.sql'`, `'cities.sql'`, `'courses.sql'`, `'designations.sql'`, `'industries.sql'`, `'skills.sql'`, `'specializations.sql'`, `'messages.sql'` values to the database.  \n       (If required, delete the previously existing respective tables)\n        - ALL these .sql files are directly available here inside `'OPH_sql_import1'`\n\n### \u003e\u003e Seeding The Database\n\nTo add admin data, run:\n\n```\nphp artisan db:seed --force\n```\n\n### \u003e\u003e Creating symlink\n\nCreate symlink from `public/storage` directory to `storage/app/public` directory which will make files stored in the `storage/app/public` directory accessible from the web by creating a virtual link in the public directory of this project.\n\n```\nphp artisan storage:link\n```\n\n### \u003e\u003e Installing JavaScript Dependencies and building frontend assets\n\n```\nnpm install \u0026\u0026 npm run dev\n```\n\n### \u003e\u003e Running The Development Server:\n\nIn the Terminal, navigate to the project directory if not already there.  \nStart the Laravel development server:\n\n```\nphp artisan serve\n```\n\n### \u003e\u003e Accessing The Laravel App:\n\n-   Open a web browser.\n-   Visit the URL displayed in the Terminal after starting the development server.  \n    By default, it's usually `http://127.0.0.1:8000`.\n\n## App Info\n\n### Built With\n\n-   [Laravel Framework 7.30.6](https://laravel.com/docs/7.x/releases)\n\n### Version\n\n1.0.0\n\n### Meet the Team:\n\n-   HIRING EMPLOYERS, JOBSEEKERS, ADMIN\u003cbr\u003e\n    ~[\u003ca href=\"https://github.com/Monika171\"\u003eMonika\u003c/a\u003e]\u003cbr\u003e\n    \u003cbr\u003e\n-   VOLUNTEERS:\u003cbr\u003e\n    ~[\u003ca href=\"https://github.com/Priti-Gowala\"\u003ePriti\u003c/a\u003e]\u003cbr\u003e\n    \u003cbr\u003e\n-   SEPARATING EMPLOYERS, CONSULTANTS:\u003cbr\u003e\n    ~[\u003ca href=\"https://github.com/pavangv28\"\u003ePavan\u003c/a\u003e]\u003cbr\u003e\n    \u003cbr\u003e\n-   HOME+LOGIN+REGISTRATION PAGE DESIGN:\u003cbr\u003e\n    ~[\u003ca href=\"https://github.com/AkankshaBoora\"\u003eAkanksha\u003c/a\u003e]\u003cbr\u003e\n    \u003cbr\u003e\n-   DATA-COLLECTION(Industry, Designation, Skills, Education):\u003cbr\u003e\n    ~[by Pavan,Priti,\u003ca href=\"https://github.com/Harshita248\"\u003eHarshita\u003c/a\u003e]\u003cbr\u003e\n    \u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonika171%2Foutplacementheroes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonika171%2Foutplacementheroes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonika171%2Foutplacementheroes/lists"}