Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbaljet committed Jan 20, 2024
1 parent e177a7e commit cdf75e0
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 59 deletions.
4 changes: 2 additions & 2 deletions app/routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
Route::view('/base-view', 'base-view');
Route::view('/blade-method', 'blade-method');
Route::view('/blade-method-callbacks', 'blade-method-callbacks');
Route::view('/change-blade-prop', 'change-blade-prop');
Route::view('/component-import', 'component-import');
Route::view('/dynamic', 'dynamic')->withoutMiddleware(SubstituteBindings::class);
Route::view('/dynamic-component-import', 'dynamic-component-import');
Route::view('/change-blade-prop', 'change-blade-prop');
Route::view('/emit', 'emit');
Route::view('/dynamic', 'dynamic')->withoutMiddleware(SubstituteBindings::class);
Route::view('/form', 'form');
Route::view('/props-in-template', 'props-in-template');
Route::view('/refresh', 'refresh')->middleware(Refreshable::class);
Expand Down
2 changes: 0 additions & 2 deletions app/tests/Feature/DemoRoutesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ public static function demoRoutes(): array
/**
* @test
*
* @runInSeparateProcess
*
* @dataProvider demoRoutes
*/
public function it_renders_all_demo_routes($route)
Expand Down
110 changes: 55 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cdf75e0

Please sign in to comment.