The controller does not write complex logic processing, where can I write it?
一怒为红颜
一怒为红颜 2022-06-04 21:58:41
0
3
2191

For example, the codeigniter framework has the concept of library, and different libraries can be loaded as needed. Does Laravel have a similar concept?

一怒为红颜
一怒为红颜

reply all(3)
博愿

Complex logic is written in the Model, and the controller is a task List.

{Nick}

Does LV have different libraries? Just use whatever you want and adjust it

autoload

Look at personal habits

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!