Simple Codeigniter error log viewer
Create page that displays Codeigniter log files on webpage : As @Tpojka suggested file_get_contents($file, FILE_USE_INCLUDE_PATH, null);
Create page that displays Codeigniter log files on webpage : As @Tpojka suggested file_get_contents($file, FILE_USE_INCLUDE_PATH, null);
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.
Windows: record delete: Alt +Del Than Save
$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
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
Solution:
Make sure your .babelrc file is in the root folder of your application, and add the following code:
{
“plugins”: [“@babel/plugin-proposal-class-properties”]
}
Run npm install –save-dev @babel/plugin-proposal-class-properties.
Dealing with CORS in Create React App
https://www.telerik.com/blogs/dealing-with-cors-in-create-react-app
Creating a cross-domain React component, with zoid https://medium.com/@bluepnume/creating-a-cross-domain-react-component-with-xcomponent-fbcccc4778fd
How to integrate Reactjs frontend with php codeigniter application on apache server?
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/
axios GET https://www.techiediaries.com/react-axios/
~~~~~~~~~~~~~~~
Laravel React JS Axios Post Request Example Tutorial
https://www.itsolutionstuff.com/post/laravel-react-js-axios-post-request-example-tutorialexample.html
How using React in a Laravel application – Tutorial
https://dev.to/lvtdeveloper/using-react-in-a-laravel-application-8fp