my problem is that when i tap rfid to scanner it appears on serial monitor Valet - Not found. this is a picture when i tap the rfid card and an error appears on
I am trying to use a single select request to retrieve data from database based on the search term "name" and populate my input fields using select2 so that i d
I have controller with request like below $product = $request->product; //array $product_category = $request->product; if($request->filled('product'))
I am using matwebsite Laravel excel to do some updates in existing excel and export. I am using beforeExport method to do some updates in the excel. when i prov
I am using Laravel 8 with Livewire and am displaying a Mapbox map in my page. When I click on the map, I am getting the coordinates of the click and placing a m
So I am using Wasabi for object storage in my Laravel API, but after I got the upload working, now I can't get the download to work. I am using this package: ht
How to make a orm query with a string User class User extends Authenticatable { use HasApiTokens, HasFactory, Notifiable, SoftDeletes, HasRoles; public
How can i get the values from nouislider in livewire? So i can compare the min and max price. I don't see how i can get the values. It has 2 handles a min and m
SQLSTATE[HY000] [1049] Unknown database 'laravel' (SQL: select * from information_schema.tables where table_schema = laravel and table_name = migrations and ta
class Products extends Controller { public function index() { $products = DB::table('product')->get(); return view("product", compact('pr
My laravel framework version is on 8.83.12 I am trying to build a form that creates a database entry based on Vehicle data, Make, Model, Version.. etc. My Model
I am a laravel beginner. I currently have a project in progressing which need to have two data tables in one page. In my past project, I only know how to make j
I want to get Instagram profile total followers and following and post get this error" 429 Too Many Requests on Laravel. I need for it to show my users profile
Im currently configuring a CI pipe for my laravel project via github actions. This is my build.yml file # GitHub Action for Laravel with MySQL and Redis name: A
I have an online store that I built by Bagisto, which depends on the Laravel platform and I created my oauth 2.0 client id in https://console.cloud.google.com/
I'm trying to delete the records from my database table that are older than 30 days. I haven't executed the code because I wanted to check if I'm doing it right
My database My blade view But I want to have this My controller $profiles= Profile::where('id', $id)->get(); return view('artists.profile_edit',c
I searched a lot of about this topic to redirect all urls to https://my-domain I want delete the www and add https. I found a lot of answers this one work good
I am trying to use Elasticsearch 8.1 using laravel. My elasticsearch instance is running at port 9200. https://localhost:9200 returns me { "name" : "node-1",
I have a problem in my Route. I see this error: Route [utilizadores.editar] not defined The error occurs on the page when I try to update the data in my DB. M