I am doing a project that consists of an online platform for managing a clinic, where it should contain a website and an application.
My main idea is to create a WebService to meet both platform and application requests.
My project would be in Laravel and Ionic.
1 Solution: Create the platform with Laravel and make my application access this same platform to access the data
2 Solution: Create the plaça in Laravel, and my webService also in Laravel. so the Application only accesses the webservice.
Would I have a problem creating my platform and my webservice both in lavel? would I have a performance loss or some other disadvantage?