{"id":15190057,"url":"https://github.com/pointblue/pb-laravel","last_synced_at":"2026-01-31T14:03:24.825Z","repository":{"id":57043193,"uuid":"84598125","full_name":"pointblue/pb-laravel","owner":"pointblue","description":"Laravel code for Point Blue","archived":false,"fork":false,"pushed_at":"2017-05-30T19:26:46.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-12T22:25:56.848Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pointblue.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-10T20:27:36.000Z","updated_at":"2017-04-13T21:06:09.000Z","dependencies_parsed_at":"2022-08-23T23:40:27.387Z","dependency_job_id":null,"html_url":"https://github.com/pointblue/pb-laravel","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/pointblue/pb-laravel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pointblue%2Fpb-laravel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pointblue%2Fpb-laravel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pointblue%2Fpb-laravel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pointblue%2Fpb-laravel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pointblue","download_url":"https://codeload.github.com/pointblue/pb-laravel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pointblue%2Fpb-laravel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28944789,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T13:02:32.153Z","status":"ssl_error","status_checked_at":"2026-01-31T13:00:07.528Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-09-27T20:03:55.601Z","updated_at":"2026-01-31T14:03:24.779Z","avatar_url":"https://github.com/pointblue.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Point Blue Laravel\n\nShared Larvel code for Point Blue applications\n\nInstall with command `composer require pointblue/laravel`  \n\nIn *app/Console/Kernel.php*:  \n - add `use PointBlue\\Laravel\\Views\\PointBlueViews;` to the top of the page\n - add `PointBlueViews::class,` to the `$commands` array\n\n## Views\n\nTo install a view, use the command `php artisan pb:view {viewname}`\nwhere `{viewname}` is the name of the view that will be copied to the\n`resources/views` path of your laravel app. Use this list of available\nviews:  \n\n  - `footer` - Standard Point Blue footer\n  - `navbar` - Standard Point Blue navigation bar\n  - `loading` - loading bar, requires uib-progressbar\n  - `docs` - Documentation View, add to routes.php (see below)\n  - `release` - Release Notes View, add to routes.php (see below)\n\n  - `feedback` - zendesk feedback widget - install in `\u003chead\u003e\u003c/head\u003e`\n  \nThe view will be installed to the directory\n`resources/views/partials/universal`\n\n#### Environment Variables\n\nThe views will need these environment variables to be set in the `.env` file:\n\n- APP_URL\n- PB_APP_NAME\n- PB_APP_IMAGE_URL\n\n## Routes\n\nThe following routes are assumed with code in the footer, and should be implemented in `app/Http/routes.php`:\n```\nRoute::get('/docs', function () {\n    return view('pb-docs');\n})-\u003ename('docs');\n\nRoute::get('/release', function () {\n    return view('pb-release');\n})-\u003ename('release');\n```\n\n## Styles\n\nThe stylesheet `assets/sass/styles.scss` should be included in your project under `/resources/assets/sass`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpointblue%2Fpb-laravel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpointblue%2Fpb-laravel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpointblue%2Fpb-laravel/lists"}