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 라우팅

Search result

prefix, namespace

Route::group(['namespace' => 'Dashboard','prefix' => 'book'], function() {Route::get('/', 'DashboardController@index');});Route::group(['prefix' => 'book'], function () { Route::post('add', 'BookCo...

라우팅

38LARAVEL on 20-03-29

라우트 필요한 메서드만 지정하기 only, except

라우트에서 only, except 같이 오지, 제외를 설정할 수 있다.12Route::resource('questions.answers', 'AnswersController')->only(['store','edit','update','destroy']);  //이것만Route::resource('questions.ans...

라우팅

38LARAVEL on 20-02-03

Logo

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

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