FilePond not showing previews of loaded local existing pdf on laravel
I use FilePond to show displays existing data like image and pdf. When displaying images it works but when displaying pdf: Invalid PDF structure.
I saved the file in storage and run artisan storage command
FilePond not showing previews of loaded local existing pdf on laravel
I use FilePond to show displays existing data like image and pdf. When displaying images it works but when displaying pdf: Invalid PDF structure.
I saved the file in storage and run artisan storage command
FilePond not showing previews of loaded local existing pdf on laravel
I use FilePond to show displays existing data like image and pdf. When displaying images it works but when displaying pdf: Invalid PDF structure.
I saved the file in storage and run artisan storage command
In Laravel Jetstream I cant upload a picture >2MB
I have a issue without answer. I created a new Laravel project with Jetstream and livewire stack. I dont make any modification,its fresh I just want to upload a photo profile and it work with any file less than 2mb, but not beyond it. My php.ini is well configurated with post_max_size, upload_max_filesize
at 100M and 80M. My UpdateUserProfileInformation.php
in app/Actions/Fortify
is well configured with "'photo' => ['nullable', 'mimes:jpg,jpeg,png', 'max:10240'],"
It seems that a photo>2MB
is directly reject when I load it with a red message "The photo failed to upload."
without even be sending. I think the problem come from the input field in the update-information-form.blade.php
line 41 "<x-secondary-button class="mt-2 me-2" type="button" x-on:click.prevent="$refs.photo.click()">"
, maybe they are something wrong with the function "$refs.photo.click()"
. Do you have a solution for it? I will help me and other Laravel Jetstream user.
my expect response is’nt working and i want to correct my code below the title
: Uncaught TypeError: $(…).datetimepicker is not a function http://127.0.0.1:8000/formfinance/payments/Add:331 jQuery 2 Add:331:35 Uncaught ReferenceError: fetchPaymentDetails is not defined onchange http://127.0.0.1:8000/formfinance/payments/Add:1
Using Axios with the default Laravel Boostrap file
In my JS I am doing:
create pivot table laravel blade and js
from a controller in Laravel I’m trying to create a pivot table that opens and closes as needed but I can’t understand where the problem is. the masterzone opens and closes but subarea and microarea don’t and I don’t know why.. can anyone sleep where I’m doing wrong?
Dynamically fetching id’s with laravel and javascript
I have been trying to fetch id’s dynamically, here is my create logic;
How to change dropdown text for all dropdown menu if one changed in laravel
I am New to Laravel and learning the coding from YouTube.
Here i am working on one home project where having 4 dropdown menu showing duration ( current month, last month etc ) with 4 graph which changed as per selected.
If u changed the duration from one dropdown, all 4 graph changed but dropdown menu selected item remain same which need to change.
Converting from a slider to a chart graph
I have a library https://splade.dev/docs/using-vue-libraries. I’m using the Splade table.
I have app.js: