An open API service indexing awesome lists of open source software.

https://github.com/devbigboy/laravel-workshop


https://github.com/devbigboy/laravel-workshop

laravel-framework php

Last synced: 27 days ago
JSON representation

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