BRACKETS-by-TRIAD / craftable-pro-docs

Craftable PRO is an admin panel for your Laravel project build with InertiaJS, Vue and TailwindCSS.
https://docs.craftable.pro
MIT License
7 stars 1 forks source link

Add more details to the Installation page #89

Open hfoletto opened 4 months ago

hfoletto commented 4 months ago

This PR adds more details to the installation page. The main 2 points are:

  1. Instructions on how to create the auth.js file and how it should look like
  2. Specifying the package version when running the composer require command.

When I tried to just run composer require brackets/craftable-pro it failed, saying it could not be downloaded. At first glance I thought it was a problem with my authentication strategy, however, after inspecting, I see that it tried to install a different version, dev-feat/ziggy2: image

Specifying a version compatible with 2.0 resolves this problem.

palypster commented 4 months ago

Thank you for your suggestion <3 we'll have a look internally and get back to you. If it's okay, we'll merge it soon. It's weird that composer doesn't install v2 by default - need to investigate this as well. Best.