{"id":22693101,"url":"https://github.com/leonidasfsilva/imobilis","last_synced_at":"2026-05-07T11:34:28.839Z","repository":{"id":263497629,"uuid":"890584808","full_name":"leonidasfsilva/imobilis","owner":"leonidasfsilva","description":"Esboço MVC para sistema de gerenciamento de imóveis para aluguel e venda, destinado à imobiliárias, utilizando Laravel, Materialize e MySQL","archived":false,"fork":false,"pushed_at":"2024-11-24T01:30:10.000Z","size":3840,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T17:18:01.714Z","etag":null,"topics":["laravel5","materialize","mysql"],"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/leonidasfsilva.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-11-18T20:36:19.000Z","updated_at":"2024-11-24T01:30:13.000Z","dependencies_parsed_at":"2024-11-18T22:32:29.442Z","dependency_job_id":null,"html_url":"https://github.com/leonidasfsilva/imobilis","commit_stats":null,"previous_names":["leonidasfsilva/imobilis"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/leonidasfsilva/imobilis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonidasfsilva%2Fimobilis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonidasfsilva%2Fimobilis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonidasfsilva%2Fimobilis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonidasfsilva%2Fimobilis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leonidasfsilva","download_url":"https://codeload.github.com/leonidasfsilva/imobilis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonidasfsilva%2Fimobilis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32735273,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["laravel5","materialize","mysql"],"created_at":"2024-12-10T02:09:05.908Z","updated_at":"2026-05-07T11:34:28.823Z","avatar_url":"https://github.com/leonidasfsilva.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Imobilis - Sistema para Gestão de Imóveis\n###### Projeto esboço para sistema de gerenciamento de imóveis para aluguel e venda, destinado à imobiliárias utilizando as stacks:\n\n* Laravel 5.8\n* Materialize 0.94\n* MySQL\n\n###### Sistema totalmente responsivo para dispositivos móveis (tablets e smartphones)\n\n\n## Configurando o projeto\nClone o projeto para o seu localhost\n```sh\ngit clone https://github.com/leonidasfsilva/imobilis.git imobilis\n```\n\nAcesse a pasta do projeto\n```sh\ncd imobilis\n```\n\nCrie o arquivo *.env* copiando a partir do modelo *.env.example*\n```sh\ncp .env.example .env\n```\nGere uma nova chave para o projeto\n```sh\nphp artisan key:generate\n```\n\nAbaixo estão as principais variáveis de ambiente  que precisam ser configuradas corretamente para executar o projeto em ambiente localhost (Laragon, Wamp, Xamp ou PHP Built-In)\n```dosini\nDB_CONNECTION=mysql\nDB_HOST=127.0.0.1\nDB_PORT=3306\nDB_DATABASE=imobilis\nDB_USERNAME=root\nDB_PASSWORD=root\n```\n\nInstale as dependências do projeto\n```sh\ncomposer install\n```\nExecute as *migrations* para criar as tabelas\n```sh\nphp artisan migrate\n```\nExecute as *Seeders* necessárias para a popular algumas tabelas do projeto\n```sh\nphp artisan db:seed\n```\nSuba o servidor embutido do Laravel para rodar o projeto\n```sh\nphp artisan serve\n```\n\n### Acesse o sistema através da URL abaixo\n\n### [http://127.0.0.1:8000/](http://127.0.0.1:8000/)\n\n### Credenciais de acesso Admin:\nE-mail:\n```dosini\nadmin@mail.com\n```\nSenha:\n```dosini\n123456\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleonidasfsilva%2Fimobilis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleonidasfsilva%2Fimobilis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleonidasfsilva%2Fimobilis/lists"}