Neeraj Singh

Results 4 issues of Neeraj Singh

I'm using laravel project with php 8.x version and while installing this package it throw php version errors. ``` λ composer require pragmarx/tracker Using version ^4.0 for pragmarx/tracker ./composer.json has...

I'm getting this issue after installing the jetstrap pakcage. Before laravel jetstream npm run dev was not giving any warning but after installing the jetstrap it gives a warning. ```...

In my project I've used this package and dragging is working but Now the major part is how to save data in the backend. Means while dragging the element one...

This is my view file ``` @extends('user/app') @section('bg-img',Storage::disk('local')->url($post->image)) @section('title',$post->title) @section('subheading',$post->subtitle) @section('head') @endsection() @section('main-content') Created at {{ $post->created_at->diffForHumans() }} @foreach($post->categories as $category) {{ $category->name }} @endforeach() {!! htmlspecialchars_decode($post->body) !!} Tags clouds...