What is the best way to learn laravel faster?

|
kuzmich321 2020-05-15 01:50:23
just type there ‘npm install’
kuzmich321 2020-05-15 01:50:33
not ‘run npm install’
kuzmich321 2020-05-15 01:51:58
did that help?
Mortezamu 2020-05-15 01:52:30
Is there anyone who help me to solve this laravel error:
Fatal error: Uncaught RuntimeException: A facade root has not been set
kuzmich321 2020-05-15 01:56:51
Mortezamu 2020-05-15 01:52:30
Is there anyone who help me to solve this laravel error:
Fatal error: Uncaught RuntimeException: A facade root has not been set

go to bootstrap/app.php and uncomment $app->withFacades();

Mortezamu 2020-05-15 01:58:32
kuzmich321 2020-05-15 01:56:51
go to bootstrap/app.php and uncomment $app->withFacades();

I did it but i got another error

Mortezamu 2020-05-15 01:59:38
kuzmich321 2020-05-15 01:56:51
go to bootstrap/app.php and uncomment $app->withFacades();

This error:

Fatal error: Uncaught Error: Call to undefined method IlluminateFoundationApplication::withFacades()

Mortezamu 2020-05-15 02:00:06
laravel_discuss-37451.jpg
Photo from Morteza
Wahidbess 2020-05-15 03:59:49
What is the best way to learn laravel faster?
Itengineer2030 2020-05-15 05:44:09
Wahidbess 2020-05-15 03:59:49
What is the best way to learn laravel faster?

Please if get the answer send it to me

Wahidbess 2020-05-15 06:04:56
Itengineer2030 2020-05-15 05:44:09
Please if get the answer send it to me

Ok

rijisoft 2020-05-15 06:54:26
Wahidbess 2020-05-15 03:59:49
What is the best way to learn laravel faster?

Laracasts.com
Laravel from scratch

AlkaouDembele 2020-05-15 07:51:58
https://m.youtube.com/watch?v=hpW6iACm6K4&list=PLlxQJeQRaKDTIj68ASaMwacCC72UKtiLA&index=5&t=0s

Tutoriel Laravel Livewire – 4 – Monitoring de ventesYouTube
Dans cette vidéo, nous créons notre troisième application avec Laravel Livewire.

Formation sur Laravel: https://www.youtube.com/playlist?list=PLlxQJeQRaKDSnp4hbA3nJj_OnB0SCQLBU

skys215 2020-05-15 08:05:44
it’s not first time that you send this message, please send it elsewhere
2020-05-15 10:26:56
Anyone who can deploy laravel app in a shared hosting
skys215 2020-05-15 10:27:43
click the link
2020-05-15 10:45:13
kuzmich321 2020-05-15 01:51:58
did that help?

Nooooo

2020-05-15 10:46:03
kuzmich321 2020-05-15 01:51:58
did that help?

laravel_discuss-37468.jpg
i get this instead

kuzmich321 2020-05-15 10:46:16
2020-05-15 10:45:13
Nooooo

follow the .log file then it said you u were trying to install something with version that doesn’t exist

skys215 2020-05-15 10:51:43
2020-05-15 10:46:03
i get this instead

Run:

npm install

2020-05-15 10:54:03
skys215 2020-05-15 10:51:43
Run:

npm install

i get 34 packages require funding, then i run npm fund i get a bunch of links

Lalesluc 2020-05-15 11:25:22
of course I added the column manually in the properties table “deleted_at” as Timestamp
2020-05-15 11:52:08
laravel_discuss-37474.jpg
I have kept my project folder in opt/lampp/htdocs after installing xampp, but still registration.php is not opening on the browser, on clicking on it, it is rather downloaded which is odd
2020-05-15 11:53:02
someone please help
pravin575 2020-05-15 12:12:46
Write localhost on browser and enter and send me screenshot
pravin575 2020-05-15 12:13:12
2020-05-15 11:53:02
someone please help

Write localhost on browser and enter and send me screenshot

2020-05-15 12:15:02
yeah it’s ok
pravin575 2020-05-15 12:15:35
No problem brother enjoy coding
abysnia 2020-05-15 13:07:31
has anyone worked with datatables before?
SrEeRaG 2020-05-15 13:16:58
Ys
Siberfx 2020-05-15 13:17:35
abysnia 2020-05-15 13:07:31
has anyone worked with datatables before?

could be very strange if someone would say -no

akjasim 2020-05-15 13:37:17
Laravel Authentication Tutorial

! The actual way of doing it by leveraging official Laravel Documentation !

#English : https://lnkd.in/gxvXDkh
#Malayalam : https://lnkd.in/gmTtq6z

Laravel Authentication TutorialYouTube
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
Roham0010 2020-05-15 14:17:01
Wahidbess 2020-05-15 03:59:49
What is the best way to learn laravel faster?

Watch a movie course for one or two week, start a project base on what you learned and Google what you don’t know
This is what I do

sagar verma 2020-05-15 16:42:09
laravel_discuss-37493.jpg
How can i access the status->id in whereIn clause to check scopeActive() in jessengers mongo db
skys215 2020-05-15 16:53:00
sagar verma 2020-05-15 16:42:09
How can i access the status->id in whereIn clause to check scopeActive() in jessengers mongo db

status.id

skys215 2020-05-15 16:54:06
Maybe wrong,
$query->whereHas(‘status’, function($query){ $query->where(‘id’, partner::active_status);})
sagar verma 2020-05-15 17:06:29
skys215 2020-05-15 16:54:06
Maybe wrong,
$query->whereHas(‘status’, function($query){ $query->where(‘id’, partner::active_status);})

Not working

sagar verma 2020-05-15 17:06:52
skys215 2020-05-15 16:53:00
status.id

Status.id is also not working

hiteshv253 2020-05-15 17:08:19
sagar verma 2020-05-15 17:06:52
Status.id is also not working

you can use hear static data . maybe in status id is not fetch from anywhere

sagar verma 2020-05-15 17:10:28
hiteshv253 2020-05-15 17:08:19
you can use hear static data . maybe in status id is not fetch from anywhere

Means??

hiteshv253 2020-05-15 17:11:18
put on top :use AppUser;
use Auth;
hiteshv253 2020-05-15 17:11:35
put on top :
use AppUser;
use Auth;
! 2020-05-15 17:16:43
Hi i need some help.I’m creating telegram bot.I have successfully set webhook but i can not get updates
! 2020-05-15 17:17:00
laravel_discuss-37507.jpg

! 2020-05-15 17:17:40
! 2020-05-15 17:17:00

i’m using ngrok and getting this error

hiteshv253 2020-05-15 17:20:41
! 2020-05-15 17:17:00

are use you any tunnel ? for forwarding protocol !!

! 2020-05-15 17:25:24
hiteshv253 2020-05-15 17:20:41
are use you any tunnel ? for forwarding protocol !!

No, is problem related to ngrok or laravel?

hiteshv253 2020-05-15 17:26:56
! 2020-05-15 17:25:24
No, is problem related to ngrok or laravel?

ngrok

! 2020-05-15 17:29:31
hiteshv253 2020-05-15 17:26:56
ngrok

but before it workerd without problems.I used it many times

2020-05-15 17:35:26
laravel_discuss-37515.jpg
I am being halted at this state for almost 25 minutes, why is this happening and taking too much time for composer to create laravel project
|