Skip to content
Advertisement

Identify Laravel Package using File Structure

Description:

I’ve task to integrate some PHP MVC project in my Laravel Project whereas I’m Laravel Developer in which I’m getting error Not Defined Error. Therefore, I’m trying to understand this project. Hence, I’ve made this question to identify the framework.


Below is my File Structure of Some Project

JavaScript

Below is my Controller return view using blade template with :: operator.

JavaScript

Below is my package.json

JavaScript

Below is my composer.json

JavaScript

Advertisement

Answer

This is Laravel-Module which is a Laravel package which was created to manage your large Laravel app using modules.

I would like to give credit to the @AnuratChapanond who made the comment and pointed out the exact issue in this particular case.

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement