Based on our record, Laravel should be more popular than Django Ninja. It has been mentiond 240 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Laravel is a PHP web framework used by developers around the world. In March 2024, they launched Laravel Cloud with a full lineup of updates. All dropped at once. - Source: dev.to / about 1 month ago
Laravel is a full-stack PHP framework that can be integrated with powerful front-end frameworks such as React or Vue.js. With Laravel, you’ll be creating websites and apps that are scalable and capable of growth. - Source: dev.to / 11 days ago
If you're planning to convert a backend server to an AI agent using function calling, avoid languages and frameworks that require developers to manually write JSON schemas, such as PHP Laravel and Java Spring RestDocs. - Source: dev.to / 15 days ago
Using a full-stack framework with batteries-included, such as Wasp for JavaScript (React, Node.js, Prisma) or Laravel for PHP, takes the complexity out of piecing the different parts of the stack together. Since these frameworks are opinionated, they've chosen a set of tools that work well together, and the have the added benefit of doing a lot of work under-the-hood. In the end, the AI can focus on just the... - Source: dev.to / 17 days ago
Laravel installed (version 8+ recommended). - Source: dev.to / about 1 month ago
> The only place I really see Django at large companies is as an api using DRF or something. This is not a bad thing. Using Django as an API backend is amazingly fast in terms of development time, especially with modern frameworks such as django-ninja [1]. Just use the built-in ORM to create models, write your endpoints, and use the built-in admin interface to play with the database if you don't have endpoints for... - Source: Hacker News / over 1 year ago
Personally, I also prefer django-ninja to DRF. Source: almost 2 years ago
Or just use django-ninja if you are writing an API. Maybe it's just because I came from teams that used tornado and then fastapi but it seems like everything in this article would be solved by using a simpler interface for writing endpoints. https://django-ninja.rest-framework.com/. - Source: Hacker News / almost 2 years ago
Also recommend Django-Ninja. It basically reimplements fastapi's type and decorator-based API construction, but embedded directly in django so you have access to django's ORM and middleware library. Source: about 2 years ago
A good compromise I have found is to use Django Ninja [1]. It is inspired by FastAPI, so it has a lot of the nice things like the automatically generated Swagger/OpenAPI docs, as well as having routers as decorators, and using python types for automatic serialization. While I think FastAPI is great in its first class async support, Django has the Django ORM, plus Django Admin, which for me have been indisposable.... - Source: Hacker News / about 2 years ago
Django - The Web framework for perfectionists with deadlines
FastAPI - FastAPI is an Open Source, modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.
Ruby on Rails - Ruby on Rails is an open source full-stack web application framework for the Ruby programming...
Tastypie - Tastypie is a webservice API framework for Django.
CodeIgniter - A Fully Baked PHP Framework
ExpressJS - Sinatra inspired web development framework for node.js -- insanely fast, flexible, and simple