Transformed free WordPress theme Directory Starter into fully manageable Laravel 6 project with adminpanel generated with QuickAdminPanel, to manage all the shops.
- Adminpanel with administrator user managing shops and categories
- Registration for shop owners who can manage their own shops - with multi-tenancy included
- Adminpanel uses Google Places API with autocomplete to automatically get coordinates from address
- Adminpanel uses Spatie Opening Hours package to manage working hours
- Front-end uses Google Maps API to view the map of shops
- Clone the repository with git clone
- Copy .env.example file to .env and edit database credentials there
- Run composer install
- Run php artisan key:generate
- Run php artisan migrate --seed (it has some seeded data for your testing)
- In your .env file add your Google Maps API key:
GOOGLE_MAPS_API_KEY=AIzaSyBi2dVBkdQSUcV8_xxxxxxxxxxxx
- That's it: launch the main URL.
- You can login to adminpanel by going go
/login
URL and login with credentials admin@admin.com - password - Click Register on top right to add new shop owner and their shops
Basically, feel free to use and re-use any way you want.
- Check out our adminpanel generator QuickAdminPanel
- Read our Blog with Laravel Tutorials
- FREE E-book: 50 Laravel Quick Tips (and counting)
- Subscribe to our YouTube channel Laravel Business
- Enroll in our Laravel Online Courses