Waitrud Weber’s blog

things and reminders for memories

Laravel

Code Analyzer : JPEG loader from xv : whole of it from GPL.

I just show people one of lootines that gives us nspiration and we must care about copyleft of GPL for customizing and delivering. XV has GPL inside its codes. The loader opens file and use jpeg library like bold lines below: === Copyright…

012 Not any other sockets in Laravel

https://laravel.com/docs/5.7/broadcasting#introduction Do not wonder that Laravel socket means on the following: 1. Only over a Web socket. 2. Only between your server-side code and your client-side JavaScript application. siurely on the f…

011 Combination of PHP Perser

My program became statble to get file names.They suits PHP Perser. I'm pleasure if you download the below.https://github.com/WaitrudWeber/source_zip/blob/master/php_20190106.zip Please reffer to the below for compilation.https://waitrudweb…

010 Redesign directory search.

Allocation of char_string is very important.I could easily controll keep filename when I used copyof. // list_directory.cpp//////////char* FileControler::copyof ( char* str ) { int ac = array_count(str); char* mem = (char*)malloc( sizeof(c…

009 To analyze Laravel I created php-analizer

I created directory search on windows which is very important file convertion(reffer to last article: https://waitrudweber.hatenablog.com/entry/2019/01/01/010509 ). I'm pleasure if you download the below. https://github.com/WaitrudWeber/so…

008 To analyze Laravel I created php-analizer

Now thre is the code which is "ClassLoader.php" and one of Laravel libraries. I created php-analizer. >. .\php_analyzer.exe .\ClassLoader.php You could find \ClassLoader.php_tmp.php in the same folder. I'm pleasure if you download the belo…

002 Laravel does not support any sockets

Laravel does not include any sockets.https://laravel.com/docs/5.7/broadcasting#driver-prerequisites Thanks a lot toenable sockethttps://stackoverflow.com/questions/1361925/how-to-enable-socket-in-php And, I used xamp for instlation of lara…

001 Laravel explanation

wwwStart common commands for creation of web site by use of lalavel. > composer new blog> cd blog> php artisan serve http://127.0.0.1:8000/ After Instlation of laravel I found the below. ./public/index.php /*|------------------------------…