Laravel-Backpack / theme-tabler

UI for Backpack v6 that uses Tabler and Bootstrap v5.
MIT License
21 stars 12 forks source link

[Bug] Unable to create a directory #153

Closed YevheniiVolosiuk closed 7 months ago

YevheniiVolosiuk commented 7 months ago

Bug report

What I did

Installed backpack to Laravel new project

Write your answer here.

What I expected to happen

After installation, I tried to go http://example-app.local/admin/

Write your answer here.

What happened

I got an error: image

Write your answer here.

What I've already tried to fix it

Write your answer here.

Context to replicate the bug - Backpack, Laravel, PHP, DB version

When I run php artisan backpack:version the output is:


Write your answer here.
### PHP VERSION:
PHP 8.2.12 (cli) (built: Oct 26 2023 17:33:49) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.2.12, Copyright (c) Zend Technologies
    with Zend OPcache v8.2.12, Copyright (c), by Zend Technologies
    with Xdebug v3.2.1, Copyright (c) 2002-2023, by Derick Rethans

### LARAVEL VERSION:
10.32.1.0

### BACKPACK PACKAGE VERSIONS:
backpack/basset: 1.2.1
backpack/crud: 6.3.0
backpack/generators: v4.0.2
backpack/theme-tabler: 1.1.1

Also using Laravel Sail for project
jcastroa87 commented 7 months ago

Hi @YevheniiVolosiuk can you check about the user and group assigned to this installation, the issue look like a server configuration problem.

Thanks.

YevheniiVolosiuk commented 7 months ago

Hi @YevheniiVolosiuk can you check about the user and group assigned to this installation, the issue look like a server configuration problem.

Thanks.

Hi, @jorgetwgroup thanks for pointing me where I need to try to find my answer. I use Laravel Sail and the problem was fixed with this recommendation https://github.com/laravel/sail/issues/81#issuecomment-931850333.

Thanks.