Route::get('/guarantee/{product}', [GuaranteeController::class, 'index'])->name('admin.market.guarantee.index');
Route::get('/guarantee/create/{product}', [GuaranteeController::class, 'create'])->name('admin.market.guarantee.create');
Route::post('/guarantee/store/{product}', [GuaranteeController::class, 'store'])->name('admin.market.guarantee.store');
Route::delete('/guarantee/destroy/{product}/{guarantee}', [GuaranteeController::class, 'destroy'])->name('admin.market.guarantee.destroy');
});
public function index(Product $product)
{
return view('admin.market.product.guarantee.index', compact('product'));
}
ببخشید من متوجه منظورتون نشدم
من داخل web.php مسیر رو مشخص کردم و توی کنترل هم ادرس views رو دادم بهش
امکانش هست من فایل رو برای شما ارسال کنم چک کنید؟
ایمیل یا...
Route::prefix('admin')->namespace('Admin')->group(function () {
// Route::get('/', 'AdminDashboardController@index')->name('admin.home');
Route::get('/', [AdminDashboardController::class, 'index'])->name('admin.home');
Route::prefix('market')->namespace('Market')->group(function () {
Route::get('/guarantee/{product}', [GuaranteeController::class, 'index'])->name('admin.market.guarantee.index');
Route::get('/guarantee/create/{product}', [GuaranteeController::class, 'create'])->name('admin.market.guarantee.create');
Route::post('/guarantee/store/{product}', [GuaranteeController::class, 'store'])->name('admin.market.guarantee.store');
Route::delete('/guarantee/destroy/{product}/{guarantee}', [GuaranteeController::class, 'destroy'])->name('admin.market.guarantee.destroy');
});
@mehdi0121
دمت گرم دستور اولی روز زدم اوکی شد داشتم دیوونه میشدم دیگه
ممنون میشم اگه در مورد این دستورات توضیح بدین البته از اسمشون مشخصه فقط میخوام بدونم چه زمانی باید استفاده کرد
🙏🙏🙏🙏🙏
خواهش میکنم
طبق گفته خود لاراول موقع ران کرد سایت روی سرور بعد از اتمام کار
از دستور اولی استفاده میکینم
و دستور دومی برای موقعی هست که یه روت جدید اضافه میکنیم
https://laravel.com/docs/9.x/routing#route-caching
اینجا هم کمی توضیح داده
حالا https://jobteam.ir/ProductUser/41-Laravel-clear-cache
حالا امید وارم بقیه دوستانی که اطلاعات بیشتری در مورد این موضوع دارند مارو راهنمایی کنند
آیا مایل به ارسال نوتیفیکیشن و اخبار از طرف راکت هستید ؟