Skip to content

reimiii/summer-sunset

Repository files navigation

About

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

Usage

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-reqs

When using the laravelsail/phpXX-composer image, 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=password

make sure you done this step

run artisan command

  • sail up -d
  • sail artisan key:generate
  • sail artisan migrate
  • sail artisan db:seed
  • sail yarn build
  • visit http://localhost

manage page mush be login, login using data artisan db:seed

preview

Markdown but not secure from XSS Attack, and not support code block

  • home or profile

Profile page

  • manage profile

Manage Profile

  • project page

Project page

  • manage project

Manage project