Skip to content

BenzNatthawat/laravel-structure

Repository files navigation

laravel-structure

โครงสร้าง laravel การทำโปรเจค

RUN git clone https://github.com/BenzZero/laravel-structure.git

RUN composer install

RUN php artisan serve AND npm run dev

Open http://localhost:8000 to view it in the browser.

อธิบายโครงสร้างโปรเจค

laravel
├───app
│   ├───Console
│   │   └───Kernel.php
│   ├───Exceptions
│   │   └───Handler.php
│   ├───Http
│   │   ├───Controllers
│   │   │   └─── ...
│   │   ├───Middleware
│   │   │   └─── ...
│   │   └───Kernel.php
│   └───Models
│       └─── ...
├───config
│   └─── ...
├───database
│   ├───migrations
│   │   └─── ...
│   └───seeders
│       └─── ...
├───public
│   ├───.htaccess
│   ├───index.php
│   └───robots.txt
├───resource
│   ├───css
│   ├───js
│   ├───lang
│   └───views
├───route
│   ├───api
│   └───web
├───.env
├───composer.json
├───package.json
└───...

Console

Controllers

Middleware

Models

config

migrations

seeders

public

css

js

lang

views

api

web

.env

composer.json

package.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published