laravel-crud-api icon indicating copy to clipboard operation
laravel-crud-api copied to clipboard

REST API for Vue CRUD project, built in PHP and Laravel

Results 8 laravel-crud-api issues
Sort by recently updated
recently updated
newest added

Bumps [erusev/parsedown](https://github.com/erusev/parsedown) from 1.6.2 to 1.7.4. Release notes Sourced from erusev/parsedown's releases. 1.7.4 Introduce rawHtml concept from beta 1.8 that extensions may optionally utilise. In 1.8 beta versions this feature...

dependencies
php

Bumps [symfony/http-kernel](https://github.com/symfony/http-kernel) from 3.3.2 to 3.4.49. Release notes Sourced from symfony/http-kernel's releases. v3.4.49 Changelog (https://github.com/symfony/http-kernel/compare/v3.4.48...v3.4.49) no significant changes v3.4.48 Changelog (https://github.com/symfony/http-kernel/compare/v3.4.47...v3.4.48) no significant changes v3.4.47 Changelog (https://github.com/symfony/http-kernel/compare/v3.4.46...v3.4.47) no changes v3.4.46...

dependencies
php

Hi - Do you have a version for laravel 6? - If not, please send me upgrade notes for laravel 6

When selecting "Administration" -> "Permissions" then selecting people icon -> "Users with this permission" the following error is thrown from both crm and cms code: "local.ERROR: Debugbar exception: SQLSTATE[42S22]: Column...

Because this project uses Laravel 5.4, I ran across an issue because I use PHP7.3. [https://github.com/laravel/framework/issues/26936](https://github.com/laravel/framework/issues/26936)

I using cms template, but get the error when running `php artisan db:seed` on terminate. [Illuminate\Database\QueryException] SQLSTATE[HY000]: General error: 1364 Field 'path' doesn't have a default va lue (SQL: insert...

I am trying to use vue-crud but I am struggling to understand the api structure needed. Is it possible to provide a documentation of the api structure needed for vue-crud?...