learnwithahmed / laravel-cms

CMS built with Laravel and Bulma CSS
2 stars 0 forks source link

Employee Model: Implement delete/destroy #9

Open AhmedAbdulrahman opened 5 years ago

AhmedAbdulrahman commented 5 years ago

Routing: you do have Destroy related route under Route::resource('employees', 'EmployeeController');

Validation:

Controller:

yahyaikaby commented 5 years ago

delete using from delete