if you have something for laravel 6.x you can stick to that and after you finished your courses just read about new features in laravel 7..
Nice! It’s like going from ECMAScript 6 to 7 right
MateusGomes2020-05-29 20:21:22
Roham00102020-05-29 20:20:53
this is what all laravel or other technology fans do when new version comming 😁
Great! Thanks for the tip! 😁
Roham00102020-05-29 20:24:42
MateusGomes2020-05-29 20:21:08
Nice! It’s like going from ECMAScript 6 to 7 right
Sort of yes..
Patricklab2020-05-29 23:06:49
Has anyone here worked with block chain bit coin mint coin or something in line like that to help me with a small explanation
praneet812020-05-30 02:14:57
Hello
I’ve a one to one relationship topic model has one result
When i call the relationship like so
{{$topic->results->publish_at}} it works
But when i use the same thing inside the input value it throws error
praneet812020-05-30 02:15:09
Any idea why??
rebory2020-05-30 07:09:40
rashadpoovannur2020-05-28 20:40:53
Mail using smtp gmail not working .But in localhost it works perfectly
Mail driver replace with smtp to sendmail
pr070n2020-05-30 08:01:18
Всем привет. Подскажите пожалуйста как можно реализовать следующую задачу. Есть около 5К пользователей. Им нужно 5 раз в день отсылать уведомления в строго определенное время с максимальной погрешностью в минуту. Как в общих чертах такое сделать? Использовать ли крон с командой и запускать каждую минуту или использовать очереди как то?
2020-05-30 08:41:50
I never thought I could make it this way, I have been trading for the past several months with different fake account managers but all results is still the same, until I saw a post about Mr Neil Gilmore how he has been helping people regain their lost funds, I went through his profile he was legit then I decided to trade with him, I invested with him a minimum investment capital of $300 and I was surprise when I got my profit of $3000 within 48hours. I must confess that I am really earning massively, don’t know how to thank him. Thanks for your good work sir.
CONTACT….. @Gilmore_fx
yabzik2020-05-30 08:49:53
pr070n2020-05-30 08:01:18
Всем привет. Подскажите пожалуйста как можно реализовать следующую задачу. Есть около 5К пользователей. Им нужно 5 раз в день отсылать уведомления в строго определенное время с максимальной погрешностью в минуту. Как в общих чертах такое сделать? Использовать ли крон с командой и запускать каждую минуту или использовать очереди как то?
в ларе есть встроенный планировщик, настраивается в app/Console/Kernel.php методом schedule. В кроне задается задача запускающая планировщик лары раз в минуту, а дальше уже логика в коде, можно настроить любые интервалы
yabzik2020-05-30 08:50:16
https://laravel.com/docs/7.x/scheduling
MmxSymfony2020-05-30 10:24:09
You NEED to use Web or Desktop version of Telegram on your computer, photo from phone is OMG
stefan_ssv2020-05-30 10:24:51
yabzik2020-05-30 08:49:53
в ларе есть встроенный планировщик, настраивается в app/Console/Kernel.php методом schedule. В кроне задается задача запускающая планировщик лары раз в минуту, а дальше уже логика в коде, можно настроить любые интервалы
Любые интервалы > интервала крона, который запускает schedule:run
yabzik2020-05-30 10:26:33
все так, schedule:run, раз в минуту, а дальше в коде любые интервалы и логика
abysnia2020-05-30 10:29:00
Hello, guys how can I limit what a user can search for within a table in laravel?
abysnia2020-05-30 10:29:18
I have two users admin and another user
abysnia2020-05-30 10:29:34
The admin should be able to search for all items while the user should should be limited to what was created by the user
Siberfx2020-05-30 13:07:30
Holly cow
2020-05-30 13:36:26
seems like cancer, what kind of font is it?
Siberfx2020-05-30 13:55:12
Neon lamps on rofl
R3zaEsma3ili2020-05-30 14:00:18
2020-05-30 13:36:26
seems like cancer, what kind of font is it?
font is ok, picture is too compressed.
BvkDev2020-05-30 14:16:44
i’am used package jenssegers/laravel-mongodb , but problem with laravel version 7.* When installing.
Why it’s not working with Laravel 7.1.3? · Issue #1999 · jenssegers/laravel-mongodb – GitHub I have install Laravel 7.1.3 and when i use “composer require jenssegers/mongodb” I see a lot off issues : composer : Using version ^3.6 for jenssegers/mongodb At line:1 char:1 co…
isofdev2020-05-30 14:37:06
Hi everyone,
I need help
Siberfx2020-05-30 14:54:15
Did you run migartion file ?
Roham00102020-05-30 15:11:41
isofdev2020-05-30 14:37:06
Hi everyone,
I need help
You have to say what you have done that cause this error 🙂
isofdev2020-05-30 15:13:08
Siberfx2020-05-30 14:54:15
Did you run migartion file ?
Yes
Roham00102020-05-30 15:14:00
isofdev2020-05-30 15:13:08
Yes
Maybe missing s at the end of user_experience”s”
isofdev2020-05-30 15:15:24
Ok thanks
Minakshi_webdev2020-05-30 15:46:24
Hello ,, please let me know if anyone is using laravel ./ codeigniter app of codecanyon ? i have some app .. want to discuss about it.
DesolatorMagno2020-05-30 16:37:45
abysnia2020-05-30 10:29:34
The admin should be able to search for all items while the user should should be limited to what was created by the user
You need to have roles and permission and use policy, them you can check if a user have SeeAllItems permission, if not you can add another condition to the search.
alekseykhomenko2020-05-30 16:59:47
Hi, guys, anyone can help me?
I’m getting an error message Access denied to DB’. But in .env file everything is correct. In ssh connection to vagrant I can to connect to mysql via these accesses. what could be the problem yet?
DesolatorMagno2020-05-30 17:19:33
Are you using the php server? Did you tried connecting, trough tinker, did you check the config values using tinker? What you already have done is a good way to start.
DesolatorMagno2020-05-30 17:20:42
alekseykhomenko2020-05-30 16:59:47
Hi, guys, anyone can help me?
I’m getting an error message Access denied to DB’. But in .env file everything is correct. In ssh connection to vagrant I can to connect to mysql via these accesses. what could be the problem yet?
Here you are just looking at a file, you could even be looking in the wrong folder (have seem it before)
MmxSymfony2020-05-30 17:26:34
isofdev2020-05-30 14:37:06
Hi everyone,
I need help
Table does NoT exist
devmansurov2020-05-30 17:40:24
What’s the best design pattern and folder structure to large scale laravel apps? #laravel #solid #designpatterns
2020-05-30 17:41:16
devmansurov2020-05-30 17:40:24
What’s the best design pattern and folder structure to large scale laravel apps? #laravel #solid #designpatterns
DDD
2020-05-30 17:41:49
devmansurov2020-05-30 17:40:24
What’s the best design pattern and folder structure to large scale laravel apps? #laravel #solid #designpatterns
A Domain Driven Design (DDD) approach to the Laravel Framework – Medium [EDIT] Over time, I understood that the folder structure is just a tiny part of DDD. Domain Driven Design requires much more depth study…
alekseykhomenko2020-05-30 18:00:00
DesolatorMagno2020-05-30 17:20:42
Here you are just looking at a file, you could even be looking in the wrong folder (have seem it before)
Ty for the answer. The problem was that username is “homestead”😪 by default in homestead
devmansurov2020-05-30 18:52:46
Anybody have example folder structured laravel project in this video with example code to start development in DDD?
Getting started with Domain Oriented Laravel – YouTube A pratical example of how you can get started with using Domains in a Laravel app
imrankabirk2020-05-30 19:17:06
Hi, Anyone looking for codeigniter, laravel developer, I am available
$devices = DB::select(“SELECT * FROM devices WHERE Device LIKE ‘$d’ or Model LIKE ‘$m’ or Category LIKE ‘$c’ or Status LIKE ‘$s’ or Part_number LIKE ‘$p’ or Operating_system LIKE ‘$o’ or Rack LIKE ‘$r’ or Ip_address LIKE ‘$i’ or Serial_number LIKE ‘$s’and Created_by= ‘$host'”);
return view(‘device.index’, [‘devices’ => $devices]);