-
Hi.
I want to ask if this package working in laravel 5.6 ?
Thank you in advanced.
-
Is there plan to have database migrations in this great tool?
It can either be inbuilt or integrate with a tool like [Flyway](https://github.com/flyway/flyway).
-
When I ran `php artisan migrate`, the following error occurred.
```
^_^[mzch@lt /srv/LaravelDrive][0]$ sudo -u www-data php artisan migrate
**************************************
* Application…
-
Hi!
This package support migrations implementation? I did a test here but the new columns who I've added aren't pulled then sync.
-
- Laravel Version: 5.4.36
- Adldap2-Laravel Version: 3.0
- PHP Version:5.6.25
### Description:
I have followed the instructions mentioned in the instructions mentioned in the (https://github.com…
-
### BC Break Report
| Q | A
|------------ | ------
| BC Break | yes
| Version | 3.0.0
#### Summary
When I updated doctrine/orm to version 3.0.0, my CI started to fail du…
-
I am using My SQL db with denodb and I am having an issue while creating one to many relationship in 2 tables. Deno db actually trying to create new foreign key even if its already present. I can not …
-
### Bug description
After installing a new project with the eloquent driver and setup repository. When installing de new project trough the repository the composer install gives a error on the packag…
-
how to use aqueduct with a pre-existing database with a specific schema.
I have several REST APIs, implemented in PHP with Slim Framework, and I am rewriting them in Aqueduct, but for this I need t…
-
Hello,
I am trying to create a product with a product category and thumbnail (not worked on this yet).
I am hoping you can help. How would you recommend doing this please?
```
$product = Pr…