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

Laravel 5.3

Open vinayvarma opened this issue 8 years ago • 1 comments

the below issue occuring in laravel 5.3 Could not add route model binding for the route 'phone'. Please add the following line manually in C:\xampp\htdocs\blog\app\Providers/RouteServiceProvider.php: $router->model('phone', 'App\Phone');

vinayvarma avatar Sep 24 '16 12:09 vinayvarma

This package is not yet valid for Laravel 5.3 completely . It needs lots of tweak.

As lots of file structure has changed in laravel 5.3

rebootcode avatar Sep 29 '16 00:09 rebootcode