I just used composer to get Maatwebsite Laravel-Excel. I am going to use it, but I am completely new to install / use packages. So far, I have only used what comes with Laravel. I read the documentation and follow the steps (I followed the first three steps), but I'm confused by this line;
The class is binded to the ioC as excel $excel = App::make('excel');
I do not know what it means. I read a little about ioC and then Injection Dependency Injection (also new to me). But I still donβt know - does this part of the documents tell me to do something? I ran php artisan on the command line (for another purpose), and I got it back;
[2015-04-23 13:42:09] local.ERROR: exception 'BadMethodCallException' with message 'Call to undefined method [package]' in /vagrant/source/laravel-excel/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php:226 Stack trace:
php artisan was successful when I pulled out the maatwebsite links in config / app.php - so there should be more, but I don't know what.
source share