{"id":13342734,"url":"https://github.com/matthewlukebyrne/laravel-framework","last_synced_at":"2025-03-12T02:32:36.675Z","repository":{"id":37574573,"uuid":"276455322","full_name":"matthewlukebyrne/laravel-framework","owner":"matthewlukebyrne","description":"A look at the Laravel framework with PHP, it's MVC structure and generating a small project that deals with programming stacks as a questionnaire ","archived":false,"fork":false,"pushed_at":"2023-01-06T10:22:42.000Z","size":1715,"stargazers_count":0,"open_issues_count":27,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-07-30T21:05:12.977Z","etag":null,"topics":["blade-template","laravel-framework","php","scss","xampp"],"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/matthewlukebyrne.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":"2020-07-01T18:37:40.000Z","updated_at":"2021-01-11T16:27:54.000Z","dependencies_parsed_at":"2023-02-05T21:16:32.242Z","dependency_job_id":null,"html_url":"https://github.com/matthewlukebyrne/laravel-framework","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/matthewlukebyrne%2Flaravel-framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewlukebyrne%2Flaravel-framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewlukebyrne%2Flaravel-framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewlukebyrne%2Flaravel-framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matthewlukebyrne","download_url":"https://codeload.github.com/matthewlukebyrne/laravel-framework/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221265581,"owners_count":16788059,"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":["blade-template","laravel-framework","php","scss","xampp"],"created_at":"2024-07-29T19:29:55.484Z","updated_at":"2024-10-24T02:30:29.196Z","avatar_url":"https://github.com/matthewlukebyrne.png","language":"PHP","funding_links":["https://patreon.com/taylorotwell"],"categories":[],"sub_categories":[],"readme":"## About Laravel 101 || Stacks Selector Application\n\n![stacks](shot5.png)\n\n1. Installation - \u003ccode\u003ephp artisan serve\u003c/code\u003e to run localhost:8000\n2. Basics = Routes, Views\n3. Passing data to views\n4. Blade Basics\n5. Blade Loops\n6. Layout Files\n7. CSS \u0026 Images Folders\n8. Query Parameters\n9. Route Parameters Wildcards {{ $id }}\n10.Controllers - Switched logic to \u003ccode\u003ephp artisan make:controller StackController\u003c/code\u003e\n11. Connect to MySql (ENV Variables, mySql, command)\n12. Migration Basics\n13. Eloquent Models\n14. MVC Naming Conventions (Update)\n15. Getting a single record\n17. Web Form Submission\n18. Post Request (Cross Site Forgery Token)\n19. Arrays and JSON data (extra field added)\n20. Removing records (DESTROY)\n21. SCSS files with Node-Sass Setup\n22. \u003ccode\u003ecomposer require laravel/ui\u003c/code\u003e\n23. \u003ccode\u003ephp artisan ui vue --auth\u003c/code\u003e \n24. Route protection \u003ccode\u003e-\u003emiddleware('auth');\u003c/code\u003e\n25. Named Routes \u003ccode\u003e{{ route('stacks.create') }}\u003c/code\u003e\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 1500 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## 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%2Fmatthewlukebyrne%2Flaravel-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatthewlukebyrne%2Flaravel-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthewlukebyrne%2Flaravel-framework/lists"}