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

Laravel - how to deploy code changes on hosted server
Published At:
2023-06-21
It is recommended to do an initial installation on hosted server without all dev packages and tools. The best approach is to prepare a local docker installation where it is possible to run composer and NPM. For this purpose, we can use an intermediate...

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