---
title: "How I develop applications with Laravel"
url: https://daily.dev/posts/how-i-develop-applications-with-laravel-pczfyglxl
source_url: https://laravel-news.com/how-i-develop-applications-with-laravel
type: article
source: "Laravel News"
published: 2022-08-11T13:21:34.113Z
updated: 2022-08-11T13:21:34.112Z
tags: ["database", "php", "laravel"]
reading_time: 12
upvotes: 58
comments: 4
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# How I develop applications with Laravel

**[Laravel News](https://daily.dev/sources/ln)** · 12 min read · 58 upvotes · 4 comments

## Summary

The API we are building is a basic to-do style application, where we can add tasks and move them between to do and done. For me, it always begins with a simple command: laravel new todo-api --jet --git. We will create an API because it is something I love doing. The way I work with Laravel is very similar to Domain Driven Design, so there is a little setup.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://laravel-news.com/how-i-develop-applications-with-laravel>

## Community discussion

Top comments from developers on daily.dev.

**@ashkan** · 0 upvotes

> just Express

**@yeimar** · 0 upvotes

> Wow, that level of abstraction where you decouple from the framework itself, it's beautiful

**@ishigami** · 0 upvotes

> Many thanks to Steve McDougall for this article. I've get precious tips from there.
>
> I really like to know how other devs work with Laravel. And this one will be in my favorites.

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#database](https://daily.dev/tags/database), [#php](https://daily.dev/tags/php), [#laravel](https://daily.dev/tags/laravel)

[View this post on daily.dev](https://daily.dev/posts/how-i-develop-applications-with-laravel-pczfyglxl)
