Details
ShivamChawla.net is built using laravel 5.5 and the admin panel voyager. The template files are present in resources/views folder. The css and js files are present in resources/assets folder. You will have to run "npm run watch" to update the compiled css and js files.
Installation
- Clone the repository
- Rename .env.example to .env and update it with your details
- Run composer update
- Run php artisan migrate
- Run php artisan db:seed
- Login at YourWebsite.com/admin with email: you@youremail.com and password: 123456