Software
Installation Direction
Install Git Bash Download
Install Composer Download
Before Install New Web Base Please Install Node JS
Software First Download Link All Version Download Link
Step-1
Run Git Bash
composer create-project laravel/laravel laravel8
Step-2
Run Git Bash
cd laravel8 / Your Project Name
Step-2.1
composer require
yajra/laravel-datatables-oracle:"~9.0"
Step-3
Open Config Folder then open app.php then copy below text Under
* Package service providers...
Yajra\DataTables\DataTablesServiceProvider::class,
Step-4
Run Git Bash
php artisan vendor:publish --tag=datatables
Step-5
Run Git Bash
composer.phar require intervention/image
Step-6
Open Config Folder then open app.php then copy below text Under
* Package service providers...
Intervention\Image\ImageServiceProvider::class,
Step-6.1
(End of the page)
'Image' => Intervention\Image\Facades\Image::class,
Step-7
Run Git Bash
php artisan vendor:publish
--provider="Intervention\Image\ImageServiceProviderLaravelRecent"
Step-8
Run Git Bash
composer require bumbummen99/shoppingcart
Then Run Git Bash again
php artisan vendor:publish
--provider="Gloudemans\Shoppingcart\ShoppingcartServiceProvider"
--tag="config"
Step-9
Run Git Bash
composer require laravel/ui
Step-10
Run Git Bash
php artisan ui bootstrap
Step-11
Run Git Bash
php artisan ui bootstrap –auth
Step-12
Run Git Bash
npm install && npm run dev
Note: If showing (bash:
npm: command not found) Then install from below link
Download link
https://nodejs.org/dist/v18.18.0/node-v18.18.0-x64.msi
Step-13
npm run watch
Step-14
php artisan serve

















