Giter Site home page Giter Site logo

Comments (4)

ozdemirburak avatar ozdemirburak commented on August 19, 2024

Sorry my bad, I referenced the wrong DataTableController in README.md, updated it now.

Instead of

use App\Http\Controllers\Api\DataTableController

Reference the below,

use App\Base\Controllers\DataTableController

For the rest, are you sure you ran, npm install and npm run dev?

from laravel-9-simple-cms.

cagcak avatar cagcak commented on August 19, 2024

Hey @ozdemirburak . See the change, tried and it works. But still couldn't figure out the analitics issue. And yes I mixed the files with npm install && npm run production && npm run dev (seperately). But I am getting this error:

"{"error":{"errors":[{"domain":"global","reason":"required","message":"Login Required","locationType":"header","location":"Authorization"}],"code":401,"message":"Login Required"}}"

Here is my .env content:

ANALYTICS_CONFIGURED=true
ANALYTICS_VIEW_ID=<_cencored>
ANALYTICS_CREDENTIAL_PATH="storage/analytics/client_id.json"
ANALYTICS_COUNTRY="Turkey"
ANALYTICS_COUNTRY_CODE="TR"

GOOGLE_MAPS_API_KEY="<_cencored>"

I think it is about my google analitics account issue, when I solve it, I will close the issue by letting you know the solution.

Cheers

from laravel-9-simple-cms.

cagcak avatar cagcak commented on August 19, 2024

Sorry, forgot the tell about the routing problem also.

When I open a page newly created, I also created the another language version. So at the bottom-right of the page, if I click the other language it must redirect me to the corresponding page right? But it doesn't. It is not an issue for the project's logical structure. Admin must modify the router for this manually.

So, it may be explained in README also by the topic; how to redirect your resource to another language?

from laravel-9-simple-cms.

cagcak avatar cagcak commented on August 19, 2024

ok. I've solved the google analitics issue by following the instructions by "laravel-analytics" referenced on #32

from laravel-9-simple-cms.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.