2.4k questions

2.4k answers

99.5k users

Categories

0 votes
63 views

What is oops concept in laravel?

in Laravel by (95.8k points)

1 Answer

0 votes

We have introduced important basic concepts of object-oriented programming for PHP/Laravel. The concepts are however of a general nature and can be applied in any type of code. Following a few basic OOP rules will help you write much better code, better in terms of readability, security, and extensibility.

by (95.8k points)
...