tisstech / bootstrap-laravel-scaffold

http://wfsnet.in/WsCyM
4 stars 0 forks source link

Bad Method Call to undefined method #5

Open prog-rajkamal opened 9 years ago

prog-rajkamal commented 9 years ago

After following the steps and running 'php artisan', this error showed up.

I traced the error to line 22 in BootstrapLaravelScaffoldServiceProvider.php

$this->package('tisstech/bootstrap-laravel-scaffold'); //commenting out this solves the problem,

I am using laravel 5, windows 8 on xampp

diogocaetano commented 9 years ago

Hi prog-rajkamal, This package is only compatible for laravel 4. We not test yet this package for Laravel 5. If you want, you can submit a pull request make the compatible for Laravel 5. I appreciate.