- Authentication (Laravel Fortify)
- Login
- Update profile information
- Roles and permissions (Spatie Permissions)
- CRUD User
- CRUD Article
- CRUD Article Category
- CRUD Gallery
- CRUD Tabloid
- Statistic (Spatie Laravel Analytics)
- Clone or download from Releases
git clone https://github.com/danikaharu/berita-bonebolango
- Install laravel dependency
composer install
- Create copy of
.env
cp .env.example .env
- Generate laravel key
php artisan key:generate
- Set database name and account in
.env
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=
- Run Laravel migrate and seeder
php artisan migrate --seed
- Create the symbolic link
php artisan storage:link
- Start development server
php artisan serve