Web Development Blog
Developer Remarks | Know & How
Latest Posts
Random Posts

Laravel Best Practices
Published At:
2023-06-13
Updated At: 2023-06-22
Note created on: 2023-05-05 07:45
Single responsibility principle
A class and a method should have only one responsibility.
Bad:
public function getFullNameAttribute(): string { if (auth()->user()...

Laravel development on Windows 11 with Docker
Published At:
2023-06-04
It needs successful collaboration of different parts:
* WSL2
* Docker desktop
* Docker images creation and usage
* Docker compose for creation/run containers
* Setup for Phpstorm
Random Categories

Web Development
Web blog development and deployment based on Laravel framework is not easy and requires other approach to applicationĀ structure and development. Laravel is not best suited for web blogs but the application was chosen here for practical ev