Php versions – PusherPusher::__construct(): Argument #1 ($auth_key) must be of type string, null given,
i have cloned my project from github when i try to composer install on laragon terminal i get this following
i have cloned my project from github when i try to composer install on laragon terminal i get this following
I’m a beginner of Laravel. And for the training of it, I’m learning how to use Laravel following Laravel Bootcamp.<br
Hello everyone i am developing a website that listing and filtering products.
My problem is products table is have 40000
I am working on a small project where I need to generate QR code and logo inside. I need to
I am trying to create editable table, I am using ajax request for the same by following a tutorial over
I don’t use a vendor plugin, but use the wordpress user authorization feature to allow a custom user "chu_xe" to
This are my routes
Route::get('/product/create',[ProductoController::class,'createProduct'])->name('product.create')->middleware('auth');
Route::post('/product/create',[ProductoController::class,'storeProduct'])->middleware('auth');
Route::get('/product/edit/{id}',[ProductoController::class, 'editProduct'])->name('product.edit');
Route::put('/product/update/{id}',[ProductoController::class, 'updateProduct'])->name('product.update');
I have a
I have a newly created Symfony 7 app and I have a DTO called: AuthCallbackDto
<?php
declare(strict_types=1);
namespace
I’m trying to create an API in Laravel, is there an api.php file in the routes folder in Laravel? or
I want to generate a list in pdf of the passengers on a bus ride.
My problem is, that in