The SUMMER SUNSET project is an idea that came to me, and I believe it has potential. I usually rely on tutorials for my projects, but for this one, I decided to go off on my own and see what I could come up with. I'm pretty happy with the outcome, but I am open to feedback and suggestions. Overall, I think it's a good project and I hope you will too!
this project use open-source project like Laravel, Tabler, Tabler Icon
i'm using laravel sail for developing this project, this guide for laravel sail user, install and detail
- clone project
- navigate to project dir
Installing Composer Dependencies
docker run --rm \
-u "$(id -u):$(id -g)" \
-v "$(pwd):/var/www/html" \
-w /var/www/html \
laravelsail/php81-composer:latest \
composer install --ignore-platform-reqsWhen using the
laravelsail/phpXX-composerimage, you should use the same version of PHP that you plan to use for your application (74, 80, 81, or 82), this project using (81).
copy .env.example to .env
# Copy .env.example to .env
cp .env.example .env
# In .env change value DB_HOST, DB_USERNAME, DB_PASSWORD to
DB_HOST=mysql
DB_USERNAME=sail
DB_PASSWORD=passwordmake sure you done this step
run artisan command
sail up -dsail artisan key:generatesail artisan migratesail artisan db:seedsail yarn build- visit
http://localhost
manage page mush be login, login using data
artisan db:seed
- email =
[email protected] - password =
password
Markdown but not secure from XSS Attack, and not support code block
- home or profile
- manage profile
- project page
- manage project