Muhammad Muazzam

Results 6 comments of Muhammad Muazzam

This code for non-ajax call that is working fine. I have to display on ajax call using above code example you have given in doc

I have tried that already but its not loading anything about lava at blade template file.

No, I didn' t call lava.js since its already in package installed. How to call this? which path? I have copied it to public/js and call it but no success.

> I managed to solve this Problem, it only occours on local environments. > > I think the Problem is Crater only accepts a domain like example.com, 127.0.0.1 or any...

`$data = $form->getFieldValues();` show null values

yes there is view code as: ``` @extends('layouts.app') @section('content') {!! form($form) !!} {!! Form::token() !!} @endsection ```