laravel-starter-kit icon indicating copy to clipboard operation
laravel-starter-kit copied to clipboard

Laravel 7.0~ Starter Kit Powered by VueJS + Material Design(Vuetify)

Results 36 laravel-starter-kit issues
Sort by recently updated
recently updated
newest added

Error: ` [Vue warn]: Error in v-on handler: "TypeError: Cannot read property 'item' of undefined` ![Screenshot_1](https://user-images.githubusercontent.com/19526773/88771909-22fef080-d1aa-11ea-8dc5-d3bb6582b55f.png)

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies
javascript

Does not load group file when I edit. I solved it by putting loadFileGroup in the mounted method. ![image](https://user-images.githubusercontent.com/35229830/80327438-b7e7fb80-8801-11ea-918f-5c4e82b65690.png)

Is there anyway to update LaravelMix v5?

Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 5.0.5 to 5.0.7. Release notes Sourced from symfony/http-foundation's releases. v5.0.7 Changelog (https://github.com/symfony/http-foundation/compare/v5.0.6...v5.0.7) no changes v5.0.6 Changelog (https://github.com/symfony/http-foundation/compare/v5.0.5...v5.0.6) bug #36173 Fix clear cookie samesite (guillbdx) bug #36103 fix...

dependencies
php

I've copied some of your code and noticed this typo :smile:

Could we integrate a drag and drop page creation system? Like a page builder

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://github.com/spatie/laravel-permission **Advantages** -...

I have 1 issue: I start project with Document : https://laravel-starter-kit-docs.darrylfernandez.com/installation/ Project started but http://localhost/laravel-starter-kit/public/admin#/users/ => No data available http://localhost/laravel-starter-kit/public/admin#/users/create => When click **SAVE** with full data => Error display...

Hi! I was wondering why the Mix manifest file was missing (via .gitignore): https://github.com/darryldecode/laravel-starter-kit/blob/master/.gitignore#L14. As this seems to stop my application work in production...