PHPackages                             creode/laravel-nova-careers - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. creode/laravel-nova-careers

ActiveLibrary[Admin Panels](/categories/admin)

creode/laravel-nova-careers
===========================

Exposes functionality within the Laravel Careers module to Laravel Nova.

1.7.0(1y ago)062[1 PRs](https://github.com/creode-modules/laravel-nova-careers/pulls)MITPHPPHP ^8.1

Since Jan 24Pushed 1y ago1 watchersCompare

[ Source](https://github.com/creode-modules/laravel-nova-careers)[ Packagist](https://packagist.org/packages/creode/laravel-nova-careers)[ Docs](https://github.com/creode/laravel-nova-careers)[ GitHub Sponsors](https://github.com/Creode)[ RSS](/packages/creode-laravel-nova-careers/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (12)Versions (13)Used By (0)

Laravel Nova Careers
====================

[](#laravel-nova-careers)

[![Latest Version on Packagist](https://camo.githubusercontent.com/9cc0661a2848252f08c95fa0cabdf34af18f156131a1780f0648dcf0983a8b7b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6372656f64652f6c61726176656c2d6e6f76612d636172656572732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/creode/laravel-nova-careers)[![Total Downloads](https://camo.githubusercontent.com/5215d8a9449fedbeb2168a74529a5741b3c9a3cf19496d549fad59af1ae63e59/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6372656f64652f6c61726176656c2d6e6f76612d636172656572732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/creode/laravel-nova-careers)

Exposes functionality within the Laravel Careers module to Laravel Nova.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require creode/laravel-nova-careers
```

### Setup Page Builder Model

[](#setup-page-builder-model)

The default Career model has to be replaced to utilise some of the new page builder features, so ensure that you use the new model by editing the existing careers config:

```
// config/careers.php
return [
    ...
    'model' => Creode\LaravelNovaCareers\Models\NovaCareer::class,
    ...
];
```

### Publishing Config

[](#publishing-config)

You can publish the config file with:

```
php artisan vendor:publish --tag="nova-careers-config"
```

This is the contents of the published config file:

```
// config for Creode/LaravelNovaCareers
return [

    /*
    |--------------------------------------------------------------------------
    | Job Types
    |--------------------------------------------------------------------------
    |
    | Job types that can be selected with each job posting.
    |
    */
    'job_types' => [
        'Full Time' => 'Full Time',
        'Part Time' => 'Part Time',
        'Contract' => 'Contract',
        'Freelance' => 'Freelance',
        'Internship' => 'Internship',
        'Temporary' => 'Temporary',
        'Volunteer' => 'Volunteer',
        'Apprenticeship' => 'Apprenticeship',
    ],

    /*
    |--------------------------------------------------------------------------
    | Application Email
    |--------------------------------------------------------------------------
    |
    | This value is the email address that careers applications will be sent
    | to.
    |
    */
    'application_email' => env('CAREERS_EMAIL', ''),

];
```

### Publishing Views

[](#publishing-views)

You can publish the views this module utilises with:

```
php artisan vendor:publish --tag="nova-careers-views"
```

### Registering Vacancies Page Block

[](#registering-vacancies-page-block)

This module supports the ability to expose a new optional page block within your site. This can be used in line with the `creode/nova-page-builder` module.

The block will display a list of vacancies that are currently active. To register the block add the following service provider to your `config/app.php` file:

```
// config/app.php
'providers' => [
    ....
    Creode\LaravelNovaCareers\Providers\CareersPageBlockProvider::class,
    ...
];
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Creode](https://github.com/creode)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~31 days

Recently: every ~75 days

Total

11

Last Release

530d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8133041?v=4)[Creode](/maintainers/creode)[@creode](https://github.com/creode)

---

Top Contributors

[![jaymeh](https://avatars.githubusercontent.com/u/18261676?v=4)](https://github.com/jaymeh "jaymeh (20 commits)")[![creode-dev](https://avatars.githubusercontent.com/u/19706903?v=4)](https://github.com/creode-dev "creode-dev (5 commits)")[![liam-spedding](https://avatars.githubusercontent.com/u/111750536?v=4)](https://github.com/liam-spedding "liam-spedding (5 commits)")

---

Tags

laravelcreodelaravel-nova-careers

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/creode-laravel-nova-careers/health.svg)

```
[![Health](https://phpackages.com/badges/creode-laravel-nova-careers/health.svg)](https://phpackages.com/packages/creode-laravel-nova-careers)
```

###  Alternatives

[awcodes/filament-quick-create

Plugin for Filament Admin that adds a dropdown menu to the header to quickly create new items.

246177.6k7](/packages/awcodes-filament-quick-create)[guava/filament-knowledge-base

A filament plugin that adds a knowledge base and help to your filament panel(s).

206120.5k1](/packages/guava-filament-knowledge-base)[geo-sot/filament-env-editor

Access .env file though Filament admin panel

2432.3k1](/packages/geo-sot-filament-env-editor)[inerba/filament-db-config

A Filament plugin for database-backed application settings and editable content, with caching and easy page generation.

329.1k](/packages/inerba-filament-db-config)[andreia/filament-ui-switcher

Add a modal with options to switch between different UI layouts and styles (colors, fonts, font sizes).

233.8k](/packages/andreia-filament-ui-switcher)[craft-forge/filament-language-switcher

Zero-config language switcher for Filament admin panels. Automatically scans available translations, renders dropdown with country flags, persists selection via sessions.

1016.4k](/packages/craft-forge-filament-language-switcher)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
