Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

416 total results found

README_Mellon_Laravel_Web_Application

working-ajax-laravel

redux react js

react_native_mobile_app_req

node js 12.9 fix react native

central-razvoj-laravel-cron-queries

api

sql remote

mysql enable remote

laravel-optimization

linux_optimization

server-debugging

linux change php cli version

cwp-ownclod-webdav-apache2

mysql_mariadb_test

nginx-proxy-apache-php

php 8 install

mysql-mariadb-timezone

email accounts_brisanje

elqouent-query-builder-joins

Sadržaj

redux react js

Neki library za JS dev Za immutable funkcije i objekte Immutable Immer Mori npm i lodash npm i redux npm i immutable npm i immer React Native https://stackoverflow.com/questions/54862388/what-is-the-difference-between-expo-cli-and-react-native-cli https://www....

Sadržaj

react_native_mobile_app_req

poduzetnik - expo sdk 39 expo init my-app yarn add @react-navigation/native Installing dependencies into an Expo managed project expo install react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native...

Sadržaj

node js 12.9 fix react native

https://github.com/expo/expo-cli/issues/1074 C:\Users\mkopc\AppData\Roaming\npm\node_modules obrisati ručno node js downgrade na 12.9 after node downgrade i further did npm uninstall --g expo-cli npm install --g expo-cli to be able to compile my code I did not...

Sadržaj

central-razvoj-laravel-cron-queries

CRONTAB - nano editor sudo EDITOR=nano crontab -e export VISUAL=nano Laravel Carbon dates istek - Carbon dates - Carbon::parse($clanarina->datum_isteka)->diffInDays($danas) >= 5 cd /home/fitness/razvoj.mellon-fitness.com && php artisan sc...

Sadržaj

api

/**/_olark_callback_11cee7b7_c633_42da_af17_78ef390a1031({"body":{"site_id": "3928-440-10-9506"}, "code": 200});

Sadržaj

sql remote

GRANT ALL ON mellon_karlo.* to 'mellon_karlo'@'159.69.105.06' IDENTIFIED BY 'Mellon2021??!!'; FLUSH PRIVILEGES; SELECT host FROM mysql.user WHERE user = "mellon_karlo"; GRANT ALL ON mellon_karlo.* to 'mellon_karlo'@'159.69.105.06.%' IDENTIFIED BY 'Mellon2021??...

Sadržaj

mysql enable remote

mysql enable remote mysql -u root -p GRANT ALL PRIVILEGES ON . TO 'mellon_karlo'@'%' IDENTIFIED BY 'Mellon2021??!!' WITH GRANT OPTION; GRANT ALL PRIVILEGES ON . TO 'mellon_karlo'@'159.69.105.26' IDENTIFIED BY 'Mellon2021??!!' WITH GRANT OPTION; FLUSH PRIVILEGE...

Sadržaj

laravel-optimization

script should do composer update, npm install and update, npm run dev, php artisan optimize clear and php artisan migrate composer update -no interaction composer update -n composer dump-autoload --optimize php artisan optimize clear php artisan cache:clear ph...

Sadržaj

linux_optimization

Ubuntu memory optimization echo 3 > /proc/sys/vm/drop_caches && swapoff -a && swapon -a && printf '\n%s\n' 'Ram-cache and Swap Cleared'

Sadržaj

server-debugging

CWP Admin Panel Link (by hostname) CWP Admin Panel Link: http://srv.mellon-dev.com:2030 CWP Admin Panel Link: http://srv.mellon-dev.com:2086 CWP Admin Panel SSL Link: https://srv.mellon-dev.com:2031 CWP Admin Panel SSL Link: https://srv.mellon-dev.com:2087 CWP...

Sadržaj

linux change php cli version

https://help.dreamhost.com/hc/en-us/articles/214202148-How-do-I-change-the-PHP-version-my-shell-uses- php cli na 7.3 php folder lokacija - /opt/alt/php-fpm73/usr/bin echo $PATH cd ~ ls -a bash_profile => alias php='/opt/alt/php-fpm73/usr/bin/php' => export PAT...

Sadržaj

cwp-ownclod-webdav-apache2

I will report the problem I had and how I solved it. After a lot of work I managed to install Nextcloud 19. Procedures performed: Rebuild Apache with the following added switches – you can use Apache 2.4.x Add.. --enable-dav --enable-dav-fs --enable-dav-lock...

Sadržaj

mysql_mariadb_test

Tuner and optimizers https://github.com/major/MySQLTuner-perl https://github.com/BMDan/tuning-primer.sh Apache 2 https://github.com/richardforth/apache2buddy MariaDB test sysbench /usr/share/sysbench/percona/tpcc.lua --mysql-socket=/run/mysqld/mysqld.sock --my...

Sadržaj

nginx-proxy-apache-php

cwp pro - php fpm /opt/alt/php-fpm80/ nginx dodatak za cors - karlo i laravel generalno pogledaj docs i dodaj što fali symlinks i ostalo za WP add_header X-Cache "HIT from Backend"; add_header X-XSS-Protection "1; mode=block" always; add_header X-Content-Ty...

Sadržaj

php 8 install

https://www.virtualmin.com/documentation/web/multiplephp sudo apt update sudo apt -y upgrade sudo apt update sudo apt install lsb-release ca-certificates apt-transport-https software-properties-common -y sudo add-apt-repository ppa:ondrej/php sudo apt update a...

Sadržaj

mysql-mariadb-timezone

import sve zone prvo mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysql SET GLOBAL time_zone = 'Europe/Zagreb'; SELECT @@global.time_zone; SELECT NOW();

Sadržaj

email accounts_brisanje

#lusar.hr ivan.holec kristina.holec goran.sivc katarina.bircic voditelji info #canis-team.hr goran.sivc info #katarios.hr katarina.bircic info

Sadržaj

elqouent-query-builder-joins

/* $broj_dolazaka2 = DB::table('clan_dolazak as a')->select( 'a.clan_id as id', 'a.datum as datum', 'a.vrijeme as vrijeme', 'b.id as clan_id', 'b.clanski_broj as clan_clanski_broj', 'b.ime_prezime as ime_prezime', 'c.status_id as clanarina_status_id', 'c.da...

Sadržaj

ai-tools

ai tools Chat GPT: https://openai.com/blog/chatgpt/ Midjourney: https://www.midjourney.com/ Durable: https://durable.co Runway: https://runwayml.com Luma AI: https://lumalabs.ai Astria: https://www.strmr.com

Sadržaj

cms_install_config_readme

STARTER KITS LIST - https://github.com/tnylea/laravel-new COMPOSER - LARAVEL NEW composer global update composer global require "laravel/installer" nano .bashrc export PATH="$HOME/.config/composer/vendor/bin:$PATH" source .bashrc composer require spatie/larav...