<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
pixinvent / vuexy-laravel-bootstrap-jetstream example snippets
namespace App\Providers;
use Illuminate\Support\ServiceProvider;
use Illuminate\Pagination\Paginator;
class AppServiceProvider extends ServiceProvider
{
/**
* Register any application services.
*/
public function register(): void
{
//
}
/**
* Bootstrap any application services.
*/
public function boot(): void
{
Paginator::useBootstrap();
}
}
bash
// without teams support
php artisan jetstream:install livewire
or
// with teams support
php artisan jetstream:install livewire --teams
bash
// without teams support
php artisan jetstream_vuexy:swap livewire
or
// with teams support
php artisan jetstream_vuexy:swap livewire --teams
npm install && npm run build
or
yarn && yarn build
php artisan migrate
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.