config->
configuratiion ot total website
app.php-> time zone
app name, app key
providers -> registering providers
registering storageor auth like standard traits
config->viw.php-> views blade path is in this file
config -> database
which database we have to connect and how to acess database usng password and username
database
factories -> fake data generate
migrations -> php artisan migrate
seeders -> php artisan db:seds-> required data which setting needed for running application
public
htaccess -> server configuration file
css js images
resources
ui related -> if it is not api-> it has blades
vies-> blades
and vue components
lang-> means if string required that mesages will be in this folder as validation.php
some default validation mesage will stored in this
routes
web.php
api.php
storage
storage files or pdf or excel sheets
logs -> errors sotred
tests
testing application - test case and
vendor -> phounit.xml will be used in testing
composer - dependencies wil be there in vendor ->
whenever we install any package it will genreate files in vendor
composer.json -> dependencies stored in this folder-> in this versions are ther we can check whats the version whats not
.env -> storing configuration
yml -> for docker
artrisan-> running php artisan commands
webpack.mix.js-> render ui js and css
pacakge.json and node modulkes
its for javascript packages
whatever the packages installed in pacakge.lock i tiwll store in node_modules
if an y blade develop if possible it will reuseful inour project
app.blade.php
@include('layouts.navbar)
@yield('content')
@stack('scripts')
layouts/navbafr or
https://getbootstrap.com/
laravel.com
https://www.youtube.com/watch?v=J-C58vp1XrE&list=PLJlg6RBt94MG7UygN6gE1UHGWBHr4lJqi&index=8
No comments:
Post a Comment