artkonekt / appshell

AppShell is an Laravel Application boilerplate with UI, ACL, Users & Customers
https://konekt.dev/appshell
MIT License
79 stars 10 forks source link

Error after installing vanilo/frameworks in appshell #14

Closed j-dohnalek closed 4 years ago

j-dohnalek commented 4 years ago

Using version ^1.4 for konekt/appshell

@php artisan package:discover PHP Warning: Uncaught ErrorException: require(/vendor/konekt/appshell/src/resources/routes/web.php): failed to open stream: No such file or directory in /vendor/laravel/framework/src/Illuminate/Routing/RouteFileRegistrar.php:35

The actual file web.php does not exists looking through the package.

Any advice please?

fulopattila122 commented 4 years ago

Is it a fresh install or an existing app?

j-dohnalek commented 4 years ago

existing app

fulopattila122 commented 4 years ago

Can you check the content of concord.php in the config folder please?

j-dohnalek commented 4 years ago

hmm, can I assume that the web should be pointing to acl and nonacl in files?

'routes' => [
     'prefix'     => 'dashboard',
    'middleware' => ['web', 'auth', 'acl'],
    'files'      => ['web'],
    'as' => 'appshell.'
],
j-dohnalek commented 4 years ago

the answer is yes, actually. It solved the problem thanks

fulopattila122 commented 4 years ago

Just two more questions:

thx!

j-dohnalek commented 4 years ago

I did upgrade 0.5 to 1.0 And I have version 5.8