{"id":16409685,"url":"https://github.com/coderatio/larafirebase","last_synced_at":"2026-05-12T20:43:52.511Z","repository":{"id":114098087,"uuid":"159077058","full_name":"coderatio/larafirebase","owner":"coderatio","description":"A simple and clean CRUD laravel  blog app with Google firebase","archived":false,"fork":false,"pushed_at":"2018-12-01T02:50:09.000Z","size":4249,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-06T00:42:18.738Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/coderatio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-25T21:37:42.000Z","updated_at":"2020-11-19T01:58:49.000Z","dependencies_parsed_at":"2023-06-12T20:30:24.832Z","dependency_job_id":null,"html_url":"https://github.com/coderatio/larafirebase","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/coderatio%2Flarafirebase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderatio%2Flarafirebase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderatio%2Flarafirebase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderatio%2Flarafirebase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coderatio","download_url":"https://codeload.github.com/coderatio/larafirebase/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240405464,"owners_count":19796194,"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":[],"created_at":"2024-10-11T06:20:51.627Z","updated_at":"2026-05-12T20:43:47.487Z","avatar_url":"https://github.com/coderatio.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Larafirebase\nA simple and clean CRUD laravel  blog app using PHP(Laravel) and VueJs with Google Firebase.\n\n# How to use\nFirst thing is to install all our PHP libraries. You can do so by executing this command on your terminal.\n```vim\ncomposer install\n```\n\nWe then copy the contents of our .env.example and create a .env file on our project root and paste the contents there. After which, execute this command on your terminal to generate new app key.\n\n```vim\nphp artisan key:generate\n```\n\nThen, we need to install our npm dependencies. Do that by executing this command on your terminal\n```vim\nnpm install\n```\nOpen app folder and create a new folder called `secret` and paste your Google service account key. Then, open `PostsController` and put the path to that file on our LaraFirebase object instance. e.g\n\n```php\n$this-\u003epfb = new LaraFirebase('../secret/php-crud-f7984-3f535927d6d2.json'); \n// Change this path as per your key name\n```\n\nTo see the app, execute this command on your terminal.\n```vim\nphp artisan serve\n```\n\nThat's all you need to do.\n\nLet me know if you need any help.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderatio%2Flarafirebase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderatio%2Flarafirebase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderatio%2Flarafirebase/lists"}