Ok thanks, I have been learning php for about 6 months, do you think I can learn Laravel in 2 months in syntax?

|
2020-12-04 19:26:23
mohsetiawanmodeong 2020-12-04 19:25:23

Are you using the traditional Monolithic Architecture?

simon_an 2020-12-04 19:26:37
2020-12-04 19:22:04
Node JS is faster than Laravel

Where does this start? I would like to follow this conversation

2020-12-04 19:26:53
simon_an 2020-12-04 19:26:37
Where does this start? I would like to follow this conversation

Okay

the_peace_lover 2020-12-04 19:27:28
laravel_discuss-61277.jpg

2020-12-04 19:27:36
simon_an 2020-12-04 19:26:37
Where does this start? I would like to follow this conversation

Message me personally

the_peace_lover 2020-12-04 19:27:40
if its not showing this message, then you’re usign wrong route
mohsetiawanmodeong 2020-12-04 19:28:27
the_peace_lover 2020-12-04 19:27:28

Okee

Severusxyz 2020-12-04 20:22:55
laravel_discuss-61281.jpg

cnabr 2020-12-04 20:39:48
hello friends
Where is the best resource for learning Laravel?
cnabr 2020-12-04 20:42:40
laravel website docs?
cnabr 2020-12-04 20:44:23
ok thanks , I have been learning php for about 6 months, do you think I can learn Laravel in 2 months in syntax?
sobirjonovs 2020-12-04 20:46:58
cnabr 2020-12-04 20:44:23
ok thanks , I have been learning php for about 6 months, do you think I can learn Laravel in 2 months in syntax?

Laravel is the gift box which is surrounded by php

cnabr 2020-12-04 20:49:39
good , thanks for tips my friend 🌹
cnabr 2020-12-04 20:49:49
sobirjonovs 2020-12-04 20:46:58
Laravel is the gift box which is surrounded by php

good🌹😁

AngelGoitia 2020-12-04 21:22:32
can you use AJAX to display a view in a div?
mohsetiawanmodeong 2020-12-04 21:26:53
laravel_discuss-61295.jpg
why eror?
mohsetiawanmodeong 2020-12-04 21:27:06
laravel_discuss-61296.jpg

2020-12-04 21:30:17
mohsetiawanmodeong 2020-12-04 21:27:06

Why is there id as parameters in method

mohsetiawanmodeong 2020-12-04 21:33:52
oh yaa
mohsetiawanmodeong 2020-12-04 21:34:05
I am less focused
DesolatorMagno 2020-12-04 22:54:32
cnabr 2020-12-04 20:44:23
ok thanks , I have been learning php for about 6 months, do you think I can learn Laravel in 2 months in syntax?

Laravel is fast to learn, the thing is that you need to also know about, OOP, MVC, composer, etc. or what i like to call, modern PHP development, i would suggest to start by watching https://laracasts.com/series/php-for-beginners

The PHP PractitionerLaracasts
We all start somewhere. When it comes to web development with PHP, well, your first stop is this series. Designed specifically and exclusively for beginners, here, you’ll learn the fundamentals of PHP – all the way down to defining variables and arrays.

If you feel somewhat unprepared for the content at Laracasts, this

natghi2010 2020-12-04 22:56:29
DesolatorMagno 2020-12-04 22:54:32
Laravel is fast to learn, the thing is that you need to also know about, OOP, MVC, composer, etc. or what i like to call, modern PHP development, i would suggest to start by watching https://laracasts.com/series/php-for-beginners

and doing a real project.

natghi2010 2020-12-04 22:56:41
no point watching it like a tv show
cnabr 2020-12-04 22:58:47
DesolatorMagno 2020-12-04 22:54:32
Laravel is fast to learn, the thing is that you need to also know about, OOP, MVC, composer, etc. or what i like to call, modern PHP development, i would suggest to start by watching https://laracasts.com/series/php-for-beginners

i am know the php , oop , mvc
but i don’t know composer and etc.
this website can be help me ?

DesolatorMagno 2020-12-04 22:58:55
Yes
DesolatorMagno 2020-12-04 22:59:33
It will teach you the basic about a framework, how it is build and many things like that, you will have a better understanding of why and how things happen.
cnabr 2020-12-04 23:00:58
DesolatorMagno 2020-12-04 22:59:33
It will teach you the basic about a framework, how it is build and many things like that, you will have a better understanding of why and how things happen.

ok thanks a lot bro
can i send message in your pv?

mehravish 2020-12-04 23:10:15
Can someone please help me out with this?
https://stackoverflow.com/q/65144935/9290883

Keydown event for ‘Next’Stack Overflow
I am using this code to handle keydown event for tab and enter key for an input.
$(document).on(‘keydown’, “.className” , function(e) {
var keyCode = e.keyCode || e.which;

alert(key…

mohsen 2020-12-04 23:12:42
hi guy
i,m use notification in laravel
but i have error
what is error ?
mohsen 2020-12-04 23:12:56
laravel_discuss-61312.jpg

mohsen 2020-12-04 23:13:10
mohsen 2020-12-04 23:12:56

laravel_discuss-61313.jpg

mohsen 2020-12-04 23:22:00
can every body help me ? for create notification ?
mohsen 2020-12-04 23:23:19
laravel_discuss-61315.jpg
i,m create notification for test why this not worked ? what is wrong ?
Roham0010 2020-12-04 23:29:36
mohsen 2020-12-04 23:13:10

The via method should return drivers that you want to send notifications for like database|telegram|mail|sms that you have in your first picture and you have to install those drivers so laravel can use them the database and mail drivers are pre installed with laravel sms and telegram you should install them to be able to send notification too
So you can search:
how to send notification telegram in laravel

prime 2020-12-04 23:54:41
am currently working on ecommerce system using laravel ,i need help in tracking the packages (goods) from a seller to a customer ….
|