Commit 24ea0e52 by Angel MAS

update readme

parent 3d92388d
...@@ -33,7 +33,11 @@ composer require onestartup/crm-forms ...@@ -33,7 +33,11 @@ composer require onestartup/crm-forms
Onestartup\CrmForms\CrmFormsServiceProvider::class, Onestartup\CrmForms\CrmFormsServiceProvider::class,
``` ```
- run migrations
```
php artisan migrate
```
- run command for publish views - run command for publish views
...@@ -69,5 +73,5 @@ public function interested_detail(){ ...@@ -69,5 +73,5 @@ public function interested_detail(){
-include scripts in your landing page -include scripts in your landing page
```php ```php
<script src="{{asset('assets/cronometro.js')}}" type="text/javascript" /> <script type="text/javascript" src="{{asset('assets/cronometro2.js')}}"></script>
``` ```
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment