Guys, am I writing this correctly?
i am not getting response how do i check if the email is success?
Terminal commands work fine when working in local, but where and how do I type these commands when working in hosting?
Hello this issue popping up when trying to install laravel
u r trying to create project on adminstrator folder.
You mean where the composer is also installed
u are trying to create project inside system32 and that’s a big mistake

Guys, am I writing this correctly? Why the error message is not shown in the bladed template?

Hello. I have a problem transferring data to view. The first picture is what I want to get, but when I transfer it to view, it has a different look.




!? @anime19

Guys i need your help on how to return a json response when a token is invalid or expired. I’m using jwt the response i get is like in this screenshot
you need check the line where you pass the $data into blade, usually the line where you call $this->render($data, ‘name of view file ‘);
var_dump ( usual php) or dd($m1) before that IF

My codes
depends on your hosting, shared hosting doesnt support the CLI with SSH.. you may need the dedicated hosting or cloud.
but you dont have to run any command in hosting in ideal situation, you develop the app in your local machine and you deploy it in your server. So these commands you run in your local develop machine and deploy . or Run in via SSH if your hosting supports
want to learn advanced
but there are shortage of good youtube video
plz suggest me a channel
The best Laravel channel – https://www.youtube.com/channel/UCTuplgOBi6tJIlesIboymGA very much useful
I loudly suggest this channel for PHP from beginner to advanced
If you want to learn PHP the right way, then you are in the right place. In this course, you will learn PHP from beginners level all the way to advanced. The “right way” is subjective of course, but my goal is to teach PHP the way I would want to learn myself where important topics like security, caching, performance, configuration, routing, dependency management, dependency injection & testing are not omitted even when the course is for beginners. This course will not be only for beginners even though it will be beginner-friendly in the beginning. The course will be split into three sections. Each video will have a lot of details about the topic so even if you already know that topic I recommend watching it since you might learn something new.
This is the first video & it is an introduction to the course. I talk about what PHP is, why you should use it, how it works, and the overview of the course’s main topics.
SOME OF THE WAYS YOU CAN SUPPORT THE CHANNEL
👍 Smash the like button
🤝 Subscribe to the channel & turn the notifications on
💬 Post comments, any feedback is greatly appreciated
⭐ Become a Patreon: https://www.patreon.com/programwithgio
THANK YOU!
LESSON 1.0
Course Outline – https://github.com/ggelashvili/learnphptherightway-outline
Course Playlist – https://www.youtube.com/playlist?list=PLr3d3QYzkw2xabQRUpcZ_IBk9W50M9pe-
DID YOU KNOW?
PHP stands for PHP Hypertext Preprocessor which is a recursive acronym. You can read more about recursive acronyms here: https://en.wikipedia.org/wiki/Recursive_acronym

After deploying on heroku
check your routes
pls do a simple google search with error message –
seems like a lot of answers out there
Please can you provide your route.php file
