{"id":26696442,"url":"https://github.com/fernandotorresl/example-app","last_synced_at":"2026-04-12T10:39:16.551Z","repository":{"id":101131073,"uuid":"572329000","full_name":"FernandoTorresL/example-app","owner":"FernandoTorresL","description":"Curso de Introducción a Laravel 9, Platzi, v2022","archived":false,"fork":false,"pushed_at":"2022-11-30T03:18:54.000Z","size":184,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T20:21:17.510Z","etag":null,"topics":["breeze","debugbar","laravel","npm","php"],"latest_commit_sha":null,"homepage":"","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/FernandoTorresL.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-30T03:05:41.000Z","updated_at":"2022-11-30T03:22:56.000Z","dependencies_parsed_at":"2023-07-02T09:31:51.395Z","dependency_job_id":null,"html_url":"https://github.com/FernandoTorresL/example-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FernandoTorresL/example-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FernandoTorresL%2Fexample-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FernandoTorresL%2Fexample-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FernandoTorresL%2Fexample-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FernandoTorresL%2Fexample-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FernandoTorresL","download_url":"https://codeload.github.com/FernandoTorresL/example-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FernandoTorresL%2Fexample-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261125619,"owners_count":23113275,"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":["breeze","debugbar","laravel","npm","php"],"created_at":"2025-03-26T20:20:27.326Z","updated_at":"2025-12-30T22:28:10.654Z","avatar_url":"https://github.com/FernandoTorresL.png","language":"PHP","funding_links":["https://www.buymeacoffee.com/fertorresmx","https://img.buymeacoffee.com/button-api/?text=Buy","https://patreon.com/taylorotwell"],"categories":[],"sub_categories":[],"readme":"# [Curso de Introducción a Laravel 9, Platzi, v2022](https://platzi.com/cursos/laravel/)\n## [Platzi](https://platzi.com/)\n\n\u003ca href=\"https://github.com/FernandoTorresL/example-app/commits/main\" target=\"_blank\"\u003e![GitHub last commit](https://img.shields.io/github/last-commit/FernandoTorresL/example-app)\u003c/a\u003e\n\n\u003ca href=\"https://github.com/FernandoTorresL/example-app\" target=\"_blank\"\u003e![GitHub repo size](https://img.shields.io/github/repo-size/FernandoTorresL/example-app)\u003c/a\u003e\n\n---\n\n### Description\nCourse Professor: Italo Morales F, [@italomoralesf](https://twitter.com/@italomoralesf)\n\n### [Curso de Introducción a Laravel 9, Platzi, v2022](https://platzi.com/cursos/laravel/)\nIn this course we learn:\n\n- How to start working with Laravel 9 and installation\n- Laravel CLI\n- about Laravel Breeze, simple implementation of all of Laravel's authentication features\n- Routes and Controllers\n- Basic Loops and conditionals\n- Controllers\n- Blade Layouts\n- Migrations and Databases, ORM Eloquent\n- Seeding and Model Factories\n- Basics about Eloquent relations\n- Laravel Debug Bar\n- How to code better projects\n\nFinal project: Dashboard - Posts\n\n---\n\n### Installation\nWIP\n#### Clone this repo\n\nYou can use and change *_\u003cmy_folder\u003e_* on this instruction to create a new folder\n\n```cmd\ngit clone git@github.com:FernandoTorresL/example-app.git \u003cmy_folder\u003e\n```\n\n#### Change to working directory\n\n```cmd\ncd \u003cmy_folder\u003e\n```\n\nInstalling breeze and get ready a session login\n\n- Executing:\n\n\n```cmd\nphp artisan breeze:install\nphp artisan migrate\nnpm install\nnpm run dev\n```\n\nThis commands publish authentication views, routes, controllers, and other resources.\nTo avoid errors, we comment Vite lines on files layouts/app.blade.php y layouts/guest.blade.php and add:\n\n    \u003clink rel=\"stylesheet\" href=\"{{ asset('css/app.css') }}\"\u003e\n    \u003cscript src=\"{{ asset('js/app.js') }}\" defer\u003e\u003c/script\u003e\n    \n---\n\n\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"https://fertorresmx.dev/\"\u003e\n      \u003cimg height=\"150em\" src=\"https://raw.githubusercontent.com/FernandoTorresL/FernandoTorresL/main/media/FerTorres-dev1.png\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://www.buymeacoffee.com/fertorresmx\"\u003e\u003cimg src=\"https://img.buymeacoffee.com/button-api/?text=Buy me a coffee\u0026emoji=\u0026slug=fertorresmx\u0026button_colour=5F7FFF\u0026font_colour=ffffff\u0026font_family=Poppins\u0026outline_colour=000000\u0026coffee_colour=FFDD00\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Follow me \n[fertorresmx.dev](https://fertorresmx.dev/)\n\n### :globe_with_meridians: [Twitter](https://twitter.com/FerTorresMx), [Instagram](https://www.instagram.com/fertorresmx/): @fertorresmx\n\n\n\n\n\u003cp align=\"center\"\u003e\u003ca href=\"https://laravel.com\" target=\"_blank\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg\" width=\"400\" alt=\"Laravel Logo\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://travis-ci.org/laravel/framework\"\u003e\u003cimg src=\"https://travis-ci.org/laravel/framework.svg\" alt=\"Build Status\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://img.shields.io/packagist/dt/laravel/framework\" alt=\"Total Downloads\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://img.shields.io/packagist/v/laravel/framework\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://img.shields.io/packagist/l/laravel/framework\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## About Laravel\n\nLaravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:\n\n- [Simple, fast routing engine](https://laravel.com/docs/routing).\n- [Powerful dependency injection container](https://laravel.com/docs/container).\n- Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage.\n- Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent).\n- Database agnostic [schema migrations](https://laravel.com/docs/migrations).\n- [Robust background job processing](https://laravel.com/docs/queues).\n- [Real-time event broadcasting](https://laravel.com/docs/broadcasting).\n\nLaravel is accessible, powerful, and provides tools required for large, robust applications.\n\n## Learning Laravel\n\nLaravel has the most extensive and thorough [documentation](https://laravel.com/docs) and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.\n\nIf you don't feel like reading, [Laracasts](https://laracasts.com) can help. Laracasts contains over 2000 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.\n\n## Laravel Sponsors\n\nWe would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel [Patreon page](https://patreon.com/taylorotwell).\n\n### Premium Partners\n\n- **[Vehikl](https://vehikl.com/)**\n- **[Tighten Co.](https://tighten.co)**\n- **[Kirschbaum Development Group](https://kirschbaumdevelopment.com)**\n- **[64 Robots](https://64robots.com)**\n- **[Cubet Techno Labs](https://cubettech.com)**\n- **[Cyber-Duck](https://cyber-duck.co.uk)**\n- **[Many](https://www.many.co.uk)**\n- **[Webdock, Fast VPS Hosting](https://www.webdock.io/en)**\n- **[DevSquad](https://devsquad.com)**\n- **[Curotec](https://www.curotec.com/services/technologies/laravel/)**\n- **[OP.GG](https://op.gg)**\n- **[WebReinvent](https://webreinvent.com/?utm_source=laravel\u0026utm_medium=github\u0026utm_campaign=patreon-sponsors)**\n- **[Lendio](https://lendio.com)**\n\n## Contributing\n\nThank you for considering contributing to the Laravel framework! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).\n\n## Code of Conduct\n\nIn order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct).\n\n## Security Vulnerabilities\n\nIf you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [taylor@laravel.com](mailto:taylor@laravel.com). All security vulnerabilities will be promptly addressed.\n\n## License\n\nThe Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffernandotorresl%2Fexample-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffernandotorresl%2Fexample-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffernandotorresl%2Fexample-app/lists"}