Skip to content

Commit 85e32df

Browse files
author
RK M
committed
Bugs
1 parent 3df486c commit 85e32df

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,19 @@ This Laravel Generator package provides and generate Controller, Model (with elo
2626
PHP >= 8.1
2727
Bootstrap >= 5.0.0
2828

29+
## Start Up
30+
```
31+
composer create-project laravel/laravel project-name
32+
```
33+
```
34+
cd project-name
35+
```
36+
```
37+
composer require laravel/ui
38+
```
39+
```
40+
php artisan bootstrap ui --auth
41+
```
2942
## Installation
3043
1 - Install
3144
```

0 commit comments

Comments
 (0)