Hello everyone,
In this article i will introduce you to most wanted (needed) packages in laravel after a fresh install.
Note: none of these packages are required to be installed in your app but they could be big help to you to writing new application (make it more easy for you).
Let's begin:
First package is Intervention Image
This package will help you with managing images in your app such as Upload,Resize,Delete etc.
To install this package follow steps below:
1- add to your CMD
2- Add to Config/App.php Providers
3- Add to Config/App.php Aliases
Seond package is laravelcollective
This package helps you with forms and html codes
To install this package follow steps below:
1- add to your CMD
2- Add to Config/App.php Providers
3- Add to Config/App.php Aliases
Third package is Google Captcha
This package helps you stay away from spammers and bots.
To install this package follow steps below:
1- add to your CMD
2- Add to Config/App.php Providers
Fourth package is Carbon
This package will help you with timestamps.
To install this package follow steps below:
1- add to your CMD
Be the first to leave a comment.