<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
pixinvent / frest-html-laravel-jetstream example snippets
namespace App\Providers;
use Illuminate\Support\ServiceProvider;
use Illuminate\Pagination\Paginator;
class AppServiceProvider extends ServiceProvider{
/**
* Register any application services.
*
* @return void
*/
public function register(){
//
}
/**
* Bootstrap any application services.
* @return void
*/
public function boot(){
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_frest:swap livewire
or
// with teams support
php artisan jetstream_frest:swap livewire --teams
npm install && npm run dev
or
yarn && yarn dev
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.