/sympoza

Final project aplikasi teknologi jaringan subject - Kelompok 3

Primary LanguagePHP

Sympozia Project

Laravel MySQL Postgresql Webpack SASS Javascript

Time Spent

Assignments

  • Add paper feature
  • View paper feature
  • Edit paper feature

Usage :

  • Install php dependencies (composer)
composer install
  • Create SQL Database named laravel
  • Migrate & seed initial database
php artisan migrate:fresh --seed
  • Rename .env.example to .env
  • Create application key
php artisan key:generate
  • Serve!
php artisan serve
  • In case of the storage file is not readable, please run this command to link the storage to public
php artisan storage:link