Used Command: make:model Models/Test/TestApi -a Error: root@bb3433d4a92b:/var/www/nt-app-backend# php artisan make:model Models/Test/TestApi -a Model created su
I have a multidimensional array consisting of a directory structure or a tree if you want, but how can I loop through this data when I don't know the depth of t
I am using ChartJS on my project, I followed the integration as indicated on the ChartJS website. My problem is the following My error. I tried several things
I am using Vue.js 3, Laravel and Axios to make a simple post call: processFilters() { self = this; let tags = self.checkedTags.
Is there any possibility to stop Livewire rendering on each click event? Actualy The issue is, if any event triggered from HTML or Javascript, then the render f
For example, I'm writing my CRM system in Laravel. This CRM system will collect orders from various online stores and marketplaces. One of the marketplaces prov
I have multiple tables, and some do have columns which are related but I am not certain if I have to put the foreign key relations to all columns which are rela
I deployed my laravel application in GCP. I also set up SSL on my application https://myapp.com. It was working fine connecting to the pusher server. Then I s
i'm trying to upload images in between my blog content but when i select images from the gallery its shoes the error Route[/] not found, even though the route i
I have an integer field, and the default value of the field is null. Migration Schema::table('servers', function (Blueprint $table) { $table->unsignedInt
I have deployed a laravel application in Elastic Beanstalk with Load Balancing. I have to backup my database daily and store it in s3 bucket so I am using Larav
I am working on a registration form with Laravel 8 and Vue 3. The back-end is an API. In the users table migration file I have: class CreateUs
I need to validate a request where if field1 is present, then field2 should be empty and vice versa. How can i achieve this in Laravel?
Laravel lighthouse doesn't access relationship scope like eloquent. class Tenant extends Model { public function products(): HasMany
I have the User model which define the following attribute: public function getAvatarUrlAttribute() { return 'https://i.pravatar.cc/300?u=' . $this->
@section('contents') <app-employee-list></app-employee-list> @endsection How I can get the full html structure form this? I can not found full code.
I am working on a Laravel project. I often change the database connection between Mysql and Sqlite during development. In a php artisan Laravel command I have a
I've posted about this three times and hopefully someone will help me with a solution. I have a lot of data in my database that the user has created. Suppose I
the composer require yajra/laravel-oci8:^8 command is giving me the following error: C:\Users\yö\PhpstormProjects\BRP>composer require yajra/laravel-oci
when I try to run npm install it stop at this error [..................] | idealTree:regal: sill idealTree buildDeps I have tried for fix it for a long time