Category "php"

Render the content of default_filter.php in Joomla front-end

I made a custom component with a table that needs some filters. I render the filter fields on my view by doing this: This is the code inside tmpl/supportcases/d

how to loop through json response data using ajax jquery?

I'm trying to loop through a json response with ajax jquery but I can't display the result. Here is the code Im using: data.php function platformsList(){ $q

How to show id in Resource Routes url?

Update: This line of code in the frontend was the culprit: <inertia-link v-if="options.edit" :href="'/admin/gallery/edit/1'"> I had to change it to: <

php curl_exec() Connection refused when retrieving a remote image

I want to retrieve a remote hosted image with php. The image exists, I can access to it with my browser. However the result of the curl_exec() is empty and the

PHP mail sending empty mails

I'm similar to php and don't undestand what is the problem. Sometimes php function send me empty messages like Vanema nimi Lapse nimi: Linn: Telefoninumber: Ema

How to change 'users' auth table and use another instead Laravel

So I just started a Laravel Project with Breeze, and I wanted to change the default table users , the problem is it didn't work, I did my research for days and

configuring stripe webhook, Test webhook error: Unable to connect

So I am trying to implement a stripe webhook to listen to various events. Basically I have my php application running live, say on "http://example.com". I have

PHP Deprecated issue when running artisan command

Whenever I run an artisan command I am getting this issue. I am using Valet and PHP 8.1. I have tried changing versions of PHP but I still get this issue. When

Sync Records With Default Values in Pivot Tables, Call to undefined method syncWithPivotDefaults()

I just upgraded laravel 7 to laravel 8.30.1 and I am trying to add the default value of pivot column object_model of term_relationships table using the newly in

Autoload nested folder classes in custom namespace with composer

i have these directory and file structure. i want to load my Wtf class in Models namespace. in fact i want to add some providers to my project and want to locat

Laravel reuse session on subdomain

Let's say, I created 2 server and 4 sub domains. example.com and first.example.com route to first server. second.example.com and third.example.com route to seco

SYSTEMPATH/CodeIgniter.php at line 219

CodeIgniter show this problem: SYSTEMPATH/CodeIgniter.php at line 219. I already added extension=intl to php.ini file. But the error still. Error : The framewor

PHP - Check if string contains words longer than 4 characters, then include "+ *", and for those shorter than 4 characters include only "*"

I manage to do partially just one part, but cannot make the second part work. If a word has < 4 characters, only * should be included at the end of that wo

Is Laravel Sanctum suitable to give API access to Third-party server?

We built an API (which currently contains just a single route) to give access to specific data to another company we are working with. The API calls this other

PHP Unknown: [UNAVAILABLE] FETCH Server error while fetching messages (errflg=2)

When running the following command once: <?php $imap_structure = imap_fetchstructure($mail_connection, $email_number); ?> I get the following error messa

How to I Add a view or Component that doesn't effects with master layouts

Guys I'm trying to making a page called slider and that page include both data passing and data getting methods. I created separate sections and i preformed tha

how to insert data into select2 search input after scan using qrcode

Example results that i want : I already did the qrcode scan and select2. It is working fine. The problem is I want that data "SBD2P3000002" to be searched in

I can't delete my image when it is liked because of the foreign key in mysql

There is the schema of my db : And I've got this error message when I try to delete a picture : SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot de

CSS file not imported in laravel blade view

I am trying to import a CSS file into one of my Laravel views but it's not being included for some reason. This is is what I have in my view file: @extends('lay

How to properly start Laravel 8 with Bootstrap & authentication

I face the following image every time I want to start a new Laravel 8 project with authentication routes set up using the laravel/ui package and Bootstrap scaff