Skip to content
/ evote Public

Aplikasi Voting Karya-Karya Mahasiswa Amikom Surakarta dalam ajang FESMA 2022.

Notifications You must be signed in to change notification settings

hairuljr/evote

Repository files navigation

Laravel 8 + Ladmin + New Age Bootstrap

What inside?

Include simple Data Table & Image Preview Multiple Upload.

What next?

After clone or download this repository, next step is install all dependency required by laravel and laravel-mix.

# install composer-dependency
$ composer install
# install npm package
$ npm install
# build dev
$ npm run dev

Before we start web server make sure we already generate app key, configure .env file and do migration.

# create copy of .env
$ cp .env.example .env
# create laravel key
$ php artisan key:generate
# laravel migrate
$ php artisan migrate
# laravel link up storage files
$ php artisan storage:link

How does it look?

About

Aplikasi Voting Karya-Karya Mahasiswa Amikom Surakarta dalam ajang FESMA 2022.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages