Can you help me?
hi guys, anyone knows how read the orientation of pdf files on php?
i use laravel websocket for broadcast message to browser and it work but message show just for second then disable ?
why this error occured when deleting a category from index page?
0 when broadcast event it work and message show in browser but it disappear in second and no error in console ?
How to create records in table using Models?
Are you a Developer searching for a Jobs Online? Your wait is Over, Create your Profile at Optim Hire today and get hired soon!
Call session data it
<label for=”exampleInputName1″>Type</label>
<select class=”form-control” name=”type”>
<option disabled=”” selected=””>–Select Type– </option>
<option value=”1″>Big</option>
<option value=”0″>Smail</option>
<option value=”audi” selected>Smail</option>
</select>
</div>
You have to do something like this:
<select class=”form-select mb-1″ aria-label=”size 3 select example”
name=”paymentplan” onchange=”changepaymentPlan(this)” id=”paymentplan”>
<option value=”0″ @if ($order->paymentplan == 0) {{ ‘selected’ }} @endif>
No</option>
<option value=”1″ @if ($order->paymentplan == 1) {{ ‘selected’ }} @endif>
Yes</option>
</select>
first check in response token is coming or not
U just need to execute this following command
php artisan route:clear
php artisan config:clear
php artisan cache:clear
If u don’t have terminal access ask server team to give it to you…. Or you can tell them to execute that command in your project root dictionary …..
Thanks bro
if I wrote print_r($request->all());exit; —> token is come
But when I post values, Token is not appear
But when I post values, Token is not appear
Dd($request->all());
This is the proper way
Sorry I confused it with xdebug

why this error occured when deleting a category from index page?i use resource controller.
Bro i know api dev , core php , codeigniter, laravel, html, css, js, jquery, bootstrap, 8 months of experience
What should be my expected salary in INR
Please help me


Hi devs, I have a php related issue.. I need someone to help me review my codes. It’s for a job interview..
I don’t have in-depth knowledge of php


i use larave websocket 1.13 and pusher 7.0 when broadcast event it work and message show in browser but it disappear in second and no error in console ??
#laravel #laraveltrainings #programmingtutorials #webdevelopmenttutorials #tutorials
#laravel #laraveltutorial #latest #webdevelopment
How to create records in table using Models?
Model::create()
Model::insert()
Model::save()