laravel-enso / enso

Laravel Vue SPA, Bulma themed. For demo login use `admin@laravel-enso.com` & `password` -
https://www.laravel-enso.com
MIT License
1.08k stars 277 forks source link

Error using enso: cli #345

Closed Guirande closed 3 years ago

Guirande commented 3 years ago

This is a bug | feature request.

Prerequisites

Description

Using the instructions provided on the website https://docs.laravel-enso.com/guide/development.html, regarding the package and the CLI command.

After completing all steps I encounter the following error in the initialization of the created package: We're sorry but the frontend doesn't work properly without JavaScript enabled. Please enable it to continue.

When calling initTable.

To facilitate the use of the library, I suggest making some illustrative videos .

aocneanu commented 3 years ago

Hi @Guirande ,

Apparently the route is not correctly defined. You can debug it like you would debug any laravel route.

I've just realeased 4.0.3 that updates the route creation, you can try again using it.

Thanks for the suggestion, if we would have time for creating videos believe we would. Maybe you can contribute to that once you get it running ;).

raftx24 commented 3 years ago

fixed with this PR