laravelGoCab Laravel APIs (GUI)

circle-exclamation

Getting Started With GoCab Laravel

1. Open GoCab_laravel directory that you downloaded from CodeCanyon.

2. Environment Settings:

Add the required database credentials in .env .

Add values to the below keys in the .env file

If you're running your Laravel project on your own computer (localhost), make sure to use localhost with current running port and put in APP_URL. as a given example below

If you want to install on live server, you need to add your live server api url like a APP_URL=http://api.your-domain.com.

circle-exclamation

2. Install Required Dependencies:

- In the GoCab_laravel folder, run following command in the terminal to install the required dependencies.

3. Building Assets and SCSS:

circle-exclamation

To set up and compile your assets and SCSS files, follow these steps:

First, you need to install the necessary Node modules.

Compile assets and scss by running below command.

Use the command below to start the development server with hot reload, allowing you to see changes instantly without refreshing the browser.

4. Run GoCab Laravel:

Once you've finished all the previous steps, you can run the Gocab Laravel by adding following command.

When you start your Gocab Laravel project, it typically runs on the default port, you can access it by opening 127.0.0.1:8000 arrow-up-rightin your web browser.

5. Run Gocab Installation Wizard:

Once you open 127.0.0.1:8000 arrow-up-rightin your web browser, the Gocab installation wizard will appear.

Step 1: Before you proceed to the next step, make sure that the specified PHP extensions are installed on your system.

Step 2: Once all the required PHP extensions are installed, proceed to the next step to check permissions for specific folders to ensure they are allowed.

If permissions are not allowed for the mentioned folders, please allowed folder permissions and proceed to the license verification step.

Step 3: Before using the Gocab API, it's important to verify your Envato purchase license code.

Enter in your Envato username and the Gocab purchase code and click next button.

If you don't know where to find your purchase code, click here: Where Is My Purchase Code?arrow-up-right

circle-exclamation

Step 4: Once the license has been verified, proceed to the database configuration step.

Enter the essential MySQL database credentials to connect the Laravel API to the MySQL database such as a database host, username, password, and database name.

To import sample data, select "Import Dummy Data". After selecting this option, the administration details will be hidden. Click the "Next" button to the sample data will be imported.

If you prefer not to import sample data, you can deselect "Import Dummy Data" After that, enter the administration details. Once done, click the "Next" button to proceed.

circle-exclamation

Step 5: Once all steps are finished, Congratulations! Gocab has been successfully installed and configured on your system! 🎉, you can proceed by using the default credentials.

For Postman API Documentation Click Herearrow-up-right.

Here are some common solutions if your project isn't running successfully:

  • Ensure you're using the latest version of PHP, Composer and Node.js.

  • Try deleting the "node_modules" folder and "package-lock.json" file, then run npm install again.

  • If the problem persists, consider re-downloading the theme from Codecanyon and retrying.

  • If none of these steps work, you can create a support ticket for assistance.

Default Credentials

Admin Credential:

Url: https://your-domain.com/admin/loginarrow-up-right

Email: admin@example.com

Password: 123456789

Driver Credential:

Url: https://your-domain.com/admin/loginarrow-up-right

Email: driver@example.com

Password: driver@123

User Landing Page: https://127.0.0.1:8000arrow-up-right

Last updated