This is a boilerplate project for Laravel using Livewire, and Volt for Admin Dashboard.
Follow these instructions to get the project up and running on your local machine.
- PHP >= 7.3
- Composer
- Node.js & NPM/Yarn
- Laravel CLI
-
Clone the repository:
git clone https://github.com/rzki/laravolt-livewire-boilerplate.git cd laravel-volt-livewire-boilerplate
-
Install the dependencies:
composer install npm install && npm run build
npm run build
are needed to build the assets -
Copy the
.env.example
file to.env
:cp .env.example .env
Don't forget to change the DB credentials to your likings.
-
Generate the application key:
php artisan key:generate
-
Run the migrations:
php artisan migrate
-
Serve the application:
php artisan serve
Your application should now be running at http://localhost:8000
.
Login credential
Email : [email protected]
Passsword : Superadmin2024!
This project is using Volt admin dashboard based on the Larastarter package by Laravel Daily.