Angular Projects For Beginners With Laravel | Hotel Management System project with angular 8 and Laravel (laravel project folder structure) Part 6

in this tutorial we will discuss about laravel project folder structure
Larvel consists of the following types of folders and files

app :

              app folder contains controller model and Middleware related files

config : 

           config folder contains all configuration related files

database :

          database folder contains database related files and folder.following type of folder content in database folder 

          1. factories
          2. migrations
          3. seeds

public :

        public folder are content assets of project

resources :

        resources folder content view and assets related files

routes :

      routes folder content routeing related files

vendor :

      vendor folder content all laravel library related files

.env file :

    .env file are  used for database configretion

composer.json :

     composer.json file are most importent file of laravle project all pageck and library informatin content this file

Tutorial Topics