-
#### What are you trying to achieve?
We are using Laravel 5.5 with the [nwidart/laravel-modules](https://github.com/nWidart/laravel-modules) package for a project, and in order to properly adhere to …
-
I get this error message when trying out your example module. I've installed it via composer `composer require proudcommerce/pshelloworld:dev-master` but after activation in backend its throwing the f…
-
| Q | A
| --------------------| ---------------
| PHPUnit version | 6.5.5
| PHP version | 7.1.12
| Installation Method | PHAR
With the following PHP class:
```
…
-
Since there is a lot of lower level libraries which then would get used higher up from a Giraffe web application they will probably need/want to expose endpoints which return a Task as well instead of…
-
``` clj
(defn doit [db]
(.executeQuery (doto (.prepareStatement (jdbc/get-connection db) "SELECT ?")
(.setTimestamp 1 (java.sql.Timestamp. 0)))))
```
or in Java:
``` java
Statem…
-
- Laravel Version: 5.5
- PHP Version: 7.1
- Database Driver & Version: Mysql 5.7
### Description:
Hi,
I've weird behavior.
When in the ```.env``` file, I set ```APP_DEBUG=true```
The …
-
I've noticed that sometimes, if you remove all nodes providing power to a storage node and then place a provider node next to the storage node, the storage node doesn't receive any power. Jugding by …
-
The following files are missing in the `public` directory:
* .htaccess
* web.config
Workaround:
Copy the files to the `public` directory.
* https://github.com/laravel/laravel/blob/master/publ…
-
First off, thanks a lot basz for the work you've put into this code, the UriPathStrategy is exactly what I need for some SEO optimization.
Unfortunately, when I added in the `'uripath'` option to m…
-
Hi I'm trying the package... but am stuck at installing http-interop/http-factory-diactoros
```
bas$ composer require http-interop/http-factory-diactoros --ignore-platform-reqs
Using version ^0.3…