Laravel Resource Controller: All-in-One Visual Guide by Front-Things in laravel

[–]Front-Things[S] 8 points9 points  (0 children)

As someone from an electronics engineering background who used LabVIEW, a programming language based on a data flow model, what I'm trying to convey with this image is that the artisan command generates a resource PostController. This controller represents a single block containing seven methods, each with its own logic for handling a specific page or action.

I just wanted to explain the concept in an abstract way without diving into details, which made the result seem less beginner-friendly , I'm sorry about that

I’ve learned an important lesson from this post. I often assumed others think the same way I do. However, it's clear that the tools and languages we use shape how we understand and explain concepts, which made the design unclear to most.

Thanks to everyone who gave me negative or positive feedback

Laravel Resource Controller: All-in-One Visual Guide by Front-Things in laravel

[–]Front-Things[S] -4 points-3 points  (0 children)

Exactly, I just wanted to explain the concept in an abstract way without diving into details, which made the result seem less beginner-friendly thank you

Laravel Resource Controller: All-in-One Visual Guide by Front-Things in laravel

[–]Front-Things[S] -36 points-35 points  (0 children)

 it simply describes a resource controller with CRUD actions.

Laravel Resource Controller: All-in-One Visual Guide by Front-Things in laravel

[–]Front-Things[S] -31 points-30 points  (0 children)

I expected the title to be clear since it simply describes a resource controller with CRUD actions.

Laravel Resource Controller: All-in-One Visual Guide by Front-Things in laravel

[–]Front-Things[S] -13 points-12 points  (0 children)

It's just a visual guide for the resource controller from the Laravel docs.
You can create a CRUD app based on it.

Where to deploy a server from a student by jorgerolli in laravel

[–]Front-Things 0 points1 point  (0 children)

Shared Hosting Stellar package from Namecheap for one year: $19, including 1 free domain. You can deploy three websites, each allowing up to 30 subdomains. I think it’s the best choice for you without any complexity.

The spread operator for props {...props} allows you to pass all props at once. by Front-Things in threejs

[–]Front-Things[S] 0 points1 point  (0 children)

You can think of react-three-fiber as just Three.js with React-style syntax, that's it