mohsetiawanmodeong 2020-12-03 21:45:57
amirvalhalla 2020-12-03 21:24:59
Please at least learn basic of laravel ππ€
I’m sorry
amirvalhalla 2020-12-03 21:49:15
mohsetiawanmodeong 2020-12-03 21:45:57
I’m sorry
You’re welcome bro, it just was a suggestion because your problems are very basically and by the way if you learn the basic of laravel you can solve them on your own
mohsetiawanmodeong 2020-12-03 21:50:41
Okee thanks a lot
natghi2010 2020-12-03 22:21:16
mohsetiawanmodeong 2020-12-03 21:50:41
Okee thanks a lot
hes saying you are so lazy that instead of reading the documentation, you try to take a shortcut by leaning on the group.
2020-12-04 04:54:42
mohsetiawanmodeong 2020-12-03 21:50:41
Okee thanks a lot
Bro do u have language problem to learn? Then u follow any onile tutorial
2020-12-04 06:13:41
laravel-tips-2020-04.pdf
2020-12-04 06:14:00
mohsetiawanmodeong 2020-12-03 21:50:41
Okee thanks a lot
Use this bro
rebory 2020-12-04 11:22:29

friends recently i reinstall xampp server php 8 , when i try to open laravel 5.8 project it show
rebory 2020-12-04 11:23:15
there is n error in log files or anywhere
2020-12-04 11:58:26
Laravel is full of errors here
mortezagoodarzi1 2020-12-04 12:08:37
hi
i want use the nested relation with eloquent.
i want get the post with comment. i also get the comment with users.
how do i do this?
i want use the nested relation with eloquent.
i want get the post with comment. i also get the comment with users.
how do i do this?
hypernxf 2020-12-04 12:14:29
rebory 2020-12-04 11:22:29
friends recently i reinstall xampp server php 8 , when i try to open laravel 5.8 project it show
usually xampp has localhost:8080 or something does yours have such things?
hypernxf 2020-12-04 12:14:52
mortezagoodarzi1 2020-12-04 12:08:37
hi
i want use the nested relation with eloquent.
i want get the post with comment. i also get the comment with users.
how do i do this?
i want use the nested relation with eloquent.
i want get the post with comment. i also get the comment with users.
how do i do this?
Visit https://laracast.com and you can learn the basics of Laravel for free
hypernxf 2020-12-04 12:15:15
Sorry it’s https://laracasts.com
Laracasts
Push your web developments skills to the next level, through expert screencasts on Laravel, Vue, and so much more.
Push your web developments skills to the next level, through expert screencasts on Laravel, Vue, and so much more.
rebory 2020-12-04 12:16:58
hypernxf 2020-12-04 12:14:29
usually xampp has localhost:8080 or something does yours have such things?
it’s working fin at http://localhost/dashboard/
hypernxf 2020-12-04 12:18:10
https://laracasts.com/series/laravel-6-from-scratch
YOu can try this one. Watch the one under “Eloquent”
Laravel 6 From Scratch – Laracasts
In this series, step by step, I’ll show you how to build web applications with Laravel. We’ll start with the basics and incrementally dig deeper and deeper, as we review real-life examples. Once complete, you should have all the tools you need. Let’s get to work!
In this series, step by step, I’ll show you how to build web applications with Laravel. We’ll start with the basics and incrementally dig deeper and deeper, as we review real-life examples. Once complete, you should have all the tools you need. Let’s get to work!
hypernxf 2020-12-04 12:18:50
rebory 2020-12-04 12:16:58
it’s working fin at http://localhost/dashboard/
If you visit http://localhost/workbook what do you get?
rebory 2020-12-04 12:20:08
hypernxf 2020-12-04 12:18:50
If you visit http://localhost/workbook what do you get?
hypernxf 2020-12-04 12:23:07
and when you click on public
hypernxf 2020-12-04 12:23:17
you get the dns error?
rebory 2020-12-04 12:23:50
hypernxf 2020-12-04 12:23:17
you get the dns error?
yes
rebory 2020-12-04 12:24:13
on click public This page isnβt workinglocalhost is currently unable to handle this request.
HTTP ERROR 500
HTTP ERROR 500
hypernxf 2020-12-04 12:24:13
interesting
hypernxf 2020-12-04 12:24:34
The first thing I would try is to create a index.html inside the public folder
hypernxf 2020-12-04 12:25:12
This will show if it’s xampp that’s having an issue or maybe index.php bootstrap file has some error
hypernxf 2020-12-04 12:25:39
Put something like “Hello World” inside index.html
hypernxf 2020-12-04 12:25:50
then see if that works
rebory 2020-12-04 12:26:54
hypernxf 2020-12-04 12:24:34
The first thing I would try is to create a index.html inside the public folder
working fine
hypernxf 2020-12-04 12:27:06
then now
hypernxf 2020-12-04 12:27:22
make a copy of index.php then open it up and change to
hypernxf 2020-12-04 12:27:34
<?php echo “Hello World”
hypernxf 2020-12-04 12:27:44
delete index.html
rebory 2020-12-04 12:29:20

php page working fine
hypernxf 2020-12-04 12:29:49
hm…
hypernxf 2020-12-04 12:30:00
what laravel version are you using