{"id":22876766,"url":"https://github.com/devmuhammadzaki/larazillow","last_synced_at":"2026-04-11T01:01:51.281Z","repository":{"id":222489982,"uuid":"757428600","full_name":"devmuhammadzaki/larazillow","owner":"devmuhammadzaki","description":"A Single page Web Application for selling and buying real estate, using Laravel/Vue.js, Tailwind CSS, and Inertia.js.","archived":false,"fork":false,"pushed_at":"2024-09-28T21:08:05.000Z","size":18252,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-06T19:47:02.848Z","etag":null,"topics":["inertiajs","laravel","tailwind-css","vuejs"],"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/devmuhammadzaki.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":"2024-02-14T13:30:46.000Z","updated_at":"2024-09-28T21:08:08.000Z","dependencies_parsed_at":"2024-03-24T01:39:55.713Z","dependency_job_id":"0a9bd975-6654-4a78-827c-e8c3b341e8b5","html_url":"https://github.com/devmuhammadzaki/larazillow","commit_stats":null,"previous_names":["0xalmo3gez/larazillow","devmuhammadzaki/larazillow"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmuhammadzaki%2Flarazillow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmuhammadzaki%2Flarazillow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmuhammadzaki%2Flarazillow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmuhammadzaki%2Flarazillow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devmuhammadzaki","download_url":"https://codeload.github.com/devmuhammadzaki/larazillow/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246473425,"owners_count":20783272,"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":["inertiajs","laravel","tailwind-css","vuejs"],"created_at":"2024-12-13T15:27:37.328Z","updated_at":"2026-04-11T01:01:49.191Z","avatar_url":"https://github.com/devmuhammadzaki.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Larazillow\n\n![](./larazillow.png)\n\nLarazillow is a Single page Web Application for selling and buying real estate, built with Laravel/Vue.js, Tailwind CSS, and Inertia.js.\n\n## Demo\n\nDue to obvious financial issues, I was not able to host the project on any free hosting platform. Therefore, I have decided to provide a poor-quality [video](https://drive.google.com/file/d/15oe8j-NZ3A4gXTgtSUrqFF37Foh0wp4L/view?usp=sharing) for it.\n\n## Installation\n\n1. Download the code by clicking **Code**, **Download ZIP**. Or if you have Git install in your machine, you can run this in your terminal.\n\n```\ngit clone https://github.com/devmuhammadzaki/larazillow.git\n```\n\n2. Change directory to your local copy of `larazillow` in your terminal. Then install composer dependencies.\n\n```\ncomposer install\n```\n\n3. Install frontend dependencies.\n\n```\nnpm install\n```\n\n4. Copy `.env` file from `.env.example`. In NIX machine you can use this command.\n\n```\ncp .env.example .env\n```\n\n5. Prepare a database. You can use this command.\n\n```\nmysql -uroot -e \"CREATE DATABASE larazillow_db\"\n```\n\nIf you have password for your database, you need to specify `-p` on the command.\n\n6. Configure your database and email sender settings in `.env`\n\n```\nDB_CONNECTION=mysql\nDB_HOST=127.0.0.1\nDB_PORT=3306\nDB_DATABASE=larazillow_db\nDB_USERNAME=root\nDB_PASSWORD=\n\nMAIL_MAILER=smtp\nMAIL_HOST=localhost\nMAIL_PORT=1025\nMAIL_USERNAME=null\nMAIL_PASSWORD=null\nMAIL_ENCRYPTION=null\nMAIL_FROM_ADDRESS=\"test@example.com\"\nMAIL_FROM_NAME=\"${APP_NAME}\"\n```\n\n7. Migrate database tables and seed them with fake data\n\n```\nphp artisan migrate --seed\n```\n\n8. Generate a key for you application\n\n```\nphp artisan key:generate\n```\n9. Link storage (for photos and icons associated with the project)\n\n```\nphp artisan storage:link\n```\n\n10. Run php development server\n\n```\nphp artisan serve\n```\n\n11. Run node.js development server (alongside php server)\n\n```\nnpm run dev\n```\n\nYour local copy of larazillow is ready to access in your browser ;)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevmuhammadzaki%2Flarazillow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevmuhammadzaki%2Flarazillow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevmuhammadzaki%2Flarazillow/lists"}