Search…
Welcome to The Barber
Admin Panel Setup
Server Requirements
Admin Panel Installation
Configuration and Settings
Mobile App Setup
Getting Started
List Of Screens
Connect Application to Server or Admin
App Configuration
How to Generate a Build
How to publish APK to Google play store
How to Generate Signed APK
Upload APK/App bundle to Google play store
Thank you
Configure Website
Website Addon Module
Configure OneSignal
Onesignal
Powered By
GitBook
Website Addon Module
To combine website, go through following steps
Step 1:
copy website folder from
controller/website
paste in
app/Http/Controllers/
your folder structure of
app/Http/Controllers/
will look like this
Step 2:
copy images folder from
public/images
paste in
public/
your folder structure of
public/
will look like this
Step 3:
copy website folder from
public/website
paste in
public/includes/
your folder structure of
public/includes/
will look like this
Step
4
:
copy website folder from
views/website
paste in
resources/views/
your folder structure of
resources/views/
will look like this
Step 5:
Open file
routes/web.php
copy website section
and paste in
routes/web.php
file after
Auth::routes();
remove following lines in your
route/web.php
web.php
Route::get
(
'/'
,
function
()
{
return
redirect
(
'owner/login'
);
});
Route::get
(
'/login'
,
function
()
{
return
redirect
(
'owner/login'
);
})
-
>
name
(
'login'
);
Now run your website by just entering your domain.
Previous
Thank you
Next - Configure OneSignal
Onesignal
Last modified
1yr ago
Copy link
Outline
Step 1:
Step 2:
Step 3:
Step 4:
Step 5: