-
I would like to propose the the Laravel code is removed from this repository and moved to it's own separate repository.
#### `trycourier/courier-php`
* This allows this package to purely support t…
-
Hi there,
Tried to bump one of the projects to 5.4 and use the new Laravel recommended way of assets management (Laravel Mix, purely based on Webpack, with no Gulp at all).
Seems like that requ…
-
I think the `Stripe\ApiResponse` should be psr7-compliant for easier integration in frameworks that handle psr7 responses, like Laravel, Symfony and others.
What do you think?
-
**Title**
The world of PHP Magic Methods has helped me build more functionalities with lesser lines of code and lesser execution time. When I started working with Laravel, it helped me understand ho…
-
I have a model that sets an `appends` array to provide custom attributes. This model has a `__get()` method so it can return these attributes directly. However when my model is serialized, laravel is …
-
- Laravel Version: 5.7.*
- Adldap2-Laravel Version: ^4.0
- PHP Version: 7.2
- LDAP Type: all types
### Description:
Imagine you have a large company which has different domain controllers…
-
Hello. I'm building a Laravel project trying to capture screenshots and create PDF of specific parts of my app. I've tried running different libraries like Browsershot and Snappy, but the error of mal…
-
When i run php artisan migrate:fresh --seed I see below error
```
Symfony\Component\Debug\Exception\FatalThrowableError : Class 'App\User' not found
at C:\laragon\www\procurement-lowidlr10\…
-
### Environment:
- Laravel-Code-Generator Version: 2.2.12
- Laravel Version: 5.7.25
- nwidart/Laravel-Modules: Version: 4.0.0
### Description:
#### Modular Development
I am working on a very c…
-
I have deleted my models folder and creating the proper folder that would hold my Eloquent Models (or business logic), along with editing my composer file, I got everything working fine in my Unit tes…