You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> You can even build your own components easily to fit your application needs! It's very easy!
36
+
- add this lines in config/app.php on aliases array:
37
+
```
38
+
'Form' => Illuminate\Html\FormFacade::class,
39
+
'Html' => Illuminate\Html\HtmlFacade::class,
40
+
```
41
+
---
42
+
***Step 3:***
43
+
> **NOTE:** Delete all default migration first bundled with your laravel installation. Backend package has its own full-blown user component. After you have deleted it, do this on your command line:
0 commit comments