{"id":23854982,"url":"https://github.com/ara-framework/hypernova-blade-directive","last_synced_at":"2025-09-14T16:08:05.722Z","repository":{"id":48398193,"uuid":"181013646","full_name":"ara-framework/hypernova-blade-directive","owner":"ara-framework","description":"Blade directive for Nova Proxy","archived":false,"fork":false,"pushed_at":"2021-07-28T06:02:08.000Z","size":7,"stargazers_count":3,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-14T15:51:49.140Z","etag":null,"topics":["blade-template","hypernova"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/marconi1992/hypernova-blade-directive","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ara-framework.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-12T13:27:43.000Z","updated_at":"2020-07-14T16:15:21.000Z","dependencies_parsed_at":"2022-09-16T00:03:47.893Z","dependency_job_id":null,"html_url":"https://github.com/ara-framework/hypernova-blade-directive","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ara-framework/hypernova-blade-directive","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ara-framework%2Fhypernova-blade-directive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ara-framework%2Fhypernova-blade-directive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ara-framework%2Fhypernova-blade-directive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ara-framework%2Fhypernova-blade-directive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ara-framework","download_url":"https://codeload.github.com/ara-framework/hypernova-blade-directive/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ara-framework%2Fhypernova-blade-directive/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274122958,"owners_count":25226024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","hypernova"],"created_at":"2025-01-03T00:19:34.368Z","updated_at":"2025-09-08T02:31:04.834Z","avatar_url":"https://github.com/ara-framework.png","language":"PHP","readme":"# Hypernova Blade Directive\n\n## Setup\nInstall Nova Directive for Laravel Blade using Composer inside the project folder.\n\n```shell\ncomposer require marconi1992/hypernova-blade-directive\n```\n\nAdd `NovaServiceProvider` in application config `config/app.php`\n\n```php\n\nreturn [\n    ...\n    'providers': [\n        ...\n        Illuminate\\View\\ViewServiceProvider::class,\n        /*\n         * Package Service Providers...\n         */\n        Marconi\\Nova\\NovaServiceProvider::class,\n        /*\n         * Application Service Providers...\n         */\n        App\\Providers\\AppServiceProvider::class,\n        ...\n    ]\n    ...\n]\n\n```\n\n## Use Nova Directive in a Laravel view\n\nAdd the `Example` view on the welcome page.\n\n`resources/views/welcome.blade.php`\n\n```html\n\u003chtml\u003e\n    ...\n    \u003cbody\u003e\n        ...\n        \u003cdiv class=\"content\"\u003e\n            \u003cdiv class=\"title m-b-md\"\u003e\n                Laravel\n            \u003c/div\u003e\n            \u003c!-- Nova Directive starts --\u003e\n            @hypernova('Example', [ 'title' =\u003e 'Ara Framework'])\n            \u003c!-- Nova Directive ends --\u003e\n            \u003cdiv class=\"links\"\u003e\n                \u003ca href=\"https://laravel.com/docs\"\u003eDocs\u003c/a\u003e\n                \u003ca href=\"https://laracasts.com\"\u003eLaracasts\u003c/a\u003e\n                \u003ca href=\"https://laravel-news.com\"\u003eNews\u003c/a\u003e\n                \u003ca href=\"https://blog.laravel.com\"\u003eBlog\u003c/a\u003e\n                \u003ca href=\"https://nova.laravel.com\"\u003eNova\u003c/a\u003e\n                \u003ca href=\"https://forge.laravel.com\"\u003eForge\u003c/a\u003e\n                \u003ca href=\"https://github.com/laravel/laravel\"\u003eGitHub\u003c/a\u003e\n            \u003c/div\u003e\n        \u003c/div\u003e\n        ...\n    \u003c/body\u003e\n\u003c/html\u003e\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fara-framework%2Fhypernova-blade-directive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fara-framework%2Fhypernova-blade-directive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fara-framework%2Fhypernova-blade-directive/lists"}