Job Portal - Find your dream job here Various career opportunities await you

Overview

Job Portal

Find your dream job here Various career opportunities await you. Find the right career and connect with companies anytime, anywhere 🎯

About Job Portal

Job Portal is the topest job site in the worldwith unique visitors every month. Indeed strives to put job seekers first, giving them free access to search for jobs, post resumes, and research companies. Every day, we connect millions of people to new opportunities

Our Expert Team

Meets talented group with a shared vision of delivering consistently

Job Search

64% of job seekers get hired through a referral. Use Job Portal to boost your chances of getting hired through people you know.

  • Search a Job
  • View a Jobs
  • Apply

Login Functionalities

  • You can Logiin directly as per your account status JobSeeeker or Company
  • Forget Password

Register Functionalities

Welcome to JobPortal! First of all, what do you want to do?

Looking for a job

  • Show your abilities and qualities as a talent in an easy way. So that recruiters can see if you can be one of the candidates for a job interview.
  • Register as Seeker

Looking for a candidate

  • Recruiting candidates is indeed a challenge. We therefore understand that a job recruiter can require multiple job recruitment platforms.
  • Register as Company

Job Seekers & Company

Find and get better job opportunities according to skills and location and Post Opportunities to hire the Professionals

Job Seekers

Find and get better job opportunities according to skills and location.

  • Applicant on Job
  • Search Jobs as candidate
  • Update his/her profile
  • Upload Resume

Company

Post job advertisements to connect with the most potential job seekers.

  • View applicant on Jobs
  • Post Job as company
  • Edit Job Requirements or Cancel
  • Accept/Reject Candidate

Dashboard

Welcome back,

  • Job Lists
  • Applicants
  • Applicants Profile
  • Exit Dashboard

User credentials

Job Seekers

  • Ossama Mehmood
    Email: [email protected] Password: ossamamehmood

  • Hamza Altaf
    Email: [email protected] Password: hamzaaltaf

  • Abdullah
    Email: razzaqabdullah7867@@gmail.com Password: razzaqabdullah

Company

Install the following Xampp, Visual Studio Code and Composer:

Run Job Portal (Build in Laravel)

  • Open Xampp to start Apache and MySQL
  • Create a database locally http://localhost/phpmyadmin named JobPortal
  • Import the database SQL file given in JobPortal/Database into JobPortal
  • Rename .env.example file to .envinside your project root and fill the database information. (windows wont let you do it, so you have to open your console cd your project root directory and run mv .env.example .env )
  • Open the project folder in Visual Studio Code and Open Terminal
  • Run composer install , php composer.phar install , composer update , composer install --ignore-platform-reqs
  • Run php artisan key:generate
  • Run php artisan migrate
  • Run php artisan db:seed to run seeders, if any.
  • Run php artisan serve
  • Follow Link 127.0.0.1:8000

Some reason project stop working :

  • composer update
  • php artisan migrate

Support 💓

Support at Patreon


Ossama Mehmood

You might also like...
With dadjokes every time you load your control panel you'll be greeted by an epic dad joke on the dashboard.

Filament Dad Jokes Widget With DadJokes every time you load your control panel you'll be greeted by an epic dad joke on the dashboard. Installation Yo

Electrik is a full-featured, open-source, starter-kit to help you build you your SaaS application.
Electrik is a full-featured, open-source, starter-kit to help you build you your SaaS application.

Electrik Electrik is a full-featured and open-source stater-kit for for your next SaaS application. It's built on top of Laravel, Livewire, neerajsoha

Stop duplicating your Eloquent query scopes and constraints in PHP. This package lets you re-use your query scopes and constraints by adding them as a subquery.

Laravel Eloquent Scope as Select Stop duplicating your Eloquent query scopes and constraints in PHP. This package lets you re-use your query scopes an

Laravel-OvalFi helps you Set up, test, and manage your OvalFi integration directly in your Laravel App.
Laravel-OvalFi helps you Set up, test, and manage your OvalFi integration directly in your Laravel App.

OvalFi Laravel Package Laravel-OvalFi helps you Set up, test, and manage your OvalFi integration directly in your Laravel App. Installation You can in

laravel package help you to implement geographical calculation, with several algorithms that help you deal with coordinates and distances.
laravel package help you to implement geographical calculation, with several algorithms that help you deal with coordinates and distances.

Geographical Calculator Geographical Calculator was developed for laravel 5.8+ to help you to implement geographical calculation, with With several al

A series of methods that let you manipulate colors. Just incase you ever need different shades of one color on the fly.

PHPColors A series of methods that let you manipulate colors. Just incase you ever need different shades of one color on the fly. Requirements PHPColo

Foreman is a Laravel scaffolding application that automates common tasks you typically perform with each new Laravel app you create
Foreman is a Laravel scaffolding application that automates common tasks you typically perform with each new Laravel app you create

Foreman is a Laravel scaffolding application that automates common tasks you typically perform with each new Laravel app you create. The directives you want Forman to perform are outlined in a JSON based template file.

Laravel Impersonate is a plugin that allows you to authenticate as your users.

Laravel Impersonate Laravel Impersonate makes it easy to authenticate as your users. Add a simple trait to your user model and impersonate as one of y

This package lets you add uuid as primary key in your laravel applications

laravel-model-uuid A Laravel package to add uuid to models Table of contents Installation Configuration Model Uuid Publishing files / configurations I

Comments
  • Bump guzzlehttp/guzzle from 7.4.2 to 7.4.5 in /Recruitee

    Bump guzzlehttp/guzzle from 7.4.2 to 7.4.5 in /Recruitee

    Bumps guzzlehttp/guzzle from 7.4.2 to 7.4.5.

    Release notes

    Sourced from guzzlehttp/guzzle's releases.

    Release 7.4.5

    See change log for changes.

    Release 7.4.4

    See change log for changes.

    Release 7.4.3

    See change log for changes.

    Changelog

    Sourced from guzzlehttp/guzzle's changelog.

    7.4.5 - 2022-06-20

    • Fix change in port should be considered a change in origin
    • Fix CURLOPT_HTTPAUTH option not cleared on change of origin

    7.4.4 - 2022-06-09

    • Fix failure to strip Authorization header on HTTP downgrade
    • Fix failure to strip the Cookie header on change in host or HTTP downgrade

    7.4.3 - 2022-05-25

    • Fix cross-domain cookie leakage
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 2
  • Bump guzzlehttp/guzzle from 7.4.2 to 7.4.5 in /JobPortal

    Bump guzzlehttp/guzzle from 7.4.2 to 7.4.5 in /JobPortal

    Bumps guzzlehttp/guzzle from 7.4.2 to 7.4.5.

    Release notes

    Sourced from guzzlehttp/guzzle's releases.

    Release 7.4.5

    See change log for changes.

    Release 7.4.4

    See change log for changes.

    Release 7.4.3

    See change log for changes.

    Changelog

    Sourced from guzzlehttp/guzzle's changelog.

    7.4.5 - 2022-06-20

    • Fix change in port should be considered a change in origin
    • Fix CURLOPT_HTTPAUTH option not cleared on change of origin

    7.4.4 - 2022-06-09

    • Fix failure to strip Authorization header on HTTP downgrade
    • Fix failure to strip the Cookie header on change in host or HTTP downgrade

    7.4.3 - 2022-05-25

    • Fix cross-domain cookie leakage
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 0
  • Bump guzzlehttp/guzzle from 7.4.2 to 7.4.4 in /JobPortal

    Bump guzzlehttp/guzzle from 7.4.2 to 7.4.4 in /JobPortal

    Bumps guzzlehttp/guzzle from 7.4.2 to 7.4.4.

    Release notes

    Sourced from guzzlehttp/guzzle's releases.

    Release 7.4.4

    See change log for changes.

    Release 7.4.3

    See change log for changes.

    Changelog

    Sourced from guzzlehttp/guzzle's changelog.

    7.4.4 - 2022-06-09

    • Fix failure to strip Authorization header on HTTP downgrade
    • Fix failure to strip the Cookie header on change in host or HTTP downgrade

    7.4.3 - 2022-05-25

    • Fix cross-domain cookie leakage
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 0
Releases(v1.3.0)
  • v1.3.0(Oct 30, 2022)

    Recruitee

    Find your dream job here Various career opportunities await you. Find the right career and connect with companies anytime, anywhere 🎯

    About Recruitee

    Job Portal is the topest job site in the worldwith unique visitors every month. Indeed strives to put job seekers first, giving them free access to search for jobs, post resumes, and research companies. Every day, we connect millions of people to new opportunities

    Our Expert Team

    Meets talented group with a shared vision of delivering consistently

    Job Search

    64% of job seekers get hired through a referral. Use Job Portal to boost your chances of getting hired through people you know.

    • Search a Job
    • View a Jobs
    • Apply

    Login Functionalities

    • You can Logiin directly as per your account status JobSeeeker or Company
    • Forget Password

    Register Functionalities

    Welcome to JobPortal! First of all, what do you want to do?

    Looking for a job

    • Show your abilities and qualities as a talent in an easy way. So that recruiters can see if you can be one of the candidates for a job interview.
    • Register as Seeker

    Looking for a candidate

    • Recruiting candidates is indeed a challenge. We therefore understand that a job recruiter can require multiple job recruitment platforms.
    • Register as Company

    Job Seekers & Company

    Find and get better job opportunities according to skills and location and Post Opportunities to hire the Professionals

    Job Seekers

    Find and get better job opportunities according to skills and location.

    • Applicant on Job
    • Search Jobs as candidate
    • Update his/her profile
    • Upload Resume

    Company

    Post job advertisements to connect with the most potential job seekers.

    • View applicant on Jobs
    • Post Job as company
    • Edit Job Requirements or Cancel
    • Accept/Reject Candidate

    Dashboard

    Welcome back,

    • Job Lists
    • Applicants
    • Applicants Profile
    • Exit Dashboard

    User credentials

    Job Seekers

    • Ossama Mehmood
      Email: [email protected] Password: ossamamehmood

    • Hamza Altaf
      Email: [email protected] Password: hamzaaltaf

    • Abdullah
      Email: razzaqabdullah7867@@gmail.com Password: razzaqabdullah

    Company

    Install the following Xampp, Visual Studio Code and Composer:

    Run Job Portal (Build in Laravel)

    • Open Xampp to start Apache and MySQL
    • Create a database locally http://localhost/phpmyadmin named JobPortal
    • Import the database SQL file given in JobPortal/Database into JobPortal
    • Rename .env.example file to .envinside your project root and fill the database information. (windows wont let you do it, so you have to open your console cd your project root directory and run mv .env.example .env )
    • Open the project folder in Visual Studio Code and Open Terminal
    • Run composer install , php composer.phar install , composer update , composer install --ignore-platform-reqs
    • Run php artisan key:generate
    • Run php artisan migrate
    • Run php artisan db:seed to run seeders, if any.
    • Run php artisan serve
    • Follow Link 127.0.0.1:8000

    Some reason project stop working (Command to Fix):

    • composer update
    • php artisan migrate

    Functionality (Coming Versions)

    • Newer Environment

      • Desktop Application
      • Android Application
    • Functionalities

      • Dedicated Chat Bot
      • Reapply for a Job
      • Contact Recruitee
      • Email Notification
      • Job Alert

    Support 💓

    Support at Patreon


    Ossama Mehmood

    Source code(tar.gz)
    Source code(zip)
    Recruitee.zip(30.50 MB)
  • v1.2.0(Jun 19, 2022)

    Job Portal

    Find your dream job here Various career opportunities await you. Find the right career and connect with companies anytime, anywhere 🎯

    About Job Portal

    Job Portal is the topest job site in the worldwith unique visitors every month. Indeed strives to put job seekers first, giving them free access to search for jobs, post resumes, and research companies. Every day, we connect millions of people to new opportunities

    Our Expert Team

    Meets talented group with a shared vision of delivering consistently

    Job Search

    64% of job seekers get hired through a referral. Use Job Portal to boost your chances of getting hired through people you know.

    • Search a Job
    • View a Jobs
    • Apply

    Login Functionalities

    • You can Logiin directly as per your account status JobSeeeker or Company
    • Forget Password

    Register Functionalities

    Welcome to JobPortal! First of all, what do you want to do?

    Looking for a job

    • Show your abilities and qualities as a talent in an easy way. So that recruiters can see if you can be one of the candidates for a job interview.
    • Register as Seeker

    Looking for a candidate

    • Recruiting candidates is indeed a challenge. We therefore understand that a job recruiter can require multiple job recruitment platforms.
    • Register as Company

    Job Seekers & Company

    Find and get better job opportunities according to skills and location and Post Opportunities to hire the Professionals

    Job Seekers

    Find and get better job opportunities according to skills and location.

    • Applicant on Job
    • Search Jobs as candidate
    • Update his/her profile
    • Upload Resume

    Company

    Post job advertisements to connect with the most potential job seekers.

    • View applicant on Jobs
    • Post Job as company
    • Edit Job Requirements or Cancel
    • Accept/Reject Candidate

    Dashboard

    Welcome back,

    • Job Lists
    • Applicants
    • Applicants Profile
    • Exit Dashboard

    User credentials

    Job Seekers

    • Ossama Mehmood
      Email: [email protected] Password: ossamamehmood

    • Hamza Altaf
      Email: [email protected] Password: hamzaaltaf

    • Abdullah
      Email: razzaqabdullah7867@@gmail.com Password: razzaqabdullah

    Company

    Install the following Xampp, Visual Studio Code and Composer:

    Run Job Portal (Build in Laravel)

    • Open Xampp to start Apache and MySQL
    • Create a database locally http://localhost/phpmyadmin named JobPortal
    • Import the database SQL file given in JobPortal/Database into JobPortal
    • Rename .env.example file to .envinside your project root and fill the database information. (windows wont let you do it, so you have to open your console cd your project root directory and run mv .env.example .env )
    • Open the project folder in Visual Studio Code and Open Terminal
    • Run composer install , php composer.phar install , composer update , composer install --ignore-platform-reqs
    • Run php artisan key:generate
    • Run php artisan migrate
    • Run php artisan db:seed to run seeders, if any.
    • Run php artisan serve
    • Follow Link 127.0.0.1:8000

    Some reason project stop working :

    • composer update
    • php artisan migrate

    Support 💓

    Support at Patreon


    Ossama Mehmood

    Source code(tar.gz)
    Source code(zip)
    Database.zip(9.08 KB)
    JobPortal.zip(33.76 MB)
  • v1.1.0(Jun 19, 2022)

    Job Portal

    Find your dream job here Various career opportunities await you. Find the right career and connect with companies anytime, anywhere 🎯

    About Job Portal

    Job Portal is the topest job site in the worldwith unique visitors every month. Indeed strives to put job seekers first, giving them free access to search for jobs, post resumes, and research companies. Every day, we connect millions of people to new opportunities

    Our Expert Team

    Meets talented group with a shared vision of delivering consistently

    Login Functionalities

    • You can Logiin directly as per your account status JobSeeeker or Company
    • Forget Password

    Register Functionalities

    Welcome to JobPortal! First of all, what do you want to do?

    Looking for a job

    • Show your abilities and qualities as a talent in an easy way. So that recruiters can see if you can be one of the candidates for a job interview.
    • Register as Seeker

    Looking for a candidate

    • Recruiting candidates is indeed a challenge. We therefore understand that a job recruiter can require multiple job recruitment platforms.
    • Register as Company

    Job Seekers

    Find and get better job opportunities according to skills and location.

    • Applicant on Job
    • Search Jobs as candidate
    • Update his/her profile
    • Upload Resume

    Company

    Post job advertisements to connect with the most potential job seekers.

    • View applicant on Jobs
    • Post Job as company
    • Edit Job Requirements or Cancel
    • Accept/Reject Candidate

    Dashboard

    Welcome back,

    • Dashboard
    • Job Lists
    • Applicants
    • Exit Dashboard

    User credentials

    Job Seekers

    • Ossama Mehmood
      Email: [email protected] Password: ossamamehmood

    • Hamza Altaf
      Email: [email protected] Password: hamzaaltaf

    • Abdullah
      Email: razzaqabdullah7867@@gmail.com Password: razzaqabdullah

    Company


    Install the following Xampp, Visual Studio Code and Composer:

    Run Job Portal (Build in Laravel)

    • Open Xampp to start Apache and MySQL
    • Create a database locally http://localhost/phpmyadmin named JobPortal
    • Import the database SQL file given in JobPortal/Database into JobPortal
    • Rename .env.example file to .envinside your project root and fill the database information. (windows wont let you do it, so you have to open your console cd your project root directory and run mv .env.example .env )
    • Open the project folder in Visual Studio Code and Open Terminal
    • Run composer install , php composer.phar install , composer update , composer install --ignore-platform-reqs
    • Run php artisan key:generate
    • Run php artisan migrate
    • Run php artisan db:seed to run seeders, if any.
    • Run php artisan serve
    • Follow Link 127.0.0.1:8000

    Some reason project stop working :

    • composer update
    • php artisan migrate

    Support 💓

    Support at Patreon


    Ossama Mehmood

    Source code(tar.gz)
    Source code(zip)
    JobPortal.zip(19.48 MB)
  • Pre-Release(Jun 18, 2022)

Owner
Ossama Mehmood 샘
"A Superhuman: Belief in God with a Blindfold too & Not all heroes wear capes & have superpowers 🎊💓"
Ossama Mehmood 샘
A simple job posting application using PHP with an Admin Panel. Register, Login and create the job in apnel. The job gets posted on index page.

Jobee A simple job posting application using PHP with an Admin Panel. Register, Login and create the job in apnel. The job gets posted on index page.

Fahad Makhdoomi 2 Aug 27, 2022
Keyword Generator Tool helps you discover keyword opportunities related to your query input.

This plugin simply helps you discover keyword opportunities related to your query input. Installation Download the zip file of the repository or clone

WP Refers 1 May 3, 2022
The Laravel.io Community Portal.

Laravel.io This is the repository for the Laravel.io community portal. The code is entirely open source and licensed under the MIT license. We welcome

Laravel.io 2.2k Dec 30, 2022
Laravel package to find performance bottlenecks in your laravel application.

Laravel Meter Laravel Meter monitors application performance for different things such as requests, commands, queries, events, etc and presents result

Sarfraz Ahmed 230 Dec 27, 2022
Laravel Abdal Detector - Find info about IP , OS and web browser from your client

Laravel Abdal Detector - Find info about IP , OS and web browser from your client

 Abdal Security Group 1 Mar 24, 2022
If you are beginner in WordPress plugin development or if you want to develop your own store product plugin you use this plugin

hirwa-products-plugin If you are beginner in WordPress plugin development or if you want to develop your own store product plugin you use this plugin

NIYIBIZI HIRWA 1 Aug 23, 2022
Fearless refactoring, it does a lot of smart checks to find certain errors.

Find Bugs Before They Bite Built with ❤️ for lazy laravel developers ;) Why repeat the old errors, if there are so many new errors to commit. (Bertran

Iman 1.2k Dec 29, 2022
Chain Laravel jobs without having to glue it to a starting job

Laravel Job Chainer JobChainer does chain a variable amount of jobs by adding them with the add() method. This makes it possible to chain jobs without

Just Iversen 69 Nov 18, 2022
Job Engelen INF2B 669915 Webdevelopment eindopdracht.

Docker template for PHP projects This repository provides a starting template for PHP application development. It contains: NGINX webserver PHP FastCG

null 0 Jan 9, 2022
Clean up and prevent empty meta from being saved for Job, Company, or Resume listings in database

=== Empty Meta Cleanup for WP Job Manager === Contributors: tripflex Tags: wp job manager, meta, cleanup, wpjobmanager Requires at least: 5.2 Tested u

Myles McNamara 3 Feb 7, 2022