- This application is being built using Laravel, Livewire, JavaScript, Bootstrap technologies.
- Demo: At present, this application has no demo web site, Install locally.
- Clone the repo and
cd
into it composer install
- Rename or copy
.env.example
file to.env
php artisan key:generate
- Set your database credentials in your
.env
file - Set your
APP_URL
in your.env
file. This is needed for Voyager to correctly resolve asset URLs. npm install
oryarn
npm run dev
oryarn dev
php artisan serve
or useLaravel Valet
orLaravel Homestead
- Visit
localhost:8000
orlocalhost url
in your browser - Visit
/admin
if you want to access the Voyager admin backend. Admin User/Password:admin@admin.com/12345678
.