learnwithahmed / laravel-cms

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

Employ Model: Store new employee #8

Open AhmedAbdulrahman opened 5 years ago

AhmedAbdulrahman commented 5 years ago

Routing: you do have Create and Store related routes under Route::resource('employees', 'EmployeeController');

Validation:

Controller:

yahyaikaby commented 5 years ago

task is completed