Skip to content

eniehack/nikkiame-next

Repository files navigation

install

requirements

  • php >= 8.1

for developer

Debian / Ubuntu

  1. install php and dependencies
sudo apt install php php-common php-curl php-sqlite3 php-mbstring php-xml composer
  1. git clone && cd

  2. install php library

composer i
  1. generate security key
php artisan key:generate --env=dev
  1. re-cache config
DB_DATABASE="$(pwd)/database/test.sqlite" php artisan config:cache --env=dev
  1. run migration
DB_DATABASE="$(pwd)/database/test.sqlite" php artisan migrate --env=dev
  1. run app
DB_DATABASE="$(pwd)/database/test.sqlite" php artisan serve --env=dev

About

a blog server written by php and laravel taken care of private.

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •