-
Hello,
when i run
```
php artisan vendor:publish --provider="Greggilbert\Recaptcha\RecaptchaServiceProvider"
```
No Recaptcha.php file in /config gets generated.. what's to do?
-
When I create a new Laravel application and try to create new migrations, controllers or routes, the artisan commands seem to ignore the model and table names I've set in auth.php.
I've set 'model' t…
nibsi updated
9 years ago
-
Dear Casper
Firstly, thank you very much for your generous work here.
I tried to install the software on my Centos 7 but got the error when try to run
"docker compose exec php php artisan migra…
-
Hy!
I have anew laravel 11 project and I have an issue with this package installation.
My `composer.json`:
```json
{
"name": "laravel/laravel",
"type": "project",
"descripti…
-
Hi, I get the following error when I try to install this package on Laravel 5.3
PHP Fatal error: Call to undefined method Illuminate\Support\ServiceProvider::boot() in /Users/kevinpeters/Sites/famou…
-
php artisan migrate can not success!
this is the error message:
$ php artisan migrate
[Illuminate\Database\QueryException]
SQLSTATE[42000]: Syntax error or access violation: 1067 Invalid d…
-
I have never been able to get php artisan test --profile working. I dug deep today and i ended up in vendor/nunomaduro/collision/src/Adapters/Phpunit/Printers/DefaultPrinter.php
on line 422, when I…
-
### What were you trying to do?
I tried to build the app using `php artisan native:build`
### What happened?
The build completed, but whenI run the app nothing happens, it stays in hte backgr…
-
(From readme in chapter 5)
$ php artisan migrate
PHP Warning: require(/home/noah/build-apis-you-wont-hate/chapter5/bootstrap/../vendor/autoload.php): failed to open stream: No such file or direct…
-
### Debug mode
- [X] I have enabled debug mode
- [X] I have read [checked the Common Issues page](https://snipe-it.readme.io/docs/common-issues)
### Describe the bug
I have 3 Locations setup…