Tag : PHP  45 Posts

Creating a simple REST API in PHP

Creating a simple REST API in PHP

REST (Representational State Transfer) is a way of accessing the web services. REST as an architecture style does not require processing and is more simple and flexible than SOAP(Simple Object Access Protocol) which is another standards-based Web services access protocol dev...

Read More


The Easiest Way to Create Custom Helpers in Laravel

Sometimes during programming, we are stuck with a scenario where we really want to call a controller function directly from view but failed due to the limitation of MVC. The solution is creating a custom helper functions that can be accessed from anywhere. The Laravel c...

Read More



ShareurCodes

ShareurCodes is a code sharing site for programmers to learn, share their knowledge with younger generation.