you are reading the documentation for version
v1
our latest version is
v3
make sure to select the correct version.
to check your version use:
to check your version use:
composer show lara-zeus/bolt
On this page
Composer
You can install the package via composer:
1composer require lara-zeus/bolt
Migrations
to publish the migrations files
1php artisan vendor:publish --tag=zeus-bolt-migrations
optionally, if you want to seed the database, publish the seeder and factories with:
1php artisan vendor:publish --tag=zeus-bolt-seeder2php artisan vendor:publish --tag=zeus-bolt-factories
Assets
to publish the assets files for the frontend:
1php artisan vendor:publish --tag=zeus-assets
Run Migration
finally, run the migration:
1php artisan migrate
Usage
visit the url /admin
, and /bolt
to access the forms.