Run this command
mysqladmin -uroot -p create harubiru
cp .env.example .env
composer install
composer dump-autoload
php artisan key:generate
php artisan migrate:fresh --seed
php artisan storage:link
Please check your .env configuration
APP_NAME=HaruBiru
...
APP_URL=http://harubiru.test
...
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=harubiru
DB_USERNAME=root
DB_PASSWORD=
Add harubiru.test in your /etc/hosts configuration
...
127.0.0.1 localhost harubiru.test
...
You can access the landing page by visit http://harubiru.test
You can access the manager page by visit http://harubiru.test/webmanager
- Pull desajati to master and adjustment
- Add some textbox form in Site Settings (BackEnd)
- Google Analytic Implementation
- Create Dashboard items
- Forgot password feature