Logo
  • About Us
    About Us Logo Sponsors
  • Meta Blog
    Blog Post Search Weekly Best Tag
  • Projects
    PHP The Right Way Design Patterns PHP 정기모임 발표자료
  • Releases
  • Recruits
  • Q&A
  • Login / Register
    Login Register

Managed Tags

All PHP LARAVEL Codeigniter Editor FrontEnd DEVOPS laravelbnb

Search result

3. Vue Router

1. vue-router 설치해준다.1npm install vue-routercs2. resources/js/routes.js 파일을 생성한다.3. routes.js 에 Path와 Component를 정의한다.import ExampleComponent from "./components/ExampleComponent.vue"...

laravelbnb

38LARAVEL on 20-02-28

2. 대체경로

현재 라우트라우트정의가 없는 주소는 404에러가 호출된다.1. 단일 라우트 설정Route::get('/{any?}', function () { return view('welcome');})->where('any', '^(?!api\/)[\/\w\.-]*');페이지를 새로고침하면...

laravelbnb

38LARAVEL on 20-02-28

1. 라라벨 설치 및 Vue 애플리케이션 설정 스캐폴딩

1. 라라벨 설치 v6.2composer create-project --prefer-dist laravel/laravel laravelbnb2. https://laravel.com/docs/6.x/frontendlaravel에서 제공하는 Boostrap 및 Vue 스캐 폴딩은 Composer 패키지에 있으며 Com...

laravelbnb

38LARAVEL on 20-02-28

  • ‹
  • 1
  • 2
  • 3
  • 4
  • ›
Logo

홈페이지와 관련된 내용은 페이스북 그룹, 디스코드, 깃허브 를 통해서 문의바랍니다

Copyright ©2025 All rights reserved | This template is made with by Colorlib