luisbonejo9807
luisbonejo9807
add a somewhat rustic but functional shape In routes: `Route::get('delete-records','StudDeleteController@index'); Route::get('delete/{id}','StudDeleteController@destroy');` Inside controllers create one with this name "StudDeleteController and add the following code: `
Does the .env file have correctly placed for localhost?
Try this: 1) Clear Application Cache Run the following command to clear the application cache of the Laravel application. `php artisan cache:clear` 2) Clear Route Cache To clear route cache...