-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation problem the latest version #379
Comments
Hi! Are you sure you didn't run Nonetheless, you could do |
@vmcvlad No I didn't run also, I faced this error when I run |
@vmcvlad Opps! My bad 😢after deleting these scripts now I'm able to install packages "post-update-cmd": [
"php artisan enso:localisation:merge",
"php artisan telescope:publish",
"php artisan horizon:publish",
"php artisan enso:upgrade:status"
] but now I'm facing a new issue see the pic below everything is compile by run root envAPP_URL=http://localhost:8000 client envAPI_URL=http://localhost:8080 |
Hi, Make sure your .env file is properly configured: APP_URL=http://localhost.backend:8081 - (apache/nginx / whatever deals with php) EXT_API_URL=http://localhost.frontend:8082 (url to your yarn serve instance) and also be sure to have the SANCTUM_STATEFUL_DOMAINS fully configured:
I'm not saying this is a solution, I gest suggest some things that are critical for the app startup. |
Prerequisites
(enso is made of many specialized packages: https://github.com/laravel-enso)
Description
After clone the repo
git clone https://github.com/laravel-enso/enso.git --depth 1
then I run thecomposer install
and then I got this error you can see the image below, how to resolve this..?
Actual behavior
The text was updated successfully, but these errors were encountered: