bpocallaghan / laravel-admin-starter

A Laravel Admin Starter project with Page Builder, Roles, Impersonation, Analytics, Blog, News, Banners, FAQ, Testimonials and more
http://bpocallaghan.co.za
337 stars 92 forks source link

Add Blade SVG to composer.json #14

Closed xewl closed 6 years ago

xewl commented 6 years ago

Seems like it's missing.

xewl commented 6 years ago

Reason:

composer update

...
@php artisan package:discover

In ProviderRepository.php line 208:

  Class 'BladeSvg\BladeSvgServiceProvider' not found

Script @php artisan package:discover handling the post-autoload-dump event returned with error code 1
  .
xewl commented 6 years ago

I know what you mean, it was the busiest period I've ever had, guess it's the season (:

I was just reviewing, or at least trying to... some issues rose up with every step I tried xD Nothing I couldn't solve though B) [Nothing outside of this PR yet tho, more like environment things, vagrant, Windows]

I'll definitely look into this project some more!

bpocallaghan commented 6 years ago

Hi @xewl Yeah - think everything realized its the end of 2017 :)

Awesome, please shout if anything pops up. I personally use wamp + windows, might be able to help with some windows related issues.

Also now with Chrome forcing https for .dev, you will need to change it to .test or .d3v or something else (will give it sometime to see what most of the community are going with)

Have fun, thanks for giving this a shot.

xewl commented 6 years ago

Both taken account for ;) I changed to .vagrant (and you can skip with typing "badidea" too ;) Wamp's installed just for PHP 7.1's purpose, but I mostly use homestead for Laravel tho'