December 2016
Beginner
189 pages
3h 5m
English
© Sanjib Sinha 2017
Sanjib Sinha, Beginning Laravel, 10.1007/978-1-4842-2538-7_3
Sanjib Sinha1
(1)Howrah, West Bengal, India
Let us see what’s inside the installed Laravel folder ‘blog’. It has folders like ‘app’, ‘bootstrap’, ‘config’, ‘database’, ‘public’, ‘resources’, ‘storage’, ‘tests’, ‘vendor’, and a few more files, including a ‘composer.json’ file.
Let us first see how the file structure looks (Figure 3-1).

As you see, each folder and its included files have their own roles clearly defined. You should not try to change or tweak any source code.
The ‘app’ folder is extremely important. ...
Read now
Unlock full access