Marketplace template build with Bulma CSS, Buefy, Inertia, Vue.js, Laravel 10
Client: BulmaCSS, Buefy, Vue.js 2
Server: PHP v8.1, Laravel 10, Inertia.js
- 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
Change port you used to
APP_URL=http://localhost:{port}
- Then execute this
php artisan key:generate
- Update Laravel Configuration
php artisan optimize
- Update Ziggy Route Configuration
php artisan ziggy:generate
- Run the app
php artisan serve
Technologies used in the project:
- BulmaCSS
- Buefy
- Vue.js 2
- Laravel 10
- Inertia.js