{"id":14974544,"url":"https://github.com/gpopoteur/reddit-clone","last_synced_at":"2025-09-03T12:39:54.890Z","repository":{"id":22608193,"uuid":"83617266","full_name":"gpopoteur/reddit-clone","owner":"gpopoteur","description":"Reddit Clone using Laravel 5.4 / Clon de Reddit usando Laravel 5.4","archived":false,"fork":false,"pushed_at":"2022-03-30T20:48:41.000Z","size":931,"stargazers_count":23,"open_issues_count":12,"forks_count":15,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-08T07:51:28.132Z","etag":null,"topics":["example","laravel","laravel54","tutorial","youtube"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gpopoteur.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-02T00:53:20.000Z","updated_at":"2024-11-22T15:47:38.000Z","dependencies_parsed_at":"2022-07-27T03:02:16.647Z","dependency_job_id":null,"html_url":"https://github.com/gpopoteur/reddit-clone","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gpopoteur/reddit-clone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpopoteur%2Freddit-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpopoteur%2Freddit-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpopoteur%2Freddit-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpopoteur%2Freddit-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gpopoteur","download_url":"https://codeload.github.com/gpopoteur/reddit-clone/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpopoteur%2Freddit-clone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273445452,"owners_count":25107149,"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","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["example","laravel","laravel54","tutorial","youtube"],"created_at":"2024-09-24T13:50:43.155Z","updated_at":"2025-09-03T12:39:54.851Z","avatar_url":"https://github.com/gpopoteur.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Reddit Clone\n\n[English Version](#english-version)\n\nEste repositorio es parte de la serie de video tutoriales del clon de Reddit usando Laravel 5.4\n\n## Videos\n\n- [00 / Que vamos a construir? y algunos fundamentos](https://www.youtube.com/watch?v=XrrbV5YO2PY)\n- [01 / Instalación de Composer y Laravel](https://www.youtube.com/watch?v=LQdGfYYOlLk)\n- [02 / Introducción a Rutas (Routes) y Controladores](https://www.youtube.com/watch?v=lPJEps_cz2M)\n- [03 / Vistas y creando controller de publicaciones](https://www.youtube.com/watch?v=j361I__Z9Ew)\n- [04 / Configurando la BD, creando primer migración y modelo](https://www.youtube.com/watch?v=kAfhQifkpuc)\n- [05 / Mostrando publicaciones desde la BD](https://www.youtube.com/watch?v=3inCf-wKJUI)\n- [06 / Peticiones (Request), FormRequest y Creando Publicaciones](https://www.youtube.com/watch?v=rlz8CR7jUAQ)\n- [07 / Fabrica de Modelos (Model Factory) y Paginación](https://www.youtube.com/watch?v=rodRr8Df4kM)\n- [08 / Actualizado y Borrado de Publicaciones](https://www.youtube.com/watch?v=S2CXFlk6w_o)\n- [09 / Vistas Parciales y Mensajes al realizar acciones.](https://www.youtube.com/watch?v=wmD9LsDR6Cg)\n- [10 / Autenticación de Usuario](https://www.youtube.com/watch?v=_blNwZTQ-cY\u0026t=2s)\n- [11 / Relación entre Usuarios y Publicaciones ](https://www.youtube.com/watch?v=rjCXjNj_YGk)\n- [12 / Escribiendo los primeros Tests](https://www.youtube.com/watch?v=-Ni5z411fK4)\n- [13 / TDD y Refactoring de Código](https://www.youtube.com/watch?v=ps-1HoWNKf8)\n- [14 / Solucionando el problema Query N+1 y escribiendo más Tests](https://www.youtube.com/watch?v=uMpmg04tGL0)\n- [15 / Configurando MySQL](https://www.youtube.com/watch?v=s41qDXQFXY8)\n- ... en desarrollo\n\n## Acerca del Autor\n\nHola, mi nombre es German Popoter y soy un Ingeniero Telemático con un Máster en Ingeniería de Software. Mi meta con estos videos es poder enseñar a la mayor cantidad de personas posibles a crear aplicaciones web atravez del ejemplo.\n\n[Twitter @gpopoteur](https://twitter.com/gpopoteur) | [Instagram @gpopoteur](https://instagram.com/gpopoteur) | [Web gpopoteur.com](https://gpopoteur.com)\n\n---\n\n## English Version\n\nThis repository is the code generated in the video tutorial series where I create a Reddit Clone using Laravel 5.4, the tutorial is in Spanish.\n\n\n## Videos\n\n- [00 / What are we building? and some basic knowledge](https://www.youtube.com/watch?v=XrrbV5YO2PY)\n- [01 / Installing Composer and Laravel](https://www.youtube.com/watch?v=LQdGfYYOlLk)\n- [02 / Introduction to Routes and Controllers](https://www.youtube.com/watch?v=lPJEps_cz2M)\n- [03 / Views and creating the PostsController](https://www.youtube.com/watch?v=j361I__Z9Ew)\n- [04 / Configuring the DB and creating the first migration and model](https://www.youtube.com/watch?v=kAfhQifkpuc)\n- [05 / Listing Posts from the DB](https://www.youtube.com/watch?v=3inCf-wKJUI)\n- [06 / Requests, FormRequest and Creating Posts](https://www.youtube.com/watch?v=rlz8CR7jUAQ)\n- [07 / Model Factory and Pagination](https://www.youtube.com/watch?v=rodRr8Df4kM)\n- [08 / Updating and Deleting Posts](https://www.youtube.com/watch?v=S2CXFlk6w_o)\n- [09 / View Partials and Success Messages](https://www.youtube.com/watch?v=wmD9LsDR6Cg)\n- [10 / User Authentication](https://www.youtube.com/watch?v=_blNwZTQ-cY\u0026t=2s)\n- [11 / Users and Posts relation ](https://www.youtube.com/watch?v=rjCXjNj_YGk)\n- [12 / Writting the first tests](https://www.youtube.com/watch?v=-Ni5z411fK4)\n- [13 / TDD and code refactoring](https://www.youtube.com/watch?v=ps-1HoWNKf8)\n- [14 / Solving the N+1 query problem and writing more tests](https://www.youtube.com/watch?v=uMpmg04tGL0)\n- [15 / MySQL configuration](https://www.youtube.com/watch?v=s41qDXQFXY8)\n- ... under development\n\n## About the Author\n\nHi, my name is German Popoter, I hold a Bachelor degree in Telematic Engineering and a Masters in Software Engineering. My goal with this video tutorials is try to teach as much people as possible on how to build and create web apps through example.\n\n\n[Twitter @gpopoteur](https://twitter.com/gpopoteur) | [Instagram @gpopoteur](https://instagram.com/gpopoteur) | [Web gpopoteur.com](https://gpopoteur.com)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgpopoteur%2Freddit-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgpopoteur%2Freddit-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgpopoteur%2Freddit-clone/lists"}