Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gmanikandan-dev/laravel8_multiple_features
In this laravel 8 multiple feature project, we are added multiple feature with tested.
https://github.com/gmanikandan-dev/laravel8_multiple_features
laravel laravel-8 php php7
Last synced: 20 days ago
JSON representation
In this laravel 8 multiple feature project, we are added multiple feature with tested.
- Host: GitHub
- URL: https://github.com/gmanikandan-dev/laravel8_multiple_features
- Owner: gmanikandan-dev
- Created: 2022-03-06T17:19:48.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T16:28:35.000Z (5 months ago)
- Last Synced: 2024-08-01T18:44:02.793Z (5 months ago)
- Topics: laravel, laravel-8, php, php7
- Language: PHP
- Homepage:
- Size: 1.69 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Laravel Multi-Features
#### **Laravel_8_multiple_feature** has the following listed features :)- User import/export xlsx
- Employee export as pdf
- Multiple image upload gallery
- Dynamically generate qr-code
- To send Mail & Notification
- Spatie multimedia files upload
- Add to cart## _Setup development_
> _Step 1. Run this in your terminal :
````
git clone https://github.com/gmanikandan-dev/laravel8_multiple_features.git
````> _Step 2.
````
cp .env.example .env
````> _Step 3. create & set up your database on .env file
> _Step 4. Run this your terminal:````
composer install
````> _Step 5.
````
php artisan vendor:publish --provider="Spatie\MediaLibrary\MediaLibraryServiceProvider" --tag="migrations"````
> _Step 6.
````
php artisan migrate:fresh --seed
````> _Step 7.
````
php artisan serve
````
> _Step 8. Open the development server http://127.0.0.1:8000
> _Step 9. Register & use!