↧
Answer by Remco Buddelmeijer for Laravel website feeded by api
I would suggest using a ViewComposer, in this way you can use the variables in your website. You can find more about ViewComposers at the following link:...
View ArticleLaravel website feeded by api
In normal laravel controller I return a view with the datareturn view('folder.page', compact('data'))But I'm building my website with an API to work also in mobile devices, how should I build my html...
View Article