An open API service indexing awesome lists of open source software.

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

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)