Skip to content

No publishable resources for tag [currency-amount-converter]. #92

Closed Answered by erikn69
isaacdarcilla asked this question in Q&A
Discussion options

You must be logged in to vote

You are overwriting boot, change boot to bootingPackage

public function boot()
{
$this->bootingPackage();

Also look at this
foreach ($this->package->routeFileNames as $routeFileName) {
$this->loadRoutesFrom("{$this->package->basePath('/../routes/')}{$routeFileName}.php");
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by isaacdarcilla
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #91 on April 03, 2023 14:34.