/var/www/platforms/папка
Item like '%"category":"199"%'
Item like '%"category":"category.id"%'
Route::get('/', 'ProductController@getLatestProducts')->name('welcome');
Route::get('/catalog', 'ProductController@getAllProducts')->name('catalog');
Route::get('/payment', 'PaymentController@getPaymentProduct')->name('checkout');
Route::group(['prefix' => 'admin'], function () {
Voyager::routes();
});
Route::get('/login', function () {
return view('auth.login');
});
Route::get('/home', function () {
return view('home');
});
Auth::routes();
Route::get('/pay', 'PaymentController@paymentProduct');
Argument 1 passed to Illuminate\Auth\EloquentUserProvider::validateCredentials() must be an instance of Illuminate\Contracts\Auth\Authenticatable, instance of App\Customer given, called in /home/r/remont161/61remont.rf/public_html/api/vendor/laravel/framework/src/Illuminate/Auth/SessionGuard.php on line 385 in file /home/r/remont161/61remont.rf/public_html/api/vendor/laravel/framework/src/Illuminate/Auth/EloquentUserProvider.php on line 154