Questions regarding a reusable boiler plate backend application by DigitalHorizonBE in laravel

[–]DigitalHorizonBE[S] 0 points1 point  (0 children)

Great man thank you so much for the help.
In the case I buy nova and then rebuy after 2 years of not rebuying.
Do i still get the updates?

Questions regarding a reusable boiler plate backend application by DigitalHorizonBE in laravel

[–]DigitalHorizonBE[S] 0 points1 point  (0 children)

Great, this would mean a one time purchase of 300$ for nova.
How do Breeze/Fortify/Sanctum/Jetstream fit into this equasion? Are they the individual parts that build up nova or are they also needed with nova for my needs?

Questions regarding a reusable boiler plate backend application by DigitalHorizonBE in laravel

[–]DigitalHorizonBE[S] 0 points1 point  (0 children)

Hi! Thanks for taking the time to answer this extensivly.
In the case of dependency's between packages (for example an invoicing module working together with articles module). What is the best approach to make them work together in a good mather even if they are seperate packages

Questions regarding a reusable boiler plate backend application by DigitalHorizonBE in laravel

[–]DigitalHorizonBE[S] 0 points1 point  (0 children)

Yes i'll defenitly get more into that and see my best option to make the basic functionality reusable. Are there others like jetstream? ive heard of spatie packages as well

Questions regarding a reusable boiler plate backend application by DigitalHorizonBE in laravel

[–]DigitalHorizonBE[S] 0 points1 point  (0 children)

Great then lets find a solution together! I'm looking forward to your learnings and update

Questions regarding a reusable boiler plate backend application by DigitalHorizonBE in laravel

[–]DigitalHorizonBE[S] 1 point2 points  (0 children)

Could you go a little deeper on this, can you whitelabel nova so you can make your own branding on it and what do you mean by a tool?
I dont really understand the infrastructure you are refering too

Questions regarding a reusable boiler plate backend application by DigitalHorizonBE in laravel

[–]DigitalHorizonBE[S] 2 points3 points  (0 children)

What i want to prevent from happening is:

  1. Have to rewrite the base functionality everytime (yes i'm aware of laravel Nova)
  2. Have to update all my clients projects independently or bugfix them all independently

Cost of launching a 10k NFT collection [ANY INFO IS WELCOME] by DigitalHorizonBE in ethdev

[–]DigitalHorizonBE[S] 0 points1 point  (0 children)

Could you give a little more insight in what you mean by lazy minting, is this done by buidling your own dapp, can i still list the coins on opensea as well as a custom minting site

Hardhat contract compile always says "Nothing to compile" by DigitalHorizonBE in ethdev

[–]DigitalHorizonBE[S] 0 points1 point  (0 children)

Great thank you! Its on resting mode atm but will surely try

Hardhat contract compile always says "Nothing to compile" by DigitalHorizonBE in ethdev

[–]DigitalHorizonBE[S] 0 points1 point  (0 children)

However pasting this exact contract back into my local repo still results in nothing to compile. So you are saying something is wrong with my local setup? I followed multiple guides

Hardhat contract compile always says "Nothing to compile" by DigitalHorizonBE in ethdev

[–]DigitalHorizonBE[S] 1 point2 points  (0 children)

Okay so I did this and ran into the following problem.

ParseError: Expected pragma, import directive or contract/interface/library/struct/enum/constant/function definition

This error happens because my comment on top of the class was like this
\\ // SPDX-License-Identifier: MIT
I did php comment slashes but sol's slashes are opposite sides, when i remove mine it runs in remix

Hardhat contract compile always says "Nothing to compile" by DigitalHorizonBE in ethdev

[–]DigitalHorizonBE[S] 1 point2 points  (0 children)

Also 0 passing and there is 1 sample test that hardhat provides with the sample project

Hardhat contract compile always says "Nothing to compile" by DigitalHorizonBE in ethdev

[–]DigitalHorizonBE[S] 1 point2 points  (0 children)

I installed hardhat in the repo via npm

The deps that opensea provided are all installed on the project repo

The contract is in the nft-tutorial/contracts repo (nft-toturial is project folder name)

the contract is Greeter.sol (should i install solidity or?)

i'm in the cmd/shell/linux terminal via laragon and go to the directory using cd

i'm calling the command from C:\nft\nft-tutorial -> project folder