Company and Employee manager. To use fileuploads, you have to configure your local public directory: https://laravel.com/docs/5.8/filesystem#configuration
Basic laravel scaffolded (make:auth)
| const a = JSON.parse('["szulo", "gyerek"]'); | |
| console.log(a); | |
| console.log(Array.isArray(a)) | |
| b = JSON.parse('{"szulo": 5, "gyerek": 12}'); | |
| console.log(a); | |
| console.log(Array.isArray(b)) | |
| c = JSON.parse('{"0": 15, "1": 42}'); | |
| console.log(c); |
| <?php | |
| namespace App\Jobs; | |
| use Illuminate\Queue\Jobs\JobName; | |
| use Illuminate\Support\Facades\Storage; | |
| class S3ExtractJob extends Job | |
| { | |
| public function __construct( |
Company and Employee manager. To use fileuploads, you have to configure your local public directory: https://laravel.com/docs/5.8/filesystem#configuration
Basic laravel scaffolded (make:auth)
I hereby claim:
To claim this, I am signing this object:
| Filesystem Size Used Avail Use% Mounted on | |
| udev 2.0G 0 2.0G 0% /dev | |
| tmpfs 396M 11M 385M 3% /run | |
| /dev/mapper/smserver--vg-root 35G 33G 53M 100% / | |
| tmpfs 2.0G 7.5M 2.0G 1% /dev/shm | |
| tmpfs 5.0M 0 5.0M 0% /run/lock | |
| tmpfs 2.0G 0 2.0G 0% /sys/fs/cgroup | |
| /dev/sda1 472M 439M 8.6M 99% /boot | |
| flynn-default/84d48a56-811c-4b09-b7f6-0e9e221149b6 21G 1.4M 21G 1% /var/lib/flynn/volumes/zfs/mnt/84d48a56-811c-4b09-b7f6-0e9e221149b6 | |
| flynn-default/d4225a26-284b-4f3b-960c-e0ee034ce59b 21G 183M 21G 1% /var/lib/flynn/volumes/zfs/mnt/d4225a26-284b-4f3b-960c-e0ee034ce59b |