KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
novacron
★ 11
Open GitHub ↗
Cron(Laravel Schedule) Manager for Nova
Download README (.md)
Explore Similar Repositories
super-java-doc
:
基于Java注释(不是注解)生成接口文档的框架与工具,与你的代码没有任何交集,松耦合
SuluSyliusConsumerBundle
:
No description available.
dali
:
Simple text templating (mustache/handlebars style) for Racket.
ERC-1404
:
An open source standard for security tokens
Serilog.Sinks.ILogger
:
Serilog sink that writes to a Microsoft ILogger
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
novacron
?
Download (.md)
# Novacron [](https://travis-ci.org/codestudiohq/novacron) [](https://styleci.io/repos/99050894) [](https://packagist.org/packages/studio/novacron) [](https://packagist.org/packages/studio/novacron) [](https://packagist.org/packages/studio/novacron) ***Warning : This is an in flight alpha Version. Please use at your own risk*** Manage your `Laravel` schedule through `Nova`. ## Installation You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer: ```bash composer require studio/novacron ``` Next up, you must register the tool with Nova. This is typically done in the `tools` method of the `NovaServiceProvider`. ```php // in app/Providers/NovaServiceProvider.php // ... public function tools() { return [ // ... new \Studio\Novacron\Novacron(), ]; } ``` ## Usage Click on the "Novacron" menu item in your Nova app to see the features provided by this package. ## Testing ``` bash composer test ``` ## Screenshots ##### Task Index View  ##### Task Details View  ##### Task Edit View  ## Changelog Please see [CHANGELOG](Changelog.md) for more information on what has changed recently. ## Contributing Please see [CONTRIBUTING](Contributing.md) for details. ## Security If you discover any security related issues, please email opensource@codestudiollc.com instead of using the issue tracker. ## Credits - [Roshan Gautam](https://github.com/roshangautam) ## License The MIT License (MIT). Please see [License File](License.md) for more information.