-
Love this concept of packages/modules/boxes. Something that use to be in Laravel but was taken out post 4.2.
Perhaps using standard Laravel IOC would be better long run?
```php
$this->app->bind…
-
May I know is it not support Laravel 5.5 or any problem?
I move your resources/assets code to my laravel 5.5
and
`
`
to my view.
when load it , it show…
-
Installed on Laravel Spark (based on laravel 5.5).
The AdminLTE pages are calling for:
https://example.co.uk/vendor/adminlte/dist/js/app.min.js
but the script they need is:
https://example…
-
The docs indicate it is possible to create your own implementation of Illuminate\Contracts\Auth\Guard and registering it as a driver in a service provider.
I was reading about the new stateless tok…
-
I am trying to Unit test role assignment on user but Its always returning false, no roles are getting assigned
```php
namespace Tests\Unit;
use App\User;
use Tests\TestCase;
use Spatie\Permis…
-
composer dump-autoload is giving me this error
Warning: Ambiguous class resolution, "CreateTranslationsTable" was found in both...
referencing both migration files (the one in my migrations folder p…
-
Any success or how-to's leveraging this great package with Laravel 5.4 and Spark? Spark's registration process adds quite a bit of twists to the standard Laravel install, but I'd love to not have to …
gstoa updated
7 years ago
-
Hello!
I have tried this example:
```
This is an error ...
Press this Button
```
and I get error
> [Vue warn]: Unknown custom element: - did you register the component correctly?…
-
I'm trying to add this library to a laravel project
I ran npm install kijiji-scraper
then I add the example code to my app.js:
```
var kijiji = require("kijiji-scraper")
var prefs = {
…
-
It says in the documentation that...
```
getPrevious() and getNext() give you the adjacent items in the collection, based on the collection's default sort order
```
How would I go about custom…