Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть 3. PHP Laravel 7.x Framework Directory Folder Structure. Understand the app folder.

  • Leela Web Dev
  • 2020-06-29
  • 1001
3. PHP Laravel 7.x Framework Directory Folder Structure. Understand the app folder.
  • ok logo

Скачать 3. PHP Laravel 7.x Framework Directory Folder Structure. Understand the app folder. бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно 3. PHP Laravel 7.x Framework Directory Folder Structure. Understand the app folder. или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку 3. PHP Laravel 7.x Framework Directory Folder Structure. Understand the app folder. бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео 3. PHP Laravel 7.x Framework Directory Folder Structure. Understand the app folder.

Laravel Directory Structure




The laravel directory structure provides a great starting point to develop both large and small applications


App Directory:
The app directory is the core part of the application. Almost all the classes in the application will be in this directory.

Bootstrap DIrectory:
The bootstrap directory contains only app.php file which is the bootstrap file ie, starting part of the file
It also contains cache file which contains framework generated files for performance such as for routes and services


Config Directory:
It contains all of your application configuration files.

Database Directory:
It contains database migrations, model factories, and seeds

public directory:
it contains the index.php file which is the entry file for all of your requests.
This directory also has all of your images. javascript files and CSS.

Resources Directory:
It contains your views as well as your uncompiled CSS, javascript. This also contains your language files

Routes directory:
It contains all the routes for your application.
It contains web.php, api.php, channel.php, console.php

Web.php-routes for the website purpose comes into this file. These routes don't offer stateless
api.php - routes that need stateless, authenticated via tokens come here
console.php- these routes interact with command's io methods. It defines console based entry points

channels.php- registers for event broadcasting. we will see this afterward

Storage Directory:
The Storage contains the compiled blade templates, file-based sessions, file caches, and other files generated by the framework.

This directory contains the app, frameworks, and logs directories.

app - used to store any files generated by your application
framework = used to store framework generated files and cache
logs - contains your application log files


The storage/app/public directory may be used to store user-generated files, such as profile avatars, that should be publicly accessible.
You should create a symbolic link at public/storage which points to this directory. You may create the link using the PHP artisan storage: link command.




Tests Directory:
It contains your automated tests


Vendor:
Vendor contains composer dependency packages



APP Directory:

Console: contains all of the custom Artisan commands for your application.

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]