Difference between revisions of "Bookmarks"
From Doku
Line 9: | Line 9: | ||
* [https://laravel.com/docs/9.x/mocking Mocking - Laravel 9 Documentation] | * [https://laravel.com/docs/9.x/mocking Mocking - Laravel 9 Documentation] | ||
* [https://reactphp.org/ ReactPHP (usado en MAPSentry scraper agents master)] | * [https://reactphp.org/ ReactPHP (usado en MAPSentry scraper agents master)] | ||
+ | |||
+ | == Ncurses == | ||
+ | * [http://php.adamharvey.name/manual/es/book.ncurses.php Ncurses in PHP] | ||
+ | * [https://github.com/wapmorgan/NcursesObjects Ncurses Objects - a PHP library for using Ncurses in an object oriented way] | ||
+ | * [https://docs.freebsd.org/doc/4.0-RELEASE/usr/share/doc/ncurses/ncurses-intro.html (C actually) Writing programs with ncurses] | ||
+ | * [https://pubs.opengroup.org/onlinepubs/007908799/xcurses/curses.h.html Curses - In the single UNIX specification, 1997] |
Revision as of 08:41, 17 September 2022
Laravel
- Understanding Laravel's Real-Time Facades
- Laravel Real-Time Facades
- Writing modular applications with Laravel Modules
- LaravelStorm - Optimize PhpStorm for your Laravel projects
- Crear pruebas automatizadas con PHPUnit
- Mocking – Documentación de Laravel 6
- Mocking - Laravel 9 Documentation
- ReactPHP (usado en MAPSentry scraper agents master)