https://github.com/mocfaisal/larbootmark
Marketplace template build with Bootstrap 5, Livewire, Laravel 8
https://github.com/mocfaisal/larbootmark
Last synced: 4 months ago
JSON representation
Marketplace template build with Bootstrap 5, Livewire, Laravel 8
- Host: GitHub
- URL: https://github.com/mocfaisal/larbootmark
- Owner: mocfaisal
- Created: 2023-09-19T02:27:21.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-19T02:27:56.000Z (over 1 year ago)
- Last Synced: 2024-12-31T06:12:36.596Z (5 months ago)
- Language: JavaScript
- Size: 690 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LarBulmark
Marketplace template build with Bootstrap 5, Livewire, Laravel 8
## Tech Stack
**Client:** [Bootstrap 5](https://getbootstrap.com/)
**Server:** [Laravel 8](https://laravel.com/), [Livewire](https://laravel-livewire.com/)
## 🛠️ Installation Steps
1. Clone the project
```sh
git clone https://github.com/mocfaisal/LarBootMark.git
```2. Install dependencies
```sh
composer install
``````sh
npm install
```3. Compile Resources
```sh
npm run dev
```6. Configure .Env file
Copy `.env.example` file to `.env`
Then configure at `.env` file
7. Then execute this
```sh
php artisan key:generate
```8. Update Laravel Configuration
```sh
php artisan optimize
```9. Run the app
```sh
php artisan serve
```## 💻 Built with
Technologies used in the project:
* Bootstrap 5
* Laravel 8
* Livewire## Server Requirements
* [PHP >= v7.3](https://www.php.net/)
## Authors
* [@mocfaisal](https://github.com/mocfaisal)