git clone https://github.com/AbdoelMadjid/velzon-laravel-10.git
cd velzon-laravel-10
composer install
cp .env.example .env
php artisan key:generate
DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=??
DB_USERNAME=root DB_PASSWORD=
php artisan migrate
php artisan db:seed
- 13.08.2024 -> Add Language Indonesian
- 14.08.2024 -> Add Homepage
- 14.08.2024 -> Add Date Time (with Hijriah)
- 15.08.2024 -> Add features include, add confirmation logout with smartart
The Laravel framework is open-sourced software licensed under the MIT license.