Catatan

Menunjukkan catatan yang berlabel php

PHP OCI SQL Command

Imej
  To show list table in the database > SELECT table_name from all_tables where owner = 'WEBUSER'; To describe structure in table >  describe webuser.books; ff

PHP Oracle using XAMPP

Imej
  Refer this video :  https://www.youtube.com/watch?v=_CNM6ie-PwQ Oracle Instant Client Downloads for Microsoft Windows https://www.oracle.com/database/technologies/instant-client/winx64-64-downloads.html PHP Pecl extension https://pecl.php.net/package/oci8/3.2.1/windows Command to create new user webuser

PHP Artisan command

Imej
Reset env > php artisan view:clear > php artisan route:clear >php artisan route:cache > php artisan optimize > php artisan migrate:fresh --seed Create view  > php artisan make:view about Create Model > php artisan make:Model Report -mc Create controller  > php artisan make:controller UserController > php artisan make:controller ReportResourceController --resource Create request > php artisan make:request StoreReportRequest Create Seeder (dummy data) > php artisan make:seeder ReportSeeder > php artisan db:seed Migrate database > php artisan make:migration create_reports_table > php artisan migrate How to cache > php artisan clear > php artisan config:cache > php artisan route:cache > php artisan view:cache Untuk deployment Autoloader optimization > composer install --optimize-autoloader --no-dev

LARAVEL 9

  How to Install Bootstrap in Laravel 9? https://medium.com/@laraveltuts/how-to-install-bootstrap-in-laravel-9-ef36be699bb6 How to Install Bootstrap 5 in Laravel 9 With Vite https://techvblogs.com/blog/how-to-install-bootstrap-5-in-laravel-9-with-vite Laravel Database Migration https://laravel.com/docs/9.x/authentication#starter-kits Laravel Authentication https://laravel.com/docs/9.x/authentication#starter-kits

PHP XML

 https://www.w3schools.com/php/func_simplexml_asxml.asp https://www.php.net/manual/en/simplexmlelement.asxml.php