{"id":15188646,"url":"https://github.com/fsclaro/blackbird","last_synced_at":"2025-10-02T03:31:21.899Z","repository":{"id":62507749,"uuid":"224502279","full_name":"fsclaro/blackbird","owner":"fsclaro","description":"A Brazilian open-source project for a boilerplate for Laravel projects.","archived":true,"fork":false,"pushed_at":"2020-05-30T12:34:07.000Z","size":25088,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-16T23:23:48.069Z","etag":null,"topics":["boilerplate","brazilian","laravel","laravel6","open-source","php7","project"],"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/fsclaro.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-27T19:24:52.000Z","updated_at":"2023-01-28T14:21:15.000Z","dependencies_parsed_at":"2022-11-02T13:16:18.593Z","dependency_job_id":null,"html_url":"https://github.com/fsclaro/blackbird","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsclaro%2Fblackbird","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsclaro%2Fblackbird/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsclaro%2Fblackbird/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsclaro%2Fblackbird/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fsclaro","download_url":"https://codeload.github.com/fsclaro/blackbird/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234929406,"owners_count":18908940,"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":["boilerplate","brazilian","laravel","laravel6","open-source","php7","project"],"created_at":"2024-09-27T19:23:47.900Z","updated_at":"2025-10-02T03:31:14.300Z","avatar_url":"https://github.com/fsclaro.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://github.com/fsclaro/blackbird/blob/master/public/img/front-page.png\"\u003e\n\u003c/p\u003e\n\n[![Latest Stable Version](https://poser.pugx.org/fsclaro/blackbird/v/stable)](https://packagist.org/packages/fsclaro/blackbird)\n[![Total Downloads](https://poser.pugx.org/fsclaro/blackbird/downloads)](https://packagist.org/packages/fsclaro/blackbird)\n[![Latest Unstable Version](https://poser.pugx.org/fsclaro/blackbird/v/unstable)](https://packagist.org/packages/fsclaro/blackbird)\n[![Monthly Downloads](https://poser.pugx.org/fsclaro/blackbird/d/monthly)](https://packagist.org/packages/fsclaro/blackbird)\n[![Daily Downloads](https://poser.pugx.org/fsclaro/blackbird/d/daily)](https://packagist.org/packages/fsclaro/blackbird)\n[![License](https://poser.pugx.org/fsclaro/blackbird/license)](https://packagist.org/packages/fsclaro/blackbird)\n\n\n## About this project\n\nThe **Blackbird Project** is intended to be a starting point for other projects based on the Laravel framework. Containing in this boilerplate several packages that can aid and accelerate the construction of your web projects.\n\n## Laravel Environment\n\n- PHP Version: ^7.2\n- Laravel Version: 6.*\n- Timezone: America/Sao_Paulo\n- Locale: pt_BR\n- Database: MySQL - Version: 5.7.27-0ubuntu0.18.04.1\n\n## Third-party Packages included\n\n- arcanedev/log-viewer: ^5.1\n- arcanedev/route-viewer: ^2.1\n- arrilot/laravel-widgets: ^3.13\n- creativeorange/gravatar: ^1.0\n- davejamesmiller/laravel-breadcrumbs: ^5.3\n- jeroennoten/laravel-adminlte: ^3.0\n- laravel/envoy: ^1.6\n- laravel/socialite: ^4.3\n- realrashid/sweet-alert: ^3.0\n- spatie/laravel-backup: ^6.7\n- spatie/laravel-medialibrary: ^7.14\n- spatie/laravel-sluggable: ^2.2\n- unsplash/unsplash: ^2.5\n- yajra/laravel-datatables-oracle: ^9.7\n\n## Third-party Packages for Development Mode included\n\n- barryvdh/laravel-ide-helper: ^2.6\n- deployer/deployer: ^6.6\n- laravel/ui: ^1.1\n- matt-allan/laravel-code-style: ^0.4.0\n\n## Cloning this project\n\nTo use this project, you must type the following line in your command terminal\n```bash\ngit clone https://github.com/fsclaro/blackbird.git\n```\n\nYou will need a mysql server installed e configured, then execute the command below to create a database for the your project.\n```bash\nmysql -e 'create database \u003cYOUR_DATABASE_NAME\u003e;' -u \u003cYOUR_MYSQL_USERNAME\u003e -p\n```\n\nEdit the *.env* file to modify the parameters below, according your database environment\n```bash\nDB_DATABASE=\u003cYOUR_DATABASE_NAME\u003e\nDB_USERNAME=\u003cYOUR_MYSQL_USERNAME\u003e\nDB_PASSWORD=\u003cPASSWORD_OF_YOUR_MYSQL_USERNAME\u003e\n```\n\nThe default values are\n```bash\nDB_DATABASE=blackbird\nDB_USERNAME=homestead\nDB_PASSWORD=secret\n```\n\nAfter, run commands bellow in terminal:\n```bash\ncomposer install\nphp artisan key:generate\nphp artisan migrate\nphp artisan db:seed\nphp artisan storage:link\n```\n\n## Defaults Login Users\nThis boilerplate have two defaults users\n\n| User      | Login             | Password |\n|-----------|-------------------|----------|\n| **Admin** | admin@blackbird.test | password |\n| **User**  | user@blackbird.test  | password |\n\n\n## New composer commands\n### 1) *composer clear-all*, execute:\n* artisan clear-compiled\n* artisan cache:clear\n* artisan route:clear\n* artisan view:clear\n* artisan config:clear\n* composer dumpautoload -o\n\n### 2) *composer cache-all*, execute:\n* artisan config:cache\n* artisan route:cache\n\n### 3) *composer ide-helper*, execute:\n* artisan ide-helper:generate\n* artisan ide-helpder:meta\n\n### 4) *composer format*, execute:\n* php-cs-fixer fix app/ --show-progress=estimating\n* php-cs-fixer fix config/ --show-progress=estimating\n* php-cs-fixer fix database/ --show-progress=estimating\n* php-cs-fixer fix resources/ --show-progress=estimating\n* php-cs-fixer fix routes/ --show-progress=estimating\n* php-cs-fixer fix tests/ --show-progress=estimating\n\n## Internalization\n\nThis project is configured for the Brazilian Portuguese Language with the *timezone* configured for **America/Sao_Paulo**, *locale* for **pt-br** and *faker_locale* for *pt_BR*. If you are of another nationality, simply edit the *config/app.php* file and customize the *timezone* and *locale* parameters according to your need.\n\n\n## Contributing\n\nThank you for considering contributing to the *blackbird Project*! If you have good ideas to make this project better, read the [contribution guidelines](https://github.com/fsclaro/blackbird/blob/master/CONTRIBUTING.md) on contributions and send me an email to [fsclaro@gmail.com](mailto:fsclaro@gmail.com)\n\n## Code of Conduct\n\nIt is very important that you read our [code of conduct](https://github.com/fsclaro/blackbird/blob/master/CODE_OF_CONDUCT.md) so that there is a healthy coexistence among all members participating in this project.\n\n## Security Vulnerabilities\n\nIf you discover a security vulnerability within this project, please send an e-mail to _*Fernando Salles Claro*_ at [fsclaro@gmail.com](mailto:fsclaro@gmail.com). All security vulnerabilities will be promptly addressed.\n\n## License\n\nThis project is open-sourced software licensed under the [MIT license](https://github.com/fsclaro/blackbird/blob/master/LICENSE.md).\n\n## Credits\n\nThe background images at [Unplash](https://unsplash.com) by authors/photographers:\n- [Adam Kedem](https://unsplash.com/@adamk)\n- [Alessandro Valenzano](https://unsplash.com/@alessvalenzano)\n- [Alexandre Chambon](https://unsplash.com/@goodspleen)\n- [Boris Baldinger](https://unsplash.com/@borisbaldinger)\n- [David Emrich](https://unsplash.com/@otoriii)\n- [Francesco Ungaro](https://unsplash.com/@francesco_ungaro)\n- [Iswanto Arif](https://unsplash.com/@iswanto)\n- [Janita Top](https://unsplash.com/@janitatop)\n- [Philipp Wüthrich](https://unsplash.com/@phiwut)\n- [Piermanuele Sberni](https://unsplash.com/@piermanuele_sberni)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffsclaro%2Fblackbird","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffsclaro%2Fblackbird","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffsclaro%2Fblackbird/lists"}