← prev | next →
DesolatorMagno 2019-10-27 18:23:44
When you work with a package you don’t just search for something that is cool, you need to take several considerations.
Is stable and update?
Does it Have a good documentation?
Is it used by other person’s and I can get info of post and question online?
It work for my case use?
Blast06 2019-10-28 00:15:04
I have this problem, with migration:
Blast06 2019-10-28 00:15:09
Blast06 2019-10-28 00:15:13
Blast06 2019-10-28 00:15:44
i think i have written them right…well, i guess so. What you think it’s really happening?
DesolatorMagno 2019-10-28 00:21:11
You can’t reference what don’t exist, yet.
Blast06 2019-10-28 00:22:41
DesolatorMagno 2019-10-28 00:21:11
You can’t reference what don’t exist, yet.
I know right, the problem is the order of the migrations, now i solved it. Thanks
DesolatorMagno 2019-10-28 00:23:55
no problem, but you can fix it in at least 2 ways, you either change the order of the migrations or put the fk in another migration at the end.
Blast06 2019-10-28 00:26:13
Exactly, thanks Reny for the advice.
2019-10-28 02:46:47
nasservb 2019-10-27 17:50:29
I worked with laravel-permision in two project successfully .and i think that exist for several years in stable mode. But laracast is younger project، lightweight and maybe unstable. you could see some fundamental problem in that issue tab in github page.

2019-10-28 02:46:56
DesolatorMagno 2019-10-27 18:23:44
When you work with a package you don’t just search for something that is cool, you need to take several considerations.
Is stable and update?
Does it Have a good documentation?
Is it used by other person’s and I can get info of post and question online?
It work for my case use?
☝️
Smaher_IT 2019-10-28 10:05:13
nasservb 2019-10-28 10:37:57
Smaher_IT 2019-10-28 10:05:13
Your db service is not started or user pass is incorect
Smaher_IT 2019-10-28 10:48:20
nasservb 2019-10-28 10:37:57
Your db service is not started or user pass is incorect
The problem was found from the port 8889
ho_gya_check_karlo 2019-10-28 14:10:40
php myadmin not working in mac os
nasservb 2019-10-28 14:40:45
Smaher_IT 2019-10-28 10:48:20
The problem was found from the port 8889
Try to add port to firewall .
nasservb 2019-10-28 14:41:14
ho_gya_check_karlo 2019-10-28 14:10:40
php myadmin not working in mac os
Use laravel homestead
2019-10-28 23:01:28

what is problem?
ldefra 2019-10-28 23:04:39
2019-10-28 23:01:28
what is problem?
Files() return null, check relation
ldefra 2019-10-28 23:05:44
Try to get files()
DesolatorMagno 2019-10-28 23:06:01
Do a dd of every element, and you will se where is the error, eventualy
timvo 2019-10-29 12:56:20
Hey guys, quick question because I just had an idea: Would anyone use Laravel Vapor for a small Laravel app if you could pay like $2-4/month?
praneet81 2019-10-29 13:25:01
Hello all, I want to put some logic before the login submit is executed, where should i put my code, it’s basically an external api which will return an access token which I want to put just before the submit action takes place, can anyone suggest me where can i put my code? I’m not sure where in login controller i should put it
2019-10-29 14:02:56
https://t.me/joinchat/OUTQYg9Q2N6n5eOnVipdaQ
Software Development Community –
TelegramSoftware Development Community
2019-10-29 15:18:38
How to structuring a folder in laravel large scale application?
2019-10-29 15:18:50
Anyone help me?
nasservb 2019-10-29 16:55:09
2019-10-29 15:18:38
How to structuring a folder in laravel large scale application?
For large scale app you do not need laravel.
In large projects one of the best structure is micro-service.that is small services like api chain together with something like Apache Kafka or Rabbitmq.
In large projects very useful to use micro-framework like smile or lumen(like laravel).
DesolatorMagno 2019-10-29 16:56:05
praneet81 2019-10-29 13:25:01
Hello all, I want to put some logic before the login submit is executed, where should i put my code, it’s basically an external api which will return an access token which I want to put just before the submit action takes place, can anyone suggest me where can i put my code? I’m not sure where in login controller i should put it
You can use the auth controllers that bring Laravel as a base, in the documentation and reading those controllers you should find where to place your logic.
nasservb 2019-10-29 16:58:56
2019-10-29 15:18:50
Anyone help me?
In some case i saw companies chose symphony instead of laravel for large scale projects because symphony app is more controllable ، easy to convert service and more customizable .
nasservb 2019-10-29 17:18:46
praneet81 2019-10-29 13:25:01
Hello all, I want to put some logic before the login submit is executed, where should i put my code, it’s basically an external api which will return an access token which I want to put just before the submit action takes place, can anyone suggest me where can i put my code? I’m not sure where in login controller i should put it
You could also write a middleware.
That placed in
App/http/middleware
And described in
App/Providers/Route…
Finally you could use any route you defined in your routes.
routes/..
praneet81 2019-10-29 17:44:37
Thanks guys i sorted it out🙏😊
チチャン Jhan [🍔 Sponsored] 2019-10-29 17:46:11
Can composer offline install package?
I know.
The npm has npm install –prefer-offline
composer I don’t know?
skys215 2019-10-29 17:57:16
Where do the package come from?
DesolatorMagno 2019-10-29 18:10:44
You can install package locally, you could pre download the package and change the composer json to install those from there.
Last King 2019-10-29 20:26:29
You can do all things offline
2019-10-30 00:07:21
any help please
i have a ressource controller
when i click edit
error
target class [ ] does not exist
index ✅
create✅
store ✅
show✅
edit 🚫
update 🚫
delete✅
Joshteek 2019-10-30 01:59:59
Hello guys…
Does anyone here knows how to update image with some user data using POSTMAN ? Laravel Restful Api
arsalan_m 2019-10-30 03:04:45
2019-10-30 00:07:21
any help please
i have a ressource controller
when i click edit
error
target class [ ] does not exist
index ✅
create✅
store ✅
show✅
edit 🚫
update 🚫
delete✅
please look carefully to your route names 🤔
Jhonatan Fernandez 2019-10-30 03:42:58
Curso Gratis de Laravel 6.
Si aun no has visto el curso que he realizado de Laravel en su última versión en la cual enseño muchas cosas que no lo enseñan muchos en youtube, ni en udemy ni en ningun otro lugar. Te invito a que accedas a este enlace lo mas rápido posible, porque no durará mucho tiempo vigente: https://solibeth.net/promo/curso-gratis-de-laravel-6
¡Suscribete gratis para acceder al curso!
Dios te bendiga.
skys215 2019-10-30 04:33:50
Joshteek 2019-10-30 01:59:59
Hello guys…
Does anyone here knows how to update image with some user data using POSTMAN ? Laravel Restful Api
Yes, you can upload file on postman
njenga55 2019-10-30 04:57:23
2019-10-28 23:01:28
what is problem?
Use create() or createMany(),
gui_leiva 2019-10-30 05:37:52
Jhonatan Fernandez 2019-10-30 03:42:58
Curso Gratis de Laravel 6.
Si aun no has visto el curso que he realizado de Laravel en su última versión en la cual enseño muchas cosas que no lo enseñan muchos en youtube, ni en udemy ni en ningun otro lugar. Te invito a que accedas a este enlace lo mas rápido posible, porque no durará mucho tiempo vigente: https://solibeth.net/promo/curso-gratis-de-laravel-6
¡Suscribete gratis para acceder al curso!
Dios te bendiga.
@Rattone jaja
shrirangjoshi 2019-10-30 10:24:16
Has anyone on this group has done Laravel certification?
skys215 2019-10-30 10:24:32
certification?you mean HTTPS?
shrirangjoshi 2019-10-30 10:25:21
No I mean Laravel framework certification
https://certification.laravel.com
Stand out, get certified – Laravel Certification –
LaravelBecome globally recognized for your expertise in creating modern web applications with Laravel.
skys215 2019-10-30 10:32:22
Sorry, I never use that before
skys215 2019-10-30 10:32:36
wait for other people’s answer
rebory 2019-10-30 14:05:00
hi frinds i have some data in array like $data = [ 0 =>’god’ , 1=>’waheguru’ ];
rebory 2019-10-30 14:05:52
and i save it as
$data = [
‘names’ => implode(” , “, $request->names),
];
← prev | next →