Skip to content

Commit f710ede

Browse files
committed
feat: move to blade guidelines, auto discover user provided guidelines
1 parent 3bd31d5 commit f710ede

24 files changed

+486
-319
lines changed
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Laravel Boost Guidelines
22
The Laravel Boost Guidelines are specifically curated by Laravel maintainers for this project. These guidelines should be followed closely to help enhance the user's experience and satisfaction.
33

4-
<purpose-of-this-project>
5-
{project.purpose}
6-
</purpose-of-this-project>
4+
@if(!empty(config('boost.project_purpose')))
5+
<purpose-of-this-project>
6+
{!! config('boost.project_purpose') !!}
7+
</purpose-of-this-project>
8+
@endif
79

810
# Conventions
911
Follow existing conventions. When creating or editing a file, check sibling files for the correct structure, approach, naming.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
- This site is hosted with Laravel Herd. You MUST NOT ever run `artisan serve`.
2-
- The site is always available at: {app.url}
2+
- The site is always available at: {{ config('app.url') }}

0 commit comments

Comments
 (0)