https://github.com/devbigboy/laravel-workshop
https://github.com/devbigboy/laravel-workshop
laravel-framework php
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/devbigboy/laravel-workshop
- Owner: DevBigBoy
- Created: 2023-12-30T02:33:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T02:40:14.000Z (almost 2 years ago)
- Last Synced: 2025-05-17T02:07:59.636Z (about 1 year ago)
- Topics: laravel-framework, php
- Language: PHP
- Homepage:
- Size: 303 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# "Laravel for Beginners"
## Full Course - Laravel 10
---
### Author Links
👋 Hello, I'm mo shazly.
🚀 Follow Me:
- [Twitter](https://twitter.com/DevBigBoy)
- [LinkedIn](https://www.linkedin.com/in/devbigboy/)
---
### Description
📺 [YouTube Playlist](https://www.youtube.com/playlist?list=PLcfD4HARQRF9BFWK16B4nTeZDn5AoIRws) for this repository.
🚀 This repository shares ALL of the resources referenced during the HTML tutorial series.
---
### âš™ Tools
- 🔗 [Google Chrome Web Browser](https://google.com/chrome/)
- 🔗 [Visual Studio Code (aka VS Code)](https://code.visualstudio.com/)
### 📚 References
- 🔗 [Laravel x10](https://laravel.com/docs/10.x)
- 🔗 [PHP: PSR-FIG](https://www.php-fig.org/)
- 🔗 [MVC Architecture](https://medium.com/@harshc0707/mvc-architecture-building-scalable-web-applications-a7dd55610583)
- 🔗 [MDN Web Glossary: Semantics](https://developer.mozilla.org/en-US/docs/Glossary/Semantics)
- 🔗 [HTTP Verbs](https://medium.com/@irisxjiang/http-verbs-9f9e329be681)
- 🔗 [Comprehensive Guide to Becoming a Laravel Developer](https://medium.com/@mitzijackson/mastering-laravel-a-comprehensive-guide-to-becoming-a-skilled-developer-99c76994de96)
---
### 📚 Artisan commands
- php artisan make:controller ExampleController
- php artisan route:list
- php artisan make:middleware Test