Marketplace template build with Bulma CSS, Livewire, Laravel 8
Client: Bulma CSS
- Clone the project
git clone https://github.com/mocfaisal/LarBulmark.git
- Install dependencies
composer install
npm install
- Compile Resources
npm run dev
-
Configure .Env file
Copy
.env.example
file to.env
Then configure at
.env
file -
Then execute this
php artisan key:generate
- Update Laravel Configuration
php artisan optimize
- Run the app
php artisan serve
Technologies used in the project:
- Bulma CSS
- Laravel 8
- Livewire