Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup Laravel #1

Open
Heineken0617 opened this issue Jan 20, 2021 · 7 comments
Open

Setup Laravel #1

Heineken0617 opened this issue Jan 20, 2021 · 7 comments
Labels

Comments

@Heineken0617
Copy link

How to setup this in laravel?

@neel101010
Copy link

Install composer -> Open command prompt- > Go to folder where you want to create your Laravel project
->Use this command: composer create-project laravel/laravel project_name
If you are using xamp create your project in xamp/htdocs.

@Heineken0617
Copy link
Author

That is for creating new project in laravel.
How about setting this up in your laravel project specially the code 128 for barcode, do I need to include any providers?

@neel101010
Copy link

neel101010 commented Feb 3, 2021

What is "this"?

@Heineken0617
Copy link
Author

erkens/FPDF itself

@neel101010
Copy link

Add to the config/app.php file in the providers array.
Add aliases.

@Heineken0617
Copy link
Author

What specifically the line that I need to add in providers, and aliases.

@erkens
Copy link
Owner

erkens commented Apr 12, 2022

I don't use laravel myself, but do you still have problems?
I just release a new minor version because I had the FPDF library itself also inside this repo, which was a problem for some people (and it was unused)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants