Set up your local environment to develop and customize Aikeedo efficiently. This comprehensive guide covers everything from prerequisites to running your local server and managing assets.
.env
file.
.env
in your favorite text editor and update the following settings:
.env
file.
npm install
or composer install
. The necessary dependencies are already included in the package./resources/assets
: For files that need processing (e.g., JavaScript, SCSS).
/resources/assets/js/app/index.js
is the main JavaScript entry point./resources/assets/css/index.scss
contains the main styles./resources/static
: For files that should be copied as-is (e.g., images, fonts).
/resources/static/images/logo.png
will be copied to /public/images/logo.png
./resources/assets
./resources/static
.http://localhost:8000
..env
file is correctly configured./src/Presentation/RequestHandlers/IndexRequestHandler.php
to modify the home page logic./resources/views
for frontend changes.
/resources/views/templates/app/dashboard.twig
to update the dashboard layout./resources/static
.
/resources/static/images/new-feature.jpg
.public/assets
directory with optimized files./resources/static
to /public
./public/.vite
..env
settings and MySQL connection./resources
subdirectory.