If you are wondering, where to add 'type':'module' ?
In this video, I have find out 10 Free Most Useful apps for your Mac. Alfred DaVinci...
Run PowerShell as Admin iisreset /stop Enter fullscreen mode Exit fullscreen...
Find out 10 Free Most Useful Apps for Content Creators - 2024 https://youtu.be/q2npHJc4Xe4
chmod 775 -R bootstrap/ storage/ php artisan config:cache
This article details the process of securing a directory via SSH by setting up an .htaccess and...
In etc/my.cnf try changing the max_allowed _packet and net_buffer_length...
A post by Krixnaas
This error was occurring because of a scheduled task in laravel that involved a database lookup. By...
go to your Dashboard-> Settings -> Permalinks and simply click on Save Changes
<script> document.addEventListener("visibilitychange", function() { document.title =...
var table = $('#users-table').DataTable({ processing: true, serverSide: true, ...
In Nepali https://youtu.be/d5aJXPRiWk0 In...
sudo nano etc/default/beanstalkd add BEANSTALKD_EXTRA=”-z max” eg. 52428000000 restart...
$this->model->query()->update(['active_status' =>...
If you have large number of data and your query is taking long time to execute. Database table...
Situation: Website migrated from one host to another using UpDraft. Admin able to login on...
Install xDebug sudo apt-get install php-xdebug; or specify the version sudo apt-get...
php artisan make:migration update_users_table --table=users If update file already exist php artisan...
sudo apt-get install php-mbstring If it throws some error try above command after apt-get update
for ubuntu 18 and 20: [replace 7.4.28 with your php version] 1- php -v result for exapmle: PHP...
php artisan serve --port=8080 Enter fullscreen mode Exit fullscreen mode ...
const moment = require('moment'); pm.globals.set("today", moment().format("YYYY-MM-DD")); ...
Route::get('/dbinfo', function(){ $databaseName = \DB::connection()->getDatabaseName(); ...
$size = mb_strlen(json_encode($content, JSON_NUMERIC_CHECK), '8bit'); Enter fullscreen mode ...
Provide you a timestamp, message as well as path try{ // your code } catch (Exception...
var data = [{ id: 0, text: 'enhancement' }, { id: 1, text: 'bug' }, { id: 2, text: 'duplicate'...
version: '3' services: app1_server: container_name : "app1_server" image : "app1_server" ...
$headers = apache_request_headers(); $token =$headers['_tb_token']; Enter fullscreen mode ...
public function notifyApp($app_id){ $payload = array( 'to' => $app_id, ...