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

204 total results found

Sadržaj

magento2_nexcess_novi_tiho

Scheduled for Password Warning! This password can only be viewed a limited number of times. Once the view limit has been met, the password will be completely removed from our system and you will not be able to retrieve it again. Please be sure to save the pass...

Sadržaj

Permissions-rpm-rebuild-CWP PRO - Centos 7

CWP PRO - Centos 7 chown - chmod - 775 fuckup folder permissions rebuild server #!/bin/sh for p in $(rpm -qa); do rpm --setperms $p; done for p in $(rpm -qa); do rpm --setugids $p; done

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 8 artisan commands

laravel 8 commands: -v swith za više detalja php artisan cache:clear -v php artisan config:clear -v php artisan config:cache php artisan optimize

Sadržaj

debug bar fix

https://github.com/barryvdh/laravel-debugbar/issues/870 https://stackoverflow.com/questions/44762803/barryvdh-laravel-debugbar-does-not-appear-in-laravel make sure you cleared caches: "php artisan config:cache" – boolfalse Mar 15 at 12:17 @boolfalse yes, i alr...

Sadržaj

korisno cors laravel

https://voutzinos.com/blog/cross-origin-iframe-laravel/

Sadržaj

laravel 8 - perfect scroll bar fix

##laravel - perfect scroll bar fix## https://github.com/mdbootstrap/perfect-scrollbar/issues/769

Sadržaj

LARAVEL-DEV-proces-naredbe

##Routes## Kako koristiti i skratiti poziv kontrolera u modelu http controllers namespace use - ispravak u service providers uncomment: protected $namespace = 'App\Http\Controllers'; => svi naši kontroleri biti će u gore navedenom namespace => web.php rute - u...

Sadržaj

laravel-bs5-vue3

Bijelić - reports - app dependecies install Application helpers - Debugbar: https://github.com/barryvdh/laravel-debugbar composer require barryvdh/laravel-debugbar --dev Edit .env file in app root directory, set debug to true .eng -> Debug=TRUE Laravel IDE hel...

Sadržaj

laravel fitness queries

where has, where has https://stackoverflow.com/questions/30231862/laravel-eloquent-has-with-wherehas-what-do-they-mean strict greška, group and order by https://stackoverflow.com/questions/40917189/laravel-syntax-error-or-access-violation-1055-error sum query ...

Sadržaj

LARAVEL-mutators-accessors

kod passsword inputa, datuma ili bilo čega korisno https://medium.com/@bvipul/laravel-accessors-and-mutators-learn-how-to-use-them-29a1e843ce85 https://code.tutsplus.com/tutorials/eloquent-mutators-and-accessors-in-laravel--cms-30312

Sadržaj

laravel-datatables-multiple tables

https://datatables.net/examples/basic_init/multiple_tables.html https://stackoverflow.com/questions/45633297/laravel-datatables-multiple-tables-on-one-view dt - multiple dt same page : https://stackoverflow.com/questions/45633297/laravel-datatables-multiple-ta...

Sadržaj

DB-offline-online-sync

db forge db sync - 510$ na 3 godine free - 2k kuna + više održavanja https://dev.mysql.com/doc/workbench/en/wb-database-synchronization.html https://www.symmetricds.org/ https://quick-adviser.com/how-can-i-sync-my-offline-database-to-online/

Sadržaj

php-vs-c++

Difference between C++ and PHP : S.No. C++ PHP C++ was developed by Bjarne Stroustrup in 1979. It is developed by Rasmus Lerdorf in 1994. It is an object oriented programming language. It is a server-side scripting language. There is method overriding and ove...

Sadržaj

demo.mellon.hr-instalacija-config

domain : https://demo.mellon.hr/ SSL - Let's Encrypt web srv: nginx-apache2-php-fpm php 8.0.11 node 14.17.6 https, http2 30min timeout database: db - mysql Ver 15.1 Distrib 10.6.4-MariaDB, for Linux (x86_64) using readline 5.1 https://srv.mellon-dev.com:208...

Sadržaj

jquery-numpad

https://codepen.io/onclick_indo/pen/QRBmpR

Sadržaj

jquery touch numpad

jquery touch numpad https://codepen.io/onclick_indo/pen/QRBmpR https://www.jqueryscript.net/other/virtual-keypad-pinpad.html source code used: https://www.jqueryscript.net/demo/virtual-keypad-pinpad/

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...