{"id":29512089,"url":"https://github.com/mazesec/lara-settings","last_synced_at":"2025-07-16T11:07:37.410Z","repository":{"id":57064720,"uuid":"430234341","full_name":"mazesec/lara-settings","owner":"mazesec","description":"💥 laravel settings is  a Laravel package that allows you to add settings to your application.","archived":false,"fork":false,"pushed_at":"2021-11-21T00:26:41.000Z","size":382,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-07T09:50:28.140Z","etag":null,"topics":["laravel","package","php","settings"],"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/mazesec.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-11-20T23:52:33.000Z","updated_at":"2022-03-21T12:35:38.000Z","dependencies_parsed_at":"2022-08-24T07:50:20.292Z","dependency_job_id":null,"html_url":"https://github.com/mazesec/lara-settings","commit_stats":null,"previous_names":["0xm4ze/lara-settings","mazesec/lara-settings"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mazesec/lara-settings","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mazesec%2Flara-settings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mazesec%2Flara-settings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mazesec%2Flara-settings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mazesec%2Flara-settings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mazesec","download_url":"https://codeload.github.com/mazesec/lara-settings/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mazesec%2Flara-settings/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265505094,"owners_count":23778431,"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","package","php","settings"],"created_at":"2025-07-16T11:07:36.295Z","updated_at":"2025-07-16T11:07:37.374Z","avatar_url":"https://github.com/mazesec.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel Settings\n\nAny web application’s backend needs to have some sort of a settings from where you can change the various settings of your application.\n\nfor example you have an e-commerce app, you would like to have some settings such as site name, logos, shipping methods control, payment methods control ...\n\n# Usage\n\n## Installation\n\n```bash\n    composer require tal7aouy/settings\n```\n\n-   we will add a database seed for our settings table. Run below command in the terminal.\n\n```bash\nphp artisan make:seed SettingsTableSeeder\n```\n\nhere you can add all settings that you want for you application. 👇\n\n![Screenshot - Seeder](code.png)\n\ncall your `SettingsTableSeeder` in `DatabaseSeeder` class\n\n![Screenshot - Seeder](code2.png)\n\nnow is the final step, run these commands to migrate `settings` table and Seed the database with records.\n\n```bash\nphp artisan migrate\n// then\nphp artisan db:seed\n```\n### use settings\n\n```php\n        // site name\n     {{Config::get('settings.site_name')}}\n     //or \n     {{Config('settings.site_name')}}\n     \n```\n\n## License\n\nLaravel Settings is an open-sourced software licensed under the [MIT LICENSE](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmazesec%2Flara-settings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmazesec%2Flara-settings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmazesec%2Flara-settings/lists"}