Building the Phonebook App
Learn about the different code files that are part of our phonebook project and about shell inputs that our application accepts.
Let’s discuss the role of different files from the project’s file structure.
The composer.json
file
Now, for the project’s configuration, the first step is to create a composer.json
file that includes the project dependencies and autoload constraints.
Get hands-on with 1400+ tech skills courses.