Download the PHP package creode/laravel-nova-careers without Composer
On this page you can find all versions of the php package creode/laravel-nova-careers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download creode/laravel-nova-careers
More information about creode/laravel-nova-careers
Files in creode/laravel-nova-careers
Package laravel-nova-careers
Short Description Exposes functionality within the Laravel Careers module to Laravel Nova.
License MIT
Homepage https://github.com/creode/laravel-nova-careers
Informations about the package laravel-nova-careers
Laravel Nova Careers
Exposes functionality within the Laravel Careers module to Laravel Nova.
Installation
You can install the package via composer:
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:
Publishing Config
You can publish the config file with:
This is the contents of the published config file:
Publishing Views
You can publish the views this module utilises with:
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:
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Creode
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-nova-careers with dependencies
creode/laravel-careers Version ^1.2
creode/nova-page-builder Version ^1.3
creode/nova-publishable Version ^1.0
laravel/nova Version ^4.0
spatie/laravel-package-tools Version ^1.14.0