Protoqol / Prequel

Prequel for Laravel. Clear and concise database management. Unfortunately, not actively maintained due to time constraints.
https://packagist.org/packages/protoqol/prequel
MIT License
1.54k stars 96 forks source link

[BUG] I can't make icons appears on prequel 2.0 #162

Closed dnl4 closed 6 months ago

dnl4 commented 1 year ago

Describe the bug I was using prequel 1.23. Today I updated to prequel 2.0. But I can't manage icons to appear on the web interface.

To Reproduce Steps to reproduce the behavior:

  1. sail composer require protoqol/prequel:dev-master#e9f5ec1
  2. sail php artisan prequel:update
  3. access http://localhost/prequel

Expected behavior Icons appear on web interface

Screenshots

PHP Version -PHP 8.1.17

Database type

Desktop (please complete the following information):

QuintenJustus commented 1 year ago

Hi @dnl4, thanks for reporting this issue. Did you run php artisan prequel:install? Prequel 2.0 is still a WIP so some parts may not be bootstrapping correctly.