@TheLionKing you shouldn't really have two separate apps that use code (i.e. Models) from one of the two apps, this is why @nWidart is suggesting you use an API, so that one of your app is the central source of all of your data, and the other app simply consumes it.
Posts made by joshbrw
-
RE: FrontEnd si BackEnd - as different apps
-
RE: Adding custom routes for errors
As far as I'm aware there isn't any Asgard-specific functionality for this, so you should do it the same way you would in vanilla Laravel