{"id":18510711,"url":"https://github.com/novius/laravel-backpack-base-extended","last_synced_at":"2025-04-09T04:33:20.149Z","repository":{"id":57028755,"uuid":"101263968","full_name":"novius/laravel-backpack-base-extended","owner":"novius","description":"This package extends Backpack/Base, to add some awesome features!","archived":false,"fork":false,"pushed_at":"2020-05-11T09:17:11.000Z","size":18,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"0.3","last_synced_at":"2025-03-23T23:27:17.001Z","etag":null,"topics":["admin","backpack","laravel","php7"],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/novius.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-08-24T06:56:19.000Z","updated_at":"2019-08-08T16:11:02.000Z","dependencies_parsed_at":"2022-08-23T17:30:11.065Z","dependency_job_id":null,"html_url":"https://github.com/novius/laravel-backpack-base-extended","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/novius%2Flaravel-backpack-base-extended","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/novius%2Flaravel-backpack-base-extended/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/novius%2Flaravel-backpack-base-extended/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/novius%2Flaravel-backpack-base-extended/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/novius","download_url":"https://codeload.github.com/novius/laravel-backpack-base-extended/tar.gz/refs/heads/0.3","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247656300,"owners_count":20974329,"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","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":["admin","backpack","laravel","php7"],"created_at":"2024-11-06T15:24:38.560Z","updated_at":"2025-04-09T04:33:19.685Z","avatar_url":"https://github.com/novius.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel Backpack Base Extended\n[![Travis](https://img.shields.io/travis/novius/laravel-backpack-base-extended.svg?maxAge=1800\u0026style=flat-square)](https://travis-ci.org/novius/laravel-backpack-base-extended)\n[![Packagist Release](https://img.shields.io/packagist/v/novius/laravel-backpack-base-extended.svg?maxAge=1800\u0026style=flat-square)](https://packagist.org/packages/novius/laravel-backpack-base-extended)\n[![Licence](https://img.shields.io/packagist/l/novius/laravel-backpack-base-extended.svg?maxAge=1800\u0026style=flat-square)](https://github.com/novius/laravel-backpack-base-extended#licence)\n\nThis package extends [Backpack/Base](https://github.com/Laravel-Backpack/Base). See all features added bellow.\n\n\n## Installation\n\nIn your terminal:\n\n```sh\ncomposer require novius/laravel-backpack-base-extended\n```\n\nThen, if you are on Laravel 5.4 (no need for Laravel 5.5 and higher), register the service provider to your `config/app.php` file:\n\n```php\n'providers' =\u003e [\n    ...\n    Novius\\Backpack\\Base\\BaseServiceProvider::class,\n];\n```\n\nLaunch these commands:\n\n```sh\nphp artisan vendor:publish --provider=\"Novius\\Backpack\\Base\\BaseServiceProvider\" --tag=\"lang\"\nphp artisan vendor:publish --provider=\"Novius\\Backpack\\Base\\BaseServiceProvider\" --tag=\"views\" --force\nphp artisan vendor:publish --provider=\"Novius\\Backpack\\Base\\BaseServiceProvider\" --tag=\"routes\"\n```\n\n\n## Configuration\n\nYou can override default routes after having published them (previous step) \n\n```\n/routes/backpack/base.php\n```\n\n\n## Usage \u0026 Features\n\n### Language / i18n\n\n`backpackextended` namespace is now available.\n\nYou can use it in your own views like this:\n\n```php\n{{ trans('backpackextended::base.switch_language') }}\n```\n\n\n## Testing\n\nRun the tests with:\n\n```sh\n./test.sh\n```\n\n\n## Lint\n\nRun php-cs with:\n\n```sh\n./cs.sh\n```\n\n## Contributing\n\nContributions are welcome!\nLeave an issue on Github, or create a Pull Request.\n\n## Licence\n\nThis package is under [GNU Affero General Public License v3](http://www.gnu.org/licenses/agpl-3.0.html) or (at your option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnovius%2Flaravel-backpack-base-extended","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnovius%2Flaravel-backpack-base-extended","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnovius%2Flaravel-backpack-base-extended/lists"}