I want to create a member login for one portal to another. Currently I created a ProviderClass. So I am going to develop that as a service. In my laravel folder structure there is no any folder to 'Services' and 'Contracts'. How create a service and contract class.
Asked
Active
Viewed 372 times
0
-
check this out https://stackoverflow.com/questions/52336179/creating-laravel-service-class – Palak Jadav Jan 30 '20 at 06:27
-
Is there a artisan command to create service and contract files. – user2552863 Jan 30 '20 at 06:44
-
2No there is no command available to make service – Palak Jadav Jan 30 '20 at 06:54