-
Firstly, thanks for this awesome starter kit.
I think it will be really nice if instead of having a custom developed permission/group management spatie:laravel-permission package is used. https://…
-
I was trying to browser-sync proxy the Laravel Development Server `php artisan serve` and facing problem that browser-sync is almost unusable that any form submit data fail to post to the server.
The…
-
I Debugging mode is setting by env variable APP_DEBUG but getenv(APP_DEBUG) does not work properly (Laravel 5.8). I would like to fix It or implement this possibility into the config file like 'isProd…
-
Hi.,
i would like to display few files which files fetch from database in laravel using barryvdh elfinder file manager plugin
-
Since graphql-php library catch all possible errors and they are returned as graphQL errors, and we have a few errors that might be generated in a resolver like a DB error or any other kind (like NotF…
-
If you are viewing this. You probably got redirected from the now defunct http://leafapp.co.
Leaf lives on my personal server, and the previously live version was unfortunately CodeIgniter powered. …
-
Many of laravel developers like me use Elixir or Gulp or Grunt instead of PHP for assets management & compilation.
-
**Problem**
- The queued export appears to be failing when conducting a `QueuedExport`of a `hasMany` related model. In our case, we have `Clients` hasMany `Documents` and we would like to export th…
wirjo updated
5 years ago
-
Hello,
I'm trying to add a database connection to Queue component. Something like:
```
$capsule = new Capsule;
$capsule->addConnection([
'driver' =>'mysql',
'host' => $dbhost,
'…
-
Trait 'Launcher\Mercurius\MercuriusUser' not found" error while starting server.
## Server environment
- PHP: v7.1.3
- Laravel: v5.7
- Database: [MySQL] [5.7.23] (e.g. MySQL 8.0)
#…