Contents:
Hey, is there a good course to learn Laravel?
Can remote developer send you resume ?
Typescript and javascript?
Hey, is there a good course to learn Laravel?
Can remote developer send you resume ?
Typescript and javascript?
hypernxf 2021-01-06 20:34:30
Unless apart from User, there are other things also can follow User
hypernxf 2021-01-06 20:34:53
if not, FollowUserController seems to makes alot of sense for me.
hypernxf 2021-01-06 20:36:06
DesolatorMagno 2021-01-06 20:28:04
If there are routes that don’t follow the restfull pattern, or if they are to big in logic, i create a new controller, i rather have a
UserFavoriteController
UserFollowController
UserHistoriesController
than a UserController with many unrelated methods.
UserFavoriteController
UserFollowController
UserHistoriesController
than a UserController with many unrelated methods.
So I guess I’m similar to yours
2021-01-06 20:45:32
DesolatorMagno 2021-01-06 20:28:04
If there are routes that don’t follow the restfull pattern, or if they are to big in logic, i create a new controller, i rather have a
UserFavoriteController
UserFollowController
UserHistoriesController
than a UserController with many unrelated methods.
UserFavoriteController
UserFollowController
UserHistoriesController
than a UserController with many unrelated methods.
+1 Nice 👍
I’ll try if it fits my needs.
2021-01-06 20:46:18
It’s so hard to type things using cellphone 😁
DesolatorMagno 2021-01-06 20:49:02
hypernxf 2021-01-06 20:34:53
if not, FollowUserController seems to makes alot of sense for me.
Yes, because a FollowController also is to short, they could follow another things (videos, etc) and UserFollowUserController sound kinda weird XD.
hypernxf 2021-01-06 20:49:21
exactly
DesolatorMagno 2021-01-06 20:51:03
hypernxf 2021-01-06 20:33:44
then use store and destroy for follow and unfollow that’s it
Yes just those 2 method is enough, it would be a really short controller, but it help at the end, for example if you are using search commands to find files instead of looking manually it is even easier.
DesolatorMagno 2021-01-06 20:53:27
You can also use invoke controllers, for things like changeStatus, where a route just change a status from 0 to 1 and 1 to 0.
Sabr94een 2021-01-06 21:02:28
Hey, is there a good course to learn Laravel? Thank you
DesolatorMagno 2021-01-06 21:03:09
official documentation, laracast and coderstape.
mahdyfo 2021-01-06 21:09:04
Hi
We need a backend (php, laravel, mysql, elasticsearch) and a frontend (Vuejs, bootstrap) developer living in Tehran, Iran. Please send me your resume.
We need a backend (php, laravel, mysql, elasticsearch) and a frontend (Vuejs, bootstrap) developer living in Tehran, Iran. Please send me your resume.
Kvn_makwana 2021-01-06 21:23:56
mahdyfo 2021-01-06 21:09:04
Hi
We need a backend (php, laravel, mysql, elasticsearch) and a frontend (Vuejs, bootstrap) developer living in Tehran, Iran. Please send me your resume.
We need a backend (php, laravel, mysql, elasticsearch) and a frontend (Vuejs, bootstrap) developer living in Tehran, Iran. Please send me your resume.
Can remote developer send you resume ?
mahdyfo 2021-01-06 21:36:23
Kvn_makwana 2021-01-06 21:23:56
Can remote developer send you resume ?
They need physical presence
❤️ ᴍɪɢʜᴛⓨ 🌹 2021-01-06 22:18:01
Please help me, how to implement review system below post with star rating and comment.
❤️ ᴍɪɢʜᴛⓨ 🌹 2021-01-06 22:18:50
Any link please provide me
❤️ ᴍɪɢʜᴛⓨ 🌹 2021-01-06 22:19:01
Developers
hypernxf 2021-01-06 22:31:25
DesolatorMagno 2021-01-06 20:53:27
You can also use invoke controllers, for things like changeStatus, where a route just change a status from 0 to 1 and 1 to 0.
Yep! I use that often too!
❤️ ᴍɪɢʜᴛⓨ 🌹 2021-01-06 22:35:39
Any developers, SEO knowledge
Kvn_makwana 2021-01-06 23:31:36
Allowed Memory size of 5######1 bytes exhausted.
Kvn_makwana 2021-01-06 23:31:59
How to fix this issue without editing php.ini file ?
DesolatorMagno 2021-01-06 23:36:44
Use less memory, next.
Kvn_makwana 2021-01-06 23:39:30
I have larger data to store.
Kvn_makwana 2021-01-06 23:40:25
More than 6 lakh users records
DesolatorMagno 2021-01-06 23:42:27
Your options are 2, either you change the configuration for max memory allowed, or you don’t use more that what is configured, try your luck searching in google for another options.
Kvn_makwana 2021-01-06 23:44:38
Thanks @DesolatorMagno
2021-01-07 07:49:35
Kvn_makwana 2021-01-06 23:40:25
More than 6 lakh users records
Chunk
Bhavyakumar Panchotiya 2021-01-07 09:03:16
Which knowledge to be required in JavaScript before start a AngularJS 2 plz tell me
hypernxf 2021-01-07 09:40:14
Erm..
hypernxf 2021-01-07 09:40:28
Typescript and javascript?
Bhavyakumar Panchotiya 2021-01-07 09:56:48
hypernxf 2021-01-07 09:40:28
Typescript and javascript?
javascript
hypernxf 2021-01-07 09:57:22
best to have javascript knowledge first
Bhavyakumar Panchotiya 2021-01-07 10:06:59
hypernxf 2021-01-07 09:57:22
best to have javascript knowledge first
that’s i know but my question is which things needed in javascript for to start a Angular js easily.
hypernxf 2021-01-07 10:07:23
What do you mean by which thing
hypernxf 2021-01-07 10:54:22
hey @DesolatorMagno Have you used Livewire on cross site widget before?