How to flash message in session?

|
mtheara 2022-09-13 20:54:24
is this key affect to our app?
nika_mashkova 2022-09-13 21:16:28
laravel_discuss-138191.jpg
Hello, how can I get the site content using the function php “file_get_contents()” if I get an error “ERROR:The Store is configured for another domain”
nika_mashkova 2022-09-13 21:17:05
please help me
devpsoft 2022-09-13 21:36:22
nika_mashkova 2022-09-13 21:17:05
please help me

file_get_contents work with path in your server’s system not with urls

akhmatkhonov 2022-09-13 21:44:09
nika_mashkova 2022-09-13 21:17:05
please help me

if you want to get html content use file_get_html($url) then you can use simplehtmldom library for parsing

JS 2022-09-13 22:27:34
Laravel tutorials for Beginners

Topic: Flash message in Session

#laravel #laraveltutorials #laraveltrainings

13 – Laravel Trainings | Flash message to SessionYouTube
Flash message in Session

#laravel #trainings #technolearners
#laraveltrainings
#javatrainings
#springboot
learn programming online
learn java
learn spring boot
learn java j2ee
java tutorials
php tutorials
web development video
session push
session put
session flash
laravel session
how to flash message in session ?

Laksida 2022-09-13 23:28:34
who can help me fix an error with heroku
Pascal_dreh 2022-09-13 23:29:53
Laksida 2022-09-13 23:28:34
who can help me fix an error with heroku

P.m

Mrhopeful27 Doliz 2022-09-14 05:09:13
Hi guys does anyone here has a laravel template (website with admin side to update contents such as banner informations)
Mrhopeful27 Doliz 2022-09-14 05:09:27
If yes please share
niyachhim 2022-09-14 07:24:23
laravel_discuss-138210.jpg
Hi guy I got error after update data. because I checked duplicate data before update. How can I solve it?
niyachhim 2022-09-14 07:24:24
laravel_discuss-138211.jpg

HyipMakerTeamzone 2022-09-14 07:47:49
laravel_discuss-138213.jpg
anyone help me pls value cant show my dropdwn edit page
HyipMakerTeamzone 2022-09-14 07:48:50
here my code
HyipMakerTeamzone 2022-09-14 07:49:11
laravel_discuss-138216.jpg

Anny Becky 2022-09-14 07:58:48
Okay sorry
Name 2022-09-14 08:26:28
ajax call not working in laravel
Name 2022-09-14 08:27:25
value=”{{ lang_trans(‘txt_duration_of_stay’) }}” id=”tstay”></span>
<span value=”{{ lang_trans(‘txt_base_price’) }}” id=”tprice”></span>
<span value=”{{ lang_trans(‘txt_total_amount’) }}” id=”amount”></span>
</div>
</div>
</div>
</div>
</div>
<div></div>
<script src=”jquery-3.6.0.min.js”>
// globalVar.cartList = {!! json_encode($cart_list) !!};
// globalVar.gstPercent = {{ $settings[‘gst’] }};
// globalVar.cgstPercent = {{ $settings[‘cgst’] }};

$(document).ready(function() {

$(‘#butsave’).on(‘click’, function() {
alert(‘hi’);
var txt_sno = $(‘#sno’).val() = {{ lang_trans(‘txt_sno’) }};
var txt_room = $(‘#troom’).val() = {{ lang_trans(‘txt_room’) }};
var txt_duration_of_stay = $(‘#tstay’).val() = {{ lang_trans(‘txt_duration_of_stay’) }};
var txt_base_price = $(‘#tprice’).val() = {{ lang_trans(‘txt_base_price’) }};
var txt_total_amount = $(‘#amount’).val() = {{ lang_trans(‘txt_total_amount’) }};
alert(txt_total_amount);
// $.ajax({
// url: “{{ route(‘bookkk’) }}”,
// type: “post”,
// data: {
// _token: $(“#csrf”).val(),
// txt_sno: txt_sno,
// txt_room: txt_room,
// txt_duration_of_stay: txt_duration_of_stay,
// txt_base_price: txt_base_price,
// txt_total_amount: txt_total_amount
// },
// cache: false,
// success: function(dataResult) {
// console.log(dataResult);
// // var dataResult = JSON.parse(dataResult);
// // if(dataResult.statusCode==200){
// // window.location = “/userData”;
// // }
// // else if(dataResult.statusCode==201){
// // alert(“Error occured !”);
// // }

// }
// });
}

});
});
</script>
@endsection

Name 2022-09-14 08:28:55
Name 2022-09-14 08:27:25
value=”{{ lang_trans(‘txt_duration_of_stay’) }}” id=”tstay”></span>
<span value=”{{ lang_trans(‘txt_base_price’) }}” id=”tprice”></span>
<span value=”{{ lang_trans(‘txt_total_amount’) }}” id=”amount”></span>
</div>
</div>
</div>
</div>
</div>
<div></div>
<script src=”jquery-3.6.0.min.js”>
// globalVar.cartList = {!! json_encode($cart_list) !!};
// globalVar.gstPercent = {{ $settings[‘gst’] }};
// globalVar.cgstPercent = {{ $settings[‘cgst’] }};

$(document).ready(function() {

$(‘#butsave’).on(‘click’, function() {
alert(‘hi’);
var txt_sno = $(‘#sno’).val() = {{ lang_trans(‘txt_sno’) }};
var txt_room = $(‘#troom’).val() = {{ lang_trans(‘txt_room’) }};
var txt_duration_of_stay = $(‘#tstay’).val() = {{ lang_trans(‘txt_duration_of_stay’) }};
var txt_base_price = $(‘#tprice’).val() = {{ lang_trans(‘txt_base_price’) }};
var txt_total_amount = $(‘#amount’).val() = {{ lang_trans(‘txt_total_amount’) }};
alert(txt_total_amount);
// $.ajax({
// url: “{{ route(‘bookkk’) }}”,
// type: “post”,
// data: {
// _token: $(“#csrf”).val(),
// txt_sno: txt_sno,
// txt_room: txt_room,
// txt_duration_of_stay: txt_duration_of_stay,
// txt_base_price: txt_base_price,
// txt_total_amount: txt_total_amount
// },
// cache: false,
// success: function(dataResult) {
// console.log(dataResult);
// // var dataResult = JSON.parse(dataResult);
// // if(dataResult.statusCode==200){
// // window.location = “/userData”;
// // }
// // else if(dataResult.statusCode==201){
// // alert(“Error occured !”);
// // }

// }
// });
}

});
});
</script>
@endsection

ajax call not working in laravel

Name 2022-09-14 08:29:39
anyone knows solution for this help me 🙂
Name 2022-09-14 08:31:39
anyone ?
Name 2022-09-14 08:34:51
anyone ???????????????????
Name 2022-09-14 08:36:46
anyone ??????????????????????
ilkergun 2022-09-14 08:38:33
Name 2022-09-14 08:36:46
anyone ??????????????????????

hey, shut up and wait. someone will answer.

pranavsense 2022-09-14 08:40:06
Name 2022-09-14 08:27:25
value=”{{ lang_trans(‘txt_duration_of_stay’) }}” id=”tstay”></span>
<span value=”{{ lang_trans(‘txt_base_price’) }}” id=”tprice”></span>
<span value=”{{ lang_trans(‘txt_total_amount’) }}” id=”amount”></span>
</div>
</div>
</div>
</div>
</div>
<div></div>
<script src=”jquery-3.6.0.min.js”>
// globalVar.cartList = {!! json_encode($cart_list) !!};
// globalVar.gstPercent = {{ $settings[‘gst’] }};
// globalVar.cgstPercent = {{ $settings[‘cgst’] }};

$(document).ready(function() {

$(‘#butsave’).on(‘click’, function() {
alert(‘hi’);
var txt_sno = $(‘#sno’).val() = {{ lang_trans(‘txt_sno’) }};
var txt_room = $(‘#troom’).val() = {{ lang_trans(‘txt_room’) }};
var txt_duration_of_stay = $(‘#tstay’).val() = {{ lang_trans(‘txt_duration_of_stay’) }};
var txt_base_price = $(‘#tprice’).val() = {{ lang_trans(‘txt_base_price’) }};
var txt_total_amount = $(‘#amount’).val() = {{ lang_trans(‘txt_total_amount’) }};
alert(txt_total_amount);
// $.ajax({
// url: “{{ route(‘bookkk’) }}”,
// type: “post”,
// data: {
// _token: $(“#csrf”).val(),
// txt_sno: txt_sno,
// txt_room: txt_room,
// txt_duration_of_stay: txt_duration_of_stay,
// txt_base_price: txt_base_price,
// txt_total_amount: txt_total_amount
// },
// cache: false,
// success: function(dataResult) {
// console.log(dataResult);
// // var dataResult = JSON.parse(dataResult);
// // if(dataResult.statusCode==200){
// // window.location = “/userData”;
// // }
// // else if(dataResult.statusCode==201){
// // alert(“Error occured !”);
// // }

// }
// });
}

});
});
</script>
@endsection

you realize that the ajax code is commented right?

pranavsense 2022-09-14 08:42:01
HyipMakerTeamzone 2022-09-14 07:49:11
laravel_discuss-138216.jpg

<option value=”{{ $item }}” >{{ $item }}</option>

pranavsense 2022-09-14 08:45:06
niyachhim 2022-09-14 07:24:24
laravel_discuss-138211.jpg

why concat $data->id in validator rule ?

niyachhim 2022-09-14 09:36:34
pranavsense 2022-09-14 08:45:06
laravel_discuss-138211.jpg
why concat $data->id in validator rule ?

How?

pranavsense 2022-09-14 09:37:17
pranavsense 2022-09-14 08:45:06
laravel_discuss-138211.jpg
why concat $data->id in validator rule ?

remove that part after validator string

niyachhim 2022-09-14 09:45:48
pranavsense 2022-09-14 09:37:17
laravel_discuss-138211.jpg
remove that part after validator string

so how to check duplicate data before update?

pranavsense 2022-09-14 09:50:40
‘name’ => ‘required|unique:student_classes,name,’.$data->id
you were missing comma after name if this doesnt work try student_classes,’.$dat…
idk much about validation rule but a comma is missing
Denno_IT 2022-09-14 09:51:05
i am trying to search for product information through using the product id by the help of livewire. however it seems not to work. i dont know where am maybe doing a mistake
Denno_IT 2022-09-14 09:51:35
laravel_discuss-138241.jpg
can someone please help me out… this is my livewire controller
niyachhim 2022-09-14 09:52:32
pranavsense 2022-09-14 09:50:40
laravel_discuss-138211.jpg
‘name’ => ‘required|unique:student_classes,name,’.$data->id
you were missing comma after name if this doesnt work try student_classes,’.$dat…
idk much about validation rule but a comma is missing

it is fixed thank you so much brother

pranavsense 2022-09-14 09:57:00
Denno_IT 2022-09-14 09:51:35
laravel_discuss-138241.jpg
can someone please help me out… this is my livewire controller

your product_code and id column has same values?

|