This project is the result of a collaboration between ON Digital Solution and StarfitIDN, who have jointly developed a web application specifically designed for event management. This application offers various features that simplify the management of events, from planning to execution. All copyrights and licensing of this application are under the ownership of ON Digital Solution, ensuring the quality and security of the application in use.
git clone https://github.com/seno21/starfitidn.git
cd starfitidn
composer install
composer update
cp .env.example .env
Change database configuration using mysql, setting port, database name, user and password.
\nChange FILESYSTEM_DISK from local to public or disable using comment # FILESYSTEM_DISK.
php artisan migrate:refresh
Migrate seeder for default data in table database, in below example using UserSeeder
php artisan db:seed --class=UserSeeder
php artisan storage:link
php artisan key:generate
php artisan config:cache
php artisan serve