Hello Every One ! This is A Basic Laravel E-Commerce Web Project with Functional Admin Panel In This Project We Are Using Laravel 8 In This Project We Are Shown Just Manually Add Product From Admin Panel and Show in the main page
Now Check All Steps
-
Firstly Install & Setup Properly Laravel Framework Environment
-
Then Follow Few Steps i. run in command line "composer update" ii. run in command line "composer du" iii. run in command line "php artisan optimize:clear"
-
In main project file I'm provided also a "php my admin my sql database file" You Have to export in a new table means first create new table, then export there. after export successfully took the table name and insrt in ".env" file, here's the column "DB_DATABASE=your-table-name"
-
again run in command line "composer du" then "php artisan optimize:clear"
-
After Completting all of these then finally run in command line "php artisan serve" then run through then local host URL like: http://127.0.0.1:8000/
-
Here's Important Admin Information Admin Dashboard URL http://127.0.0.1:8000/admin/login email: admin@gmail.com password: 12345678
Now here's the Basic E-Commerce Web Project With Functional Admin Panel
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Laravel is accessible, powerful, and provides tools required for large, robust applications.
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.
The Laravel framework is open-sourced software licensed under the MIT license.