Forum

mrmucha
@mrmucha
Admin
Członek
Połączone: sty 9, 2012
Ostatnio widziany: cze 20, 2026
Tematy: 537 / Odpowiedzi: 563
Odpowiedz
RE: laravel: diff in days from mysql date

$days = Carbon::now()->diffInDays(Carbon::parse($user->createdAt));

7 lat temu
Forum
Temat
Forum
Odpowiedzi: 0
Widoki: 1309
Odpowiedz
7 lat temu
Forum
Temat
Forum
Odpowiedzi: 0
Widoki: 1635
Odpowiedz
RE: SymfonyComponentDebugExceptionFatalThrowableError: Class 'AppJobsRedis' not found in

try updating composer packages php composer.phar update or php composer.phar update --no-scripts

7 lat temu
Forum
Odpowiedz
RE: Error: .belongsToMany called with something that's not a subclass of Sequelize.Model5

if you’re using objects instead of string-names the you should replace Project.belongsToMany('User', {through: 'UserProject'}); User.belongs...

7 lat temu
Forum
Odpowiedz
RE: discord.js - show diferrence betwen roles array

var result3 = _(old_roles) .differenceBy(new_roles, 'id','name') .map(_.partial(_.pick, _, 'id','name')) .value();

7 lat temu
Forum
Temat
Forum
Odpowiedzi: 0
Widoki: 1467
Odpowiedz
RE: routeros/mikrotik: failover, ping external service and switch WAN

1. System -> Scheulder 2. add new 3. Interval 00:01:00 4. and paste :if ([/ping 8.8.8.8 count=5 interface=MY_MAIN_WAN_INTERFACE ] = 0) do={ /ip a...

7 lat temu
Forum
Odpowiedz
RE: mikrotik/roteros: two wan interfaces with same ip + failover

the keys is % /ip route add gateway=192.168.1.1%my_network_inferface_name add gateway=192.168.1.1%my_network_inferface_name details:

7 lat temu
Forum
Temat
Odpowiedz
RE: laravel: Warning: require(vendor/autoload.php): failed to open stream: No such file or directory

make sure you have php.exe inside your system PATH env. php composer.phar install

7 lat temu
Forum
Strona 39 / 74