Online JavaScript Beautifier

https://beautifier.io/

This little beautifier will reformat and re-indent bookmarklets, ugly JavaScript, unpack scripts packed by Dean Edward’s popular packer, as well as partly deobfuscate scripts processed by the npm package javascript-obfuscator.

DBeaver info

Windows: record delete: Alt +Del Than Save

CodeIgniter Routes example

$route[‘default_controller’] = ‘welcome’;
$route[‘contacts’] = ‘contacts’;
$route[‘create’] = ‘contacts/create’;
$route[‘edit/:id’] = ‘contacts/edit’;
$route[‘update/:id’] = ‘contacts/update’;
$route[‘delete/:id’] = ‘contacts/delete’;
$route[‘404_override’] = ”;
$route[‘translate_uri_dashes’] = FALSE;

CodeIgniter Routes: Learn with Example https://www.guru99.com/codeigniter-url-routing.html

Formatting Laravel Blade code – Visual Studio Code editor

Please make sure you are using the latest version and “Laravel Blade Snippets” Extension installed.

In “User settings” > “Extensions” > “Blade Configaration” check the option Enable format blade file.

Restart

https://stackoverflow.com/questions/46268211/how-to-format-laravel-blade-codes-in-visual-studio-code

Laravel Blade Snippets https://marketplace.visualstudio.com/items?itemName=onecentlin.laravel-blade

Codeigniter and ReactJs info

How to integrate Reactjs frontend with php codeigniter application on apache server?

https://stackoverflow.com/questions/51041699/how-to-integrate-reactjs-frontend-with-php-codeigniter-application-on-apache-ser

React integration
https://gist.github.com/gaearon/6668a1f6986742109c00a581ce704605

Github Codeigniter with React
https://github.com/kala725/CodeIgniter-with-React

Codeigniter REST + ReactJS CRUD Example
https://www.roytuts.com/codeigniter-rest-reactjs-crud/