Open NikarashiHatsu opened 1 year ago
@NikarashiHatsu please assign me this issue and explain this issue with more ditails also i am tried to run it in my local machine and facing some issue after setup and installation and also share step by step setup of local machine PS D:\git demo\codeigniter4-kit> npm run development
development mix
Browserslist: caniuse-lite is outdated. Please run: npx browserslist@latest --update-db Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
● Mix █████████████████████████ emitting (95%) emit
🌼 daisyUI components 1.24.3 https://github.com/saadeghi/daisyui ✔︎ Including: base, components, themes[22], utilities
Laravel Mix v6.0.41
● Mix █████████████████████████ done (99%) plugins WebpackBar:done
🌼 daisyUI components 1.24.3 https://github.com/saadeghi/daisyui ✔︎ Including: base, components, themes[22], utilities
Laravel Mix v6.0.41
✔ Mix Compiled successfully in 1.67s
🌼 daisyUI components 1.24.3 https://github.com/saadeghi/daisyui ✔︎ Including: base, components, themes[22], utilities
Laravel Mix v6.0.41
✔ Compiled Successfully in 1621ms ┌───────────────────────────────────────────────────────────────────────────────────────────────┬──────────┐│ File │ Size │├───────────────────────────────────────────────────────────────────────────────────────────────┼──────────┤│ /public/js/app-non-defer.js │ 284 KiB ││ /public/js/app.js │ 1.11 MiB ││ public/css/app.css │ 61.5 KiB │└───────────────────────────────────────────────────────────────────────────────────────────────┴──────────┘webpack compiled successfully
You're doing great so far, it shows that the repo's assets has successfully been built. Anyway, here's the complete step-by-step:
composer install
npm install
and npm run dev
env
file and paste it as .env
CI_ENVIRONMENT
to development
app.baseUrl
to http://localhost:8080
php spark serve
Make sure you're using PHP 8.0, as FILTER_SANITIZE_STRING
is deprecated in 8.1 and won't run the app.
in which directory to i want to run these command and getting this error in PS C:\xampp\htdocs\git> composer install this directory
composer : The term 'composer' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1
+ CategoryInfo : ObjectNotFound: (composer:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
And also share
Where CI_ENVIRONMENT located
You have to install Composer from https://getcomposer.org/
This feature is pretty much abandoned back then since I'm a lot more focused on other stuff. It is a simple update where the User could:
Any PR regarding the update are welcome. Let me know if you want to participate and I will assign you to the issue.