{"id":13828167,"url":"https://github.com/sixlive/laravel-preset","last_synced_at":"2025-04-23T12:15:44.558Z","repository":{"id":57052173,"uuid":"168180675","full_name":"sixlive/laravel-preset","owner":"sixlive","description":"My opinionated Laravel preset","archived":false,"fork":false,"pushed_at":"2019-03-07T15:12:05.000Z","size":11652,"stargazers_count":19,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-23T12:15:28.878Z","etag":null,"topics":["laravel","laravel-preset"],"latest_commit_sha":null,"homepage":"https://www.tjmiller.me","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/sixlive.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-29T15:45:09.000Z","updated_at":"2025-04-10T12:47:21.000Z","dependencies_parsed_at":"2022-08-24T04:11:31.320Z","dependency_job_id":null,"html_url":"https://github.com/sixlive/laravel-preset","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sixlive%2Flaravel-preset","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sixlive%2Flaravel-preset/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sixlive%2Flaravel-preset/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sixlive%2Flaravel-preset/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sixlive","download_url":"https://codeload.github.com/sixlive/laravel-preset/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250430599,"owners_count":21429324,"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":["laravel","laravel-preset"],"created_at":"2024-08-04T09:02:35.014Z","updated_at":"2025-04-23T12:15:44.518Z","avatar_url":"https://github.com/sixlive.png","language":"PHP","funding_links":[],"categories":["PHP"],"sub_categories":[],"readme":"# Laravel Preset\n\nI figured rather than having a base repository with Laravel already installed it might be neat to try using a preset to configure a fresh installation. 🤷‍♂️\n\n![kapture](.docs/kapture.gif)\n\n## Overview\n### Composer Packages\n- [bensampo/laravel-enum](https://github.com/BenSampo/laravel-enum) - optional\n- [silber/bouncer:v1.0.0-rc.4](https://github.com/JosephSilber/bouncer) - optional\n- [sentry/sentry-laravel](https://github.com/getsentry/sentry-laravel) - optional\n- [dyrynda/laravel-model-uuid](https://github.com/michaeldyrynda/laravel-model-uuid) - optional\n- [sempro/phpunit-pretty-print](https://github.com/sempro/phpunit-pretty-print) (dev)\n- [sensiolabs/security-checker](https://github.com/sensiolabs/security-checker) (dev)\n\n### Stubs\n- `phpunit.xml`\n    - Adds `APP_KEY`\n    - Configures sqlite in-memory database\n- `app/Model.php` - A base model setup to bypass mass assignment\n- `.docker/` and `docker-compose.yml`\n    - A simple docker development configuration\n- `database/seeds/BouncerSeeder.php` - Bouncer permissions seeder (only if you included the package)\n- `.php_cs`\n- `.editorconfig`\n\n### ENV Changes\n- Changes `DB_PORT` to match the docker configuration for `.env` and `.env.example`\n- Adds docker configuration to `.env` and `.env.example`\n- Adds `SENTRY_DSN` to `.env` and `.env.example` (only if you included the package)\n\n### Tailwindcss\n- Adds these node packages:\n    - laravel-mix-purgecss:^2.2.0\n    - postcss-nesting:^5.0.0\n    - postcss-import:^11.1.0\n    - tailwindcss:\u003e=0.6.1\n- Removes the `sass` directory\n- Removes `app.css`\n- Publishes\n    - Tailwind `app.css` template\n    - An updated welcome blade template\n    - An updated `webpack.mix.js`\n\n## Installation\n**Note:** It is assumed that this is being ran on a fresh installation of Laravel.\n\nYou can install the package via composer:\n\n```bash\n\u003e composer require --dev sixlive/laravel-preset\n```\n\n## Usage\n\n```bash\n\u003e php artisan preset sixlive\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](CONTRIBUTING.md) for details.\n\n### Security\n\nIf you discover any security related issues, please email oss@tjmiller.co instead of using the issue tracker.\n\n## Credits\n\n- [TJ Miller](https://github.com/sixlive)\n- [All Contributors](../../contributors)\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%2Fsixlive%2Flaravel-preset","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsixlive%2Flaravel-preset","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsixlive%2Flaravel-preset/lists"}