-
**Describe the bug**
Access denied for user even after .env file been generated for installing the entire project.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'cmd'
2. Run 'php a…
-
### Reverb Version
1.0
### Laravel Version
11.9
### PHP Version
8.2
### Description
While running the reverb in localhost
after same minitus i get this error and the reverb connection will be…
-
### Laravel Version
11
### PHP Version
8.2
### Database Driver & Version
_No response_
### Description
Hello, I am facing an issue where my frontend is successfully connecting to the WebSocket …
-
Hi
When adding "use InteractWithApi" to any resource, route cache gets bricked.
This is likely due to the way API routes are added.
```
www-data@cmdb-php-fpm:/var/www/html$ php artisan route:c…
-
when i run the php artisan db:seed command this is what i get
seeding: usersSeeder
Creating users...
Account [buyer] is present
Account [Admin] is present
starting generation of random accounts…
-
Hi
I added
$emitter = new \Evenement\EventEmitter();
$chat = new \Formativ\Chat\Chat($emitter);
Artisan::add(new Formativ\Chat\Command\Serve($chat));
in app/start/artisan.php to call php artisan…
-
Hi. So i've tested this package on the local dev enviroment.
Now i pushed it to prod. On prod i did:
- git pull origin main
- composer require silviolleite/laravelpwa --prefer-dist
- php artisan…
-
I'm attempting to setup a local dev environment but the setup steps no longer work due to database access in `MailConfigServiceProvider.php`:
https://github.com/aaronpk/Meetable/blob/3b6a52c22a66fb…
-
Goal: be able to define and run e2e tests.
We should add Laravel Dusk and a few e2e test scenarios.
- [ ] Add and configure Laravel Dusk
- [ ] Create e2e test scenarios (registration, login, et…
-
Hello! I install on the guide https://lavalite.org/docs/master/installation. Server based on CentOS 7. Installed php 7.2 (+fpm), Maria DB, nginx.
Not performed **php artisan lavalite:install** or **p…