Programming Technology World
how to call ssh from vs code
›
To call SSH from VS Code, you can use the built-in Remote Development extension. This extension allows you to open a remote folder or works...
how to add translation in foreach list into laravel blade
›
To add translations to a foreach loop in Laravel Blade, you can use the @lang directive to translate each item in the loop. Here is an exam...
how to add custom field in plugin wordpress
›
To add a custom field in a WordPress plugin, follow these steps: Define the field: Determine what kind of field you want to add, and define ...
How to add laravel translation
›
To add translations in Laravel, follow these steps: Create a new language file: In Laravel, translation strings are typically stored in lang...
laravel how to keep same file or form for add edit form details
›
Here's one approach you can take: Create a form view file that contains the form fields you want to display for both adding and editin...
php call function using ajax
›
To call a PHP function using AJAX, you can follow these steps: Create a PHP file that contains the function you want to call. For example, l...
Laravel create a api with sactum
›
To create a Laravel API with Sanctum, you can follow these steps: Install Laravel Sanctum: composer require laravel/sanctum Publish the Sa...
laravel add new column in existing table
›
In Laravel, you can add a new column to an existing table using migrations. Here are the steps: Open your terminal or command prompt and nav...
Laravel mPdf add custom font
›
Download the font you want to use and save it in your Laravel project's "public/fonts" directory. Open your controller or crea...
laravel how to create controller with resource
›
In Laravel, you can create a controller with resource using the artisan command. Here are the steps: Open your terminal or command prompt an...
›
Home
View web version