PHP code example of ibrahimbougaoua / filament-pos
1. Go to this page and download the library: Download ibrahimbougaoua/filament-pos library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
ibrahimbougaoua / filament-pos example snippets
return [
];
$filamentPos = new IbrahimBougaoua\FilamentPos();
echo $filamentPos->echoPhrase('Hello, IbrahimBougaoua!');
bash
php artisan vendor:publish --tag="filament-pos-migrations"
php artisan migrate