Please an Recommended video tutorial or pdf for someone that is a beginner in laravel that wish to advance?

|
haider12312 2021-01-25 13:42:01
laravel_discuss-67641.jpg
how to get all contents Don’t belong to this category ?
profsr123 2021-01-25 13:56:15
$.ajaxSetup({
headers: {
‘X-CSRF-TOKEN’: $(‘meta[name=”csrf-token”]’).attr(‘content’)
}
});
$(document).ready(function () {
$(‘#adsId’).cropit({
‘minZoom’: 2,
‘exportZoom’: 2,
‘width’: 450,
‘height’: 200,
‘smallImage’: ‘allow’,
‘maxZoom’ : 5
});

});

$(‘.buttonClassNameads’).on(‘click’, function (e) {
// e.preventDefault();
// $(‘#updateBtn’).html(“Please wait…<i class=’fa fa-spinner fa-spin’></i>”);
// $(this).prop(“disabled”, true);

var newimageData = $(‘.adsClass’).cropit(‘export’);
var id = $(‘#sellerid’).val();
//alert(newimageData);
alert(id);
$.ajax({
url: “{{ route(‘cropimage’) }}”,
type: “POST”,
data: {
“uploadedImage”: newimageData,
“imageType”: “ads”,
“_token”: “{{ csrf_token() }}”,

},
success: function(data) {
//alert(data.path);
swal(“Poof! Your imaginary file has been Added!”, {
icon: “success”,

});
$(‘#ImgFilenameId’).val(data.path);
$(‘#create_sellerimage_form’).submit(); //router form submission

}
});

});

profsr123 2021-01-25 13:56:55
showing this erro

“message”: “CSRF token mismatch.”,

profsr123 2021-01-25 13:57:21
why this occurs anybody help me to solve the issue.
segungreat 2021-01-25 13:59:53
profsr123 2021-01-25 13:56:55
showing this erro

“message”: “CSRF token mismatch.”,

Was the error on first attempt?

tarikmanoar 2021-01-25 14:38:28
laravelamit 2021-01-15 14:43:55
Anyone can teach me laravel

Search google and lara docs

AMIT 2021-01-25 14:39:51
laravelamit 2021-01-15 14:43:55
Anyone can teach me laravel

How much will you pay??

natghi2010 2021-01-25 14:43:54
AMIT 2021-01-25 14:39:51
How much will you pay??

he will pay with love

tarikmanoar 2021-01-25 14:47:04
natghi2010 2021-01-25 14:43:54
he will pay with love

Jahhajajjahajajhaha

AMIT 2021-01-25 14:49:44
natghi2010 2021-01-25 14:43:54
he will pay with love

Same he will get during job n will pay while buying daily need stuff

natghi2010 2021-01-25 14:50:27
AMIT 2021-01-25 14:49:44
Same he will get during job n will pay while buying daily need stuff

no this is different

natghi2010 2021-01-25 14:50:50
if you send him a pic, he will put it in a frame and put it in his living room
natghi2010 2021-01-25 14:51:03
put a candle burning next to it
natghi2010 2021-01-25 14:51:18
his neighbours will know your name
natghi2010 2021-01-25 14:51:29
think of the honor man
veddishant 2021-01-25 15:10:25
Chrisdavid32 2021-01-25 11:09:19
Please an Recommended video tutorial or pdf for someone that is a beginner in laravel that wish to advance?

I think admin should also pin the messages for the tutorial and pdf for new beginner devs. Many times repeating message

keatngan 2021-01-25 15:28:36
laravel_discuss-67664.jpg
What problem?
keatngan 2021-01-25 16:07:09
keatngan 2021-01-25 15:28:36
What problem?

Who know this problem?

iftikhar7ahmed 2021-01-25 16:10:55
keatngan 2021-01-25 15:28:36
What problem?

Give permission to payment folder in your project

profsr123 2021-01-25 16:29:46
segungreat 2021-01-25 13:59:53
Was the error on first attempt?

yes

meetlunkad 2021-01-25 17:09:19
laravel_discuss-67671.jpg
This is my datatable but now in laravel i want one fixed row – opening balance as it does not exists in database how may i add it ?
simon_an 2021-01-25 17:18:11
https://www.youtube.com/watch?v=1KDBDCZusgY

How to Integrate your Laravel application with telegram for real-time updatesYouTube
00:00 – Introduction
06:06 -Telegram bot-SDK installation
07:54 – Telegram configuration
20:20 – Send a static message to telegram group from laravel application
24:50 – Send dynamic messages to telegram group from laravel application
36:00 – Send images to telegram group from laravel application after image upload.
natghi2010 2021-01-25 17:22:23
simon_an 2021-01-25 17:18:11
https://www.youtube.com/watch?v=1KDBDCZusgY

what about scraping?

iftikhar7ahmed 2021-01-25 17:23:30
meetlunkad 2021-01-25 17:09:19
This is my datatable but now in laravel i want one fixed row – opening balance as it does not exists in database how may i add it ?

Your datatable is serverside?

Chrisdavid32 2021-01-25 17:44:32
veddishant 2021-01-25 15:10:25
I think admin should also pin the messages for the tutorial and pdf for new beginner devs. Many times repeating message

That I think will be a nice idea

Chrisdavid32 2021-01-25 17:45:22
But we can as well post good resources that might be of help to us all.
2021-01-25 17:55:06
Composer set_home
2021-01-25 17:55:19
What is this frnds
meetlunkad 2021-01-25 18:00:11
iftikhar7ahmed 2021-01-25 17:23:30
Your datatable is serverside?

No

iftikhar7ahmed 2021-01-25 18:32:41
meetlunkad 2021-01-25 18:00:11
No

Then you can add a table row before looping through collection

meetlunkad 2021-01-25 18:54:29
I am not looping
Caleb_Fonyuy 2021-01-25 19:01:15
meetlunkad 2021-01-25 17:09:19
This is my datatable but now in laravel i want one fixed row – opening balance as it does not exists in database how may i add it ?

You could create it each time and add to the top of your collection irrespective of the request received

willelm 2021-01-25 19:47:55
laravel_discuss-67686.jpg
Dont work. Why?
Joice 2021-01-25 19:53:57
laravel_discuss-67688.jpg

Joice 2021-01-25 19:53:58
laravel_discuss-67689.jpg

|