Skip to content

Commit

Permalink
Add crud create route
Browse files Browse the repository at this point in the history
  • Loading branch information
reziamini committed Nov 28, 2021
1 parent 2f77185 commit 7aa194d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@

Route::prefix('crud')->name('crud.')->group(function (){
Route::get('/', \EasyPanel\Http\Livewire\CRUD\Lists::class)->name('lists');
Route::get('/create', \EasyPanel\Http\Livewire\CRUD\Create::class)->name('create');
});

0 comments on commit 7aa194d

Please sign in to comment.