Skip to main content

All Questions

Tagged with
-1 votes
1 answer
41 views

My laravel custom package gives ServiceProvider not found error on docker

I developed a laravel package download link here https://packagist.org/packages/dcyilmaz/livewiredatatable source codes here https://github.com/duran004/livewiredatatable (not advertising, I need to ...
DCYılmaz's user avatar
  • 101
-1 votes
2 answers
56 views

Base table or view not found: 1146 Table 'example_app.sessions' doesn't exist

I am trying to set up Laravel 11 on Windows 11. I am using WAMPServer for Apache/PHP/MySql. I have installed the installer globally using Composer. I then run this command to create a Laravel project: ...
Joshua Rogers's user avatar
0 votes
1 answer
28 views

Laravel : installation shoppingcart failed

//my composer.json { "name": "laravel/laravel", "version": "11", "type": "project", "description": "The ...
lara's user avatar
  • 1
0 votes
0 answers
82 views

Composer class not found error on class alias in Laravel

Problem intro: I'm implementing a custom caching solution that utilizes a file store but still allows tagging. For this, I've installed some packages which are irrelevant to the question (I do ...
geertjanknapen's user avatar
0 votes
1 answer
226 views

file_put_contents(C:\ProgramData\ComposerSetup\bin): Failed to open stream: Permission denied

I'm trying to install Laravel and tried to compose another like swagger and jwt, the thing is that i can't install it and got a error file_put_contents(C:\ProgramData\ComposerSetup\bin): Failed to ...
OhNaur's user avatar
  • 3
-1 votes
1 answer
44 views

AdminLTE : Config in the vendor?

On a current web project I'm working on, I have the adminlte preloader that is constantly at the top of the page and just does a white bar, I decided to remove it but couldn't find anywhere, except in ...
Asnard's user avatar
  • 1
1 vote
5 answers
467 views

php artisan serve (Failed to listen on 127.0.0.1:8000 (reason: ?))

I recently installed Laravel Herd for my Laravel projects. However, I encountered some issues: Nginx log error: 2024/06/05 22:20:17 [emerg] 8764#8936: bind() to 127.0.0.1:80 failed (10013: An attempt ...
Nyanor Nathaniel Owusu Achiaw's user avatar
0 votes
0 answers
147 views

Unable to update to Laravel 11 due to symfony/process "missing" dependency

I am attempting to update a large Laravel app to Laravel 11 (i.e. turning it up to 11 :-)), and when I update the version of laravel/framework in composer.json, and run composer update laravel/...
wonder95's user avatar
  • 4,095
0 votes
1 answer
166 views

Composer file_put_contents(C:\ProgramData\ComposerSetup\bin): Failed to open stream: Permission denied

Im trying to install breeze on my Lara Project with composer require laravel/breeze --dev but it show up I already browsing in internet and doing all solution that i found, i grant permission on File ...
OKTA GABRIEL SINSAKU SINAGA Ma's user avatar
0 votes
1 answer
69 views

Why is Composer not detected by Google's Cloud Build?

I'm trying to deploy a new app to the App Engine (standard env). It is a Laravel 11, PHP 8.3 application that I'm deploying using GitHub actions. The problem is, that it is successfully uploaded to ...
David Sojka's user avatar
0 votes
0 answers
26 views

Installation failed, reverting ./composer.json and ./composer.lock to their original content. (Filament & Laravel) [duplicate]

I was trying to install Filament into my Laravel project, and this happened. Could it be because of a version conflict? PHP: v8.2.12 Laravel: v11.8.0 Error Message: To enable extensions, verify that ...
mengleang yoeun's user avatar
-1 votes
1 answer
246 views

Error with Laravel@11 "Unsupported cipher or incorrect key length. Supported ciphers are: aes-128-cbc, aes-256-cbc, aes-128-gcm, aes-256-gcm."

I am facing an error with Laravel@11. The main error looks like Unsupported cipher or incorrect key length. Supported ciphers are: aes-128-cbc, aes-256-cbc, aes-128-gcm, aes-256-gcm.. You can also see ...
Yousuf Ahamad's user avatar
0 votes
0 answers
28 views

php artisan failed to open stream (Laravel 11) [duplicate]

i have this problem when trying to make any php artisan command on my Laravel app. I tried to do a php artisan make:model User. And this error shows: PHP Warning: require(C:\xampp\htdocs\Tienda/...
user avatar
-3 votes
1 answer
189 views

Unable to set up laravel project with composer because of php version issue

I am on a shared hosting with multiple domains of my own. I bought a new one and specifically for it I was required to use php 8.2 or above. Using MultiPHP manager I did set it to PHP 8.2 (ea-php82) ...
Hasan Niazi's user avatar
0 votes
1 answer
245 views

Vendor folder not found on Laravel 11

After run composer create-project laravel/laravel:^11.0 project-name then going to my project folder cd project-name after that i should run php artisan serve but i got an error at this step that ...
Ahmed Elmoslmany's user avatar

15 30 50 per page
1
2 3 4 5
179