Skip to content

Commit f720acf

Browse files
Merge pull request #86 from deanblackborough/main
Content updates
2 parents 3f6ddda + f232d54 commit f720acf

File tree

3 files changed

+83
-78
lines changed

3 files changed

+83
-78
lines changed

config/app/config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
'item_subtype_id' => env('ITEM_SUBTYPE_ID'),
1212
'cookie_user' => env('SESSION_NAME_USER'),
1313
'cookie_bearer' => env('SESSION_NAME_BEARER'),
14-
'version' => 'v1.12.0',
15-
'release_date' => '11th October 2023',
14+
'version' => 'v1.13.0',
15+
'release_date' => '22nd June 2025',
1616
'exception_notification_email' => env('EXCEPTION_NOTIFICATION_EMAIL'),
1717
'timezone' => 'UTC', // We can allow users to override this later
1818
];

resources/views/what-is-budgeting.blade.php

Lines changed: 36 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<meta name="description" content="When you start tracking your money, you need to decide which budgeting approach to take. We explain zero-based, 50/30/20 budget plan and reverse budgeting here.">
6+
<meta name="description" content="If you're wondering what budgeting is, here we explain the concept as well as the different approaches to budgeting including zero based and the reverse budget.">
77
<meta name="author" content="Dean Blackborough">
88
<title>What is Budgeting?</title>
99
<link rel="icon" sizes="48x48" href="{{ asset('images/favicon.ico') }}">
1010
<link rel="icon" type="image/png" sizes="192x192" href="{{ asset('images/favicon.png') }}">
1111
<link href="{{ asset('css/app.css') }}" rel="stylesheet"/>
12-
<x-layout.open-graph title="What is Budgeting?" description="When you start tracking your money, you need to decide which budgeting approach to take. We explain zero-based, 50/30/20 budget plan and reverse budgeting here." />
13-
<x-layout.twitter-card title="What is Budgeting?" description="When you start tracking your money, you need to decide which budgeting approach to take. We explain zero-based, 50/30/20 budget plan and reverse budgeting here." />
12+
<x-layout.open-graph title="What is Budgeting?" description="If you're wondering what budgeting is, here we explain the concept as well as the different approaches to budgeting including zero based and the reverse budget." />
13+
<x-layout.twitter-card title="What is Budgeting?" description="If you're wondering what budgeting is, here we explain the concept as well as the different approaches to budgeting including zero based and the reverse budget." />
1414
</head>
1515
<body>
1616
<x-layout.navbar activeRoute="budgeting" />
@@ -55,67 +55,62 @@
5555
and out goings, thus creating a plan for how you’ll spend your money. It’s that simple.
5656
</p>
5757
<p class="mt-8 text-xl leading-8 text-gray-500">
58-
<x-helper.control.link.text :route="route('how-to-start-budgeting')" label="Starting a budget" />
59-
can help you to determine whether you’ll have enough cash-flow to do what you need/want to and can
60-
help you to identify where you might be able to make savings.
58+
<x-helper.control.link.text :route="route('how-to-start-budgeting')" label="Starting a budget" />
59+
can help you to determine whether you’ll have enough cash-flow to do what you need/want to
60+
and can help you to identify where you might be able to make savings.
6161
</p>
6262
<p class="mt-8 text-xl leading-8 text-gray-500">
63-
Budgeting can also help you to build up an emergency fund so that you're prepared for those
64-
unexpected costs which catch most of us out.
63+
Budgeting can also help you to build up an emergency fund so that you're prepared for
64+
those unexpected costs which catch most of us out.
6565
</p>
6666
<p class="mt-8 text-xl leading-8 text-gray-500">
67-
There are several different approaches to budgeting and
68-
what works for one person, may not work for someone else.
69-
You can read about <x-helper.control.link.text route="https://budget-pro.costs-to-expect.com/our-budgeting-story" label="our-budgeting-story" />
70-
and the approach we decided to adopt.
67+
There are several different approaches to budgeting and what works for one person, may not
68+
work for someone else. You can read about
69+
<x-helper.control.link.text route="https://budget-pro.costs-to-expect.com/our-budgeting-story" label="our-budgeting-story" />
70+
and the approach we decided to adopt on Budget Pro.
7171
</p>
7272
</div>
7373
<div class="prose prose-lg prose-indigo mx-auto mt-6 text-gray-500">
7474

7575
<h2>Zero-based budgeting</h2>
7676

7777
<p>
78-
The aim of this approach is to ensure that every single pound (dollar/euro etc) of your
79-
income is accounted for in your expenditure. Your income minus your expenses equals zero
80-
every month.
78+
The aim of this approach is to ensure that every single pound (dollar/euro etc) of your
79+
income is accounted for in your expenditure. Your income minus your expenses equals
80+
zero every month.
8181
</p>
8282
<p>
83-
So if you earn &pound;2,000 per month, you will plan where every single &pound; will go.
83+
So if you earn &pound;2,000 per month, you will plan where every single &pound; or $ will go.
8484
</p>
8585

8686
<h2>50/30/20 Budget Plan</h2>
8787

8888
<p>
89-
This is a common budget approach and allows much more flexibility. The goal is that 50&percnt; of
90-
your income goes towards the essentials - food, mortgage/rent and bills. 30&percnt; goes towards
91-
"wants", or what we call the "fun stuff" – takeouts, days out and holidays.
89+
This is a common budget approach and allows much more flexibility. The goal is that 50&percnt;
90+
of your income goes towards the essentials - food, mortgage/rent and bills. 30&percnt; goes
91+
towards "wants", or what we call the "fun stuff" – takeouts, days out and holidays.
9292
</p>
9393

9494
<p>
95-
Yes, you read that correctly - a budget is not about restricting what you spend, more
96-
about planning what you spend.
95+
Yes, you read that correctly - <em>a budget is not about restricting what you spend</em>,
96+
more about planning what you spend.
9797
</p>
9898

9999
<p>
100100
The last 20&percnt; of your income goes into savings or investments.
101101
</p>
102102

103-
<p>
104-
<x-helper.control.link.text :route="route('register.view')" label="Our Budget Calculator" />
105-
provides an indication of which categories your expenses fall into.
106-
</p>
107-
108103
<h2>The Reverse Budget</h2>
109104

110105
<p>
111-
This method of budgeting turns the traditional approach on its head by putting saving ahead
112-
of any other expenses. Save first and then spend. This prioritises your financial goals such
113-
as paying off debt or saving for a mortgage. Once you have put money towards your financial
114-
goals, you then pay your essential costs.
106+
This method of budgeting turns the traditional approach on its head by putting saving
107+
ahead of any other expenses. Save first and then spend. This prioritises your financial
108+
goals such as paying off debt or saving for a mortgage. Once you have put money towards
109+
your financial goals, you then pay your essential costs.
115110
</p>
116111

117112
<p>
118-
With this budgeting method, you won't have much left over but whatever you have can be
113+
With this budgeting method, you won't have much left over but whatever you have can be
119114
spent on the "fun stuff".
120115
</p>
121116

@@ -124,22 +119,24 @@
124119
<p>
125120
This approach to budgeting was coined by former MSN Money editor-in-chief
126121
<x-helper.control.link.text route="https://web.archive.org/web/20130127123532/http://web.utah.edu/basford/personalfinance/handouts/budgeting/The60Solution.htm" label="Richard Jenkins" />,
127-
who realised that traditional budgeting methods just weren't effective for him. His
128-
budgeting approach is that 60&percnt; of gross income should go towards what Jenkins calls
129-
"committed expenses" – mortgage, food, clothing etc. Jenkins acknowledges that 60&percnt; isn't a
122+
who realised that traditional budgeting methods just weren't effective for him.
123+
His budgeting approach is that 60% of gross income should go towards what Jenkins calls
124+
"committed expenses" – mortgage, food, clothing etc. Jenkins acknowledges that 60% isn't a
130125
magic figure – just what works for his circumstances.
131126
</p>
132127

133128
<p>
134-
The remaining 40&percnt; is divided equally and allocated into four pots: retirement savings,
135-
long-term savings (for bigger purchases), short-term savings (for holidays) and the
129+
The remaining 40&percnt; is divided equally and allocated into four pots: retirement savings,
130+
long-term savings (for bigger purchases), short-term savings (for holidays) and the
136131
all-important "fun stuff".
137132
</p>
138133

139134
<p>
140-
Whatever your <x-helper.control.link.text :route="route('reasons-to-start-budgeting')" label="reason for starting a budget" />
141-
or whichever method of budgeting you opt for, our Budget App will help you take control of your
142-
finances and plan your spending. <x-helper.control.link.text :route="route('landing')" label="Let's get started" />.
135+
Whatever your reason for starting a budget or whichever method of budgeting you opt for,
136+
our <x-helper.control.link.text :route="route('landing')" label="Free Budget App" />
137+
will help you take control of your finances and plan your spending.
138+
However, if you’d like more advanced features for managing your budget, you can try our
139+
<x-helper.control.link.text route="https://budget-pro.costs-to-expect.com" label="Budget Pro App" />, it is free for the first 30 days and then just &19.99 for a lifetime license.
143140
</p>
144141

145142
</div>

0 commit comments

Comments
 (0)