Skip to content

Commit 4a60bc7

Browse files
committed
docs: introduction
1 parent 51a79f2 commit 4a60bc7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Bit Laravel Skeleton
22
Building the Laravel Skeleton for your application was inspired by [Lucid architecture](https://lucidarch.dev/).
33

4-
> This project is a work-in-progress. Code and documentation are currently under development and are subject to change.
4+
> This project is a work-in-progress. Code and documentation are currently under development and are subject to change.
5+
6+
## Table of contents
7+
* [Introduction](/blob/main/docs/introduction.md)

docs/introduction.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Introduction
2+
The package's used to building the Laravel Skeleton for your application was inspired by [Lucid architecture.](https://lucidarch.dev/)
3+
4+
It supplies for you several helpful commands so that generate concepts in Lucid architecture such as Services, Features, Domains, Jobs... from stubs.
5+
6+
Besides, in each concepts will be inherit the class that supplies API methods for building your application.
7+

0 commit comments

Comments
 (0)