{"id":15016951,"url":"https://github.com/rawilk/laravel-base","last_synced_at":"2025-04-12T10:42:57.441Z","repository":{"id":37469341,"uuid":"404438172","full_name":"rawilk/laravel-base","owner":"rawilk","description":"Useful blade components and functionality for most Laravel projects.","archived":false,"fork":false,"pushed_at":"2024-04-29T06:41:45.000Z","size":802,"stargazers_count":8,"open_issues_count":4,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-05-02T02:50:29.331Z","etag":null,"topics":["blade","laravel","livewire"],"latest_commit_sha":null,"homepage":"","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/rawilk.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"rawilk"}},"created_at":"2021-09-08T17:31:53.000Z","updated_at":"2024-05-06T07:41:45.464Z","dependencies_parsed_at":"2024-01-01T08:27:56.121Z","dependency_job_id":"cc45759f-d42c-43a5-9a6a-6418483aa9a5","html_url":"https://github.com/rawilk/laravel-base","commit_stats":{"total_commits":246,"total_committers":4,"mean_commits":61.5,"dds":"0.13414634146341464","last_synced_commit":"719e70a8a8323260957fec2f9ebf19aa50b01e05"},"previous_names":[],"tags_count":79,"template":false,"template_full_name":"rawilk/package-skeleton-laravel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawilk%2Flaravel-base","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawilk%2Flaravel-base/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawilk%2Flaravel-base/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawilk%2Flaravel-base/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rawilk","download_url":"https://codeload.github.com/rawilk/laravel-base/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248557481,"owners_count":21124158,"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":["blade","laravel","livewire"],"created_at":"2024-09-24T19:49:36.226Z","updated_at":"2025-04-12T10:42:57.434Z","avatar_url":"https://github.com/rawilk.png","language":"PHP","funding_links":["https://github.com/sponsors/rawilk"],"categories":[],"sub_categories":[],"readme":"\u003e Package Abandonment: No plans to finish this one.\n\n# laravel-base\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/rawilk/laravel-base.svg?style=flat-square)](https://packagist.org/packages/rawilk/laravel-base)\n![Tests](https://github.com/rawilk/laravel-base/workflows/Tests/badge.svg?style=flat-square)\n[![Total Downloads](https://img.shields.io/packagist/dt/rawilk/laravel-base.svg?style=flat-square)](https://packagist.org/packages/rawilk/laravel-base)\n\n**Note:** Package is still in early stages of development, so functionality is subject to change.\n\nLaravelBase is a package I've created to provide functionality and blade components I commonly need in most projects without the need to keep duplicating\nthe code between projects. This package is very opinionated and may not be suitable for other people, so use at your own risk!\n\nIf you are using Laravel Fortify and/or Jetstream, you **should not use** this package, as there will be conflicts between them. While I think those two packages are\ngreat, I decided to take some of the functionality and create my own versions of some of it to satisfy my own needs and preferences. It is meant mainly for my\nown personal use, but you are of course free to use it if it suits your project's needs.\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require rawilk/laravel-base\n```\n\nYou can publish the config file with:\n\n```bash\nphp artisan vendor:publish --provider=\"Rawilk\\LaravelBase\\LaravelBaseServiceProvider\" --tag=\"laravel-base-config\"\n```\n\nYou can view the default configuration here: https://github.com/rawilk/laravel-base/blob/main/config/laravel-base.php\n\nAlternatively you can run the install command this package provides, which will publish all of the package assets\nand set up the providers for you.\n\n```bash\nphp artisan laravel-base:install\n```\n\n**Warning:** You should not run this command on an existing project! When installing or updating on an existing project, you should manually\npublish/configure as needed.\n\n## Usage\n\nMore documentation pending!\n\n## Testing\n\n```bash\ncomposer test\n```\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.\n\n## Security\n\nPlease review [my security policy](.github/SECURITY.md) on how to report security vulnerabilities.\n\n## Credits\n\n- [Randall Wilk](https://github.com/rawilk)\n- [All Contributors](../../contributors)\n\n## Disclaimer\n\nThis package is not affiliated with, maintained, authorized, endorsed or sponsored by Laravel or any of its affiliates.\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frawilk%2Flaravel-base","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frawilk%2Flaravel-base","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frawilk%2Flaravel-base/lists"}