Anybody have example folder structured laravel project in this video with example code to start development in DDD?

|
MateusGomes 2020-05-29 20:21:08
Roham0010 2020-05-29 20:20:02
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

MateusGomes 2020-05-29 20:21:22
Roham0010 2020-05-29 20:20:53
this is what all laravel or other technology fans do when new version comming 😁

Great! Thanks for the tip! 😁

Roham0010 2020-05-29 20:24:42
MateusGomes 2020-05-29 20:21:08
Nice! It’s like going from ECMAScript 6 to 7 right

Sort of yes..

Patricklab 2020-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
praneet81 2020-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

praneet81 2020-05-30 02:15:09
Any idea why??
rebory 2020-05-30 07:09:40
rashadpoovannur 2020-05-28 20:40:53
Mail using smtp gmail not working .But in localhost it works perfectly

Mail driver replace with smtp to sendmail

pr070n 2020-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

yabzik 2020-05-30 08:49:53
pr070n 2020-05-30 08:01:18
Всем привет. Подскажите пожалуйста как можно реализовать следующую задачу. Есть около 5К пользователей. Им нужно 5 раз в день отсылать уведомления в строго определенное время с максимальной погрешностью в минуту. Как в общих чертах такое сделать? Использовать ли крон с командой и запускать каждую минуту или использовать очереди как то?

в ларе есть встроенный планировщик, настраивается в app/Console/Kernel.php методом schedule. В кроне задается задача запускающая планировщик лары раз в минуту, а дальше уже логика в коде, можно настроить любые интервалы

yabzik 2020-05-30 08:50:16
https://laravel.com/docs/7.x/scheduling
MmxSymfony 2020-05-30 10:24:09
You NEED to use Web or Desktop version of Telegram on your computer, photo from phone is OMG
stefan_ssv 2020-05-30 10:24:51
yabzik 2020-05-30 08:49:53
в ларе есть встроенный планировщик, настраивается в app/Console/Kernel.php методом schedule. В кроне задается задача запускающая планировщик лары раз в минуту, а дальше уже логика в коде, можно настроить любые интервалы

Любые интервалы > интервала крона, который запускает schedule:run

yabzik 2020-05-30 10:26:33
все так, schedule:run, раз в минуту, а дальше в коде любые интервалы и логика
abysnia 2020-05-30 10:29:00
Hello, guys how can I limit what a user can search for within a table in laravel?
abysnia 2020-05-30 10:29:18
I have two users admin and another user
abysnia 2020-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
Siberfx 2020-05-30 13:07:30
Holly cow
2020-05-30 13:36:26
seems like cancer, what kind of font is it?
Siberfx 2020-05-30 13:55:12
Neon lamps on rofl
R3zaEsma3ili 2020-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.

BvkDev 2020-05-30 14:16:44
i’am used package jenssegers/laravel-mongodb , but problem with laravel version 7.* When installing.

https://github.com/jenssegers/laravel-mongodb/issues/1999

Why it’s not working with Laravel 7.1.3? · Issue #1999 · jenssegers/laravel-mongodbGitHub
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…
isofdev 2020-05-30 14:37:06
laravel_discuss-39370.jpg
Hi everyone,
I need help
Siberfx 2020-05-30 14:54:15
Did you run migartion file ?
Roham0010 2020-05-30 15:11:41
isofdev 2020-05-30 14:37:06
Hi everyone,
I need help

You have to say what you have done that cause this error 🙂

isofdev 2020-05-30 15:13:08
Siberfx 2020-05-30 14:54:15
Did you run migartion file ?

Yes

Roham0010 2020-05-30 15:14:00
isofdev 2020-05-30 15:13:08
Yes

Maybe missing s at the end of user_experience”s”

isofdev 2020-05-30 15:15:24
Ok thanks
Minakshi_webdev 2020-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.
DesolatorMagno 2020-05-30 16:37:45
abysnia 2020-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.

alekseykhomenko 2020-05-30 16:59:47
laravel_discuss-39381.jpg
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?
DesolatorMagno 2020-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.
DesolatorMagno 2020-05-30 17:20:42
alekseykhomenko 2020-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)

MmxSymfony 2020-05-30 17:26:34
isofdev 2020-05-30 14:37:06
Hi everyone,
I need help

Table does NoT exist

devmansurov 2020-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
devmansurov 2020-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
devmansurov 2020-05-30 17:40:24
What’s the best design pattern and folder structure to large scale laravel apps? #laravel #solid #designpatterns

https://medium.com/@ibrunotome/a-domain-driven-design-ddd-approach-to-the-laravel-framework-18906b3dd473

A Domain Driven Design (DDD) approach to the Laravel FrameworkMedium
[EDIT] Over time, I understood that the folder structure is just a tiny part of DDD. Domain Driven Design requires much more depth study…
alekseykhomenko 2020-05-30 18:00:00
DesolatorMagno 2020-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

devmansurov 2020-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 LaravelYouTube
A pratical example of how you can get started with using Domains in a Laravel app
imrankabirk 2020-05-30 19:17:06
Hi, Anyone looking for codeigniter, laravel developer, I am available
isofdev 2020-05-30 20:09:44
Hi, I need help to create a dynamic dropdown list
victorvolkov 2020-05-30 20:10:38
isofdev 2020-05-30 20:09:44
Hi, I need help to create a dynamic dropdown list

I can give you moral support

isofdev 2020-05-30 20:13:02
victorvolkov 2020-05-30 20:10:38
I can give you moral support

I am listening you

victorvolkov 2020-05-30 20:14:06
isofdev 2020-05-30 20:13:02
I am listening you

You can make it

victorvolkov 2020-05-30 20:14:17
isofdev 2020-05-30 20:13:02
I am listening you

I believe in you

isofdev 2020-05-30 20:15:57
thanks 🙏🏿so much🙏🏿
abysnia 2020-05-30 20:28:56
is it possible to use paginate with this query ?
abysnia 2020-05-30 20:29:09
$search = $request->get(‘search’);
$d=$search.”%%:%%:%%”;
$m=$search.”%%:%%:%%”;
$c=$search.”%%:%%:%%”;
$s=$search.”%%:%%:%%”;
$p=$search.”%%:%%:%%”;
$o=$search.”%%:%%:%%”;
$r=$search.”%%:%%:%%”;
$i=$search.”%%:%%:%%”;
$s=$search.”%%:%%:%%”;

$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]);

hicham0x 2020-05-31 02:15:36
How i can use font awsom in laravel project
Siberfx 2020-05-31 03:25:04
Huh?
|