"Updated AdminController, added update and delete product functionality, modified products.blade.php, and added datatables to adminheader and adminfooter"

This commit is contained in:
UronShrestha
2024-07-14 12:25:49 +05:45
parent f37e18f125
commit 5af3b7ef9c
9 changed files with 245 additions and 148 deletions

View File

@ -3,7 +3,7 @@
namespace App\Providers;
use Illuminate\Support\ServiceProvider;
use Illuminate\Pagination\Paginator; //add this too
class AppServiceProvider extends ServiceProvider
{
/**
@ -19,6 +19,6 @@ class AppServiceProvider extends ServiceProvider
*/
public function boot(): void
{
//
// Paginator::useBootstrap(); //this is the bootstrap code
}
}