Contents:
Does any one here use liveshare?
to check every route?
Did you try to return just a string in your controller action?
wait a moment, you are using php serve?
Does any one here use liveshare?
to check every route?
Did you try to return just a string in your controller action?
wait a moment, you are using php serve?
SkipperStrange 2019-05-02 19:44:25
Not even the index loads
SkipperStrange 2019-05-02 19:44:50
SkipperStrange 2019-05-02 19:31:24
Line 28-29 are the new controller routes
☝️
DesolatorMagno 2019-05-02 19:47:27
There isn’t a single route that work?
SkipperStrange 2019-05-02 19:47:52
For that controller yes
SkipperStrange 2019-05-02 19:48:01
All others work
SkipperStrange 2019-05-02 19:49:06

And it does give an error when i change the controller name
DesolatorMagno 2019-05-02 19:49:08
Make a composer dump-autoload just in case.
DesolatorMagno 2019-05-02 19:49:55
Dude, but your way to try is to….
SkipperStrange 2019-05-02 19:50:18
DesolatorMagno 2019-05-02 19:49:08
Make a composer dump-autoload just in case.
Doing this now
SkipperStrange 2019-05-02 19:52:53
Done still no use
SkipperStrange 2019-05-02 19:53:19
Does any one here use liveshare?
SkipperStrange 2019-05-02 19:55:50
Reny
SkipperStrange 2019-05-02 19:55:56
Found the issues
SkipperStrange 2019-05-02 19:56:23
i had a route in my api using the same controller
SkipperStrange 2019-05-02 20:01:39
However i cant seem to find where this particular route is defined
DesolatorMagno 2019-05-02 20:02:00
Yeah, that’s why “It must be working because if i change the name of the controller it give a error” is not that helpfull as you tough, you have to trace the way.
SkipperStrange 2019-05-02 20:03:11
There seems to be another route pointing to a controller in my api folder.
SkipperStrange 2019-05-02 20:03:18
SkipperStrange 2019-05-02 20:01:39
However i cant seem to find where this particular route is defined
☝️
SkipperStrange 2019-05-02 20:03:29
Thats what’s causing the issue
SkipperStrange 2019-05-02 20:04:01
It’s not in any of my route files
DesolatorMagno 2019-05-02 20:05:15
you tried
php artisan route:list
to check every route?
php artisan route:list
to check every route?
SkipperStrange 2019-05-02 20:05:20
Is there any other file laravel configures routes
SkipperStrange 2019-05-02 20:05:31
Yh
SkipperStrange 2019-05-02 20:05:35
Hold on
l_alexis 2019-05-02 20:06:28
DesolatorMagno 2019-05-02 20:05:15
you tried
php artisan route:list
to check every route?
php artisan route:list
to check every route?
And add the –path=media
SkipperStrange 2019-05-02 20:07:21
Its only reporting the controllers i want to use
DesolatorMagno 2019-05-02 20:07:23
web, api and dunno if you have any packeges installed.
l_alexis 2019-05-02 20:07:51
SkipperStrange 2019-05-02 20:07:21
Its only reporting the controllers i want to use
Screenshot it
SkipperStrange 2019-05-02 20:08:21

SkipperStrange 2019-05-02 20:08:45
Its reporting routes in the web
l_alexis 2019-05-02 20:10:51
SkipperStrange 2019-05-02 20:08:45
Its reporting routes in the web
Did you try to return just a string in your controller action?
SkipperStrange 2019-05-02 20:11:06
Yes i did
DesolatorMagno 2019-05-02 20:11:34
wait a moment, you are using php serve?
l_alexis 2019-05-02 20:11:48
SkipperStrange 2019-05-02 20:11:06
Yes i did
Open your Network tab in browser and check the raw server response
SkipperStrange 2019-05-02 20:12:37
DesolatorMagno 2019-05-02 20:11:34
wait a moment, you are using php serve?
Php Artisan serve —port=8080
DesolatorMagno 2019-05-02 20:13:06
Uhm, try to reset it, just in case and try again (and look at the response as said before)
SkipperStrange 2019-05-02 20:13:49
Ok
SkipperStrange 2019-05-02 20:27:19
So this what I found out
SkipperStrange 2019-05-02 20:28:03
The namespace on the api controller and web were all under the web controller giving me redundancy.
Eskindir 2019-05-02 20:28:20
Anyone who is working on integrating maps/cutome shape files/geo json data… I need good references to get started.
SkipperStrange 2019-05-02 20:28:35
Thats y the api I controller was loading
SkipperStrange 2019-05-02 20:29:37
DesolatorMagno 2019-05-02 19:49:08
Make a composer dump-autoload just in case.
I changed the namespaces to the correct ones and ran this again
SkipperStrange 2019-05-02 20:29:44
And it worked
SkipperStrange 2019-05-02 20:29:50
Thanks guys
2019-05-02 20:35:32
:33
Satish Tigga 2019-05-02 22:34:34
How to send email through laravel
l_alexis 2019-05-02 23:11:29
Satish Tigga 2019-05-02 22:34:34
How to send email through laravel
https://laravel.com/docs/5.8/mail
Laravel – The PHP Framework For Web Artisans – Laravel
Laravel is a PHP web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.
Laravel is a PHP web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.
Satish Tigga 2019-05-03 00:23:34
How to send otp messages and perform confirmation
Satish Tigga 2019-05-03 00:23:59
On password reset how to forward link to rexepient mail id
Satish Tigga 2019-05-03 00:24:19
How to integrate live chat support to laravel project