Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

emersonunes's avatar

Install laravel and backoffice via composer (fresh install and integration)

I'm looking foward to create projects on laravel via composer but instead of creating a fresh install I want to install the "backoffice repository" that i'm developing for my company.

So, I created a Laravel 8.0 project and installed the orchid platform on it. Now I want to develop functionalities on it and everytime I create a website I want to "pull" the backoffice into the website (fresh website and already built websites). So a installation and a integration. I've did some research and I tought about using composer....

Is it possible to do this?

0 likes
2 replies
automica's avatar

@emersonunes you can create a package for your 'backoffice' and then include that as a dependency using composer.

emersonunes's avatar

Hello, automica. How are you? First of all, thanks for your answer!

I'm kinda noob with composer....

So I've already installed orchid on my application, and followed the tutorial to create some functionalities.

Some folders are already created in the app folder so how can I create a private repository with the changes?

I'm kinda lost over here, sorry

Please or to participate in this conversation.