20 Useful Laravel Packages Available on CodeCanyon (and 5 Free)

Laravel is a web application framework that many developers say is a dream to work with. That’s because it aims to take the tedium out of routine web project tasks like authentication, routing, sessions, and caching, making the development process simple and straightforward without sacrificing application functionality. If you’re not familiar with the Laravel framework,… Continue reading 20 Useful Laravel Packages Available on CodeCanyon (and 5 Free)

15 Useful PHP CRUD Generators and Frameworks Available on CodeCanyon

Database code is repetitive, but very important to get right. That’s where PHP CRUD generators and frameworks come in—they save you time by automatically generating all this repetitive code so you can focus on other parts of the app.  On CodeCanyon you will find CRUD generators and frameworks that will help you deliver outstanding quality products… Continue reading 15 Useful PHP CRUD Generators and Frameworks Available on CodeCanyon

JSON-Server as a Fake REST API in Frontend Development

Introduction Frontend development is changing day by day and we have to learn a lot more stuff. When we start learning a new framework or library, the first thing that is recommended to build a todo list which helps in doing all CRUD functions. But there is no solid backend/library available to make use of… Continue reading JSON-Server as a Fake REST API in Frontend Development

WP REST API: Internals and Customization

In the previous part of the series, we learned about creating, updating, and deleting content remotely through the WP REST API. It allows us to create platform-independent applications that work seamlessly with a WordPress powered back-end, providing a rich experience to the user. In the current part of the series, we will take a look at… Continue reading WP REST API: Internals and Customization