September 9, 2021 in Tips and Tricks
Certain Composer commands, including exec, install, and update allow third party code to execute on your system. This is from its “plugins” and “scripts” features. Plugins and scripts have full access to the user account which runs Composer. For this reason, it is strongly advised to avoid running Composer as super-user/root. You can disable plugins and scripts during package installation […]
September 1, 2021 in Php, Tips and Tricks
Insert this code before closing body tag Create two file init.js and firebase-messaging-sw.js store it in root of website Content for init.js Content for firebase-messaging-sw.js Login in https://console.firebase.google.com/u/0/project and send notification from firebase panel
August 11, 2021 in Laravel, MySql, Php, Tips and Tricks
config/database.php
August 9, 2021 in Laravel, Technology, Tips and Tricks
Command Description $table->id(); Alias of $table->bigIncrements(‘id’). $table->foreignId(‘user_id’); Alias of $table->unsignedBigInteger(‘user_id’). $table->bigIncrements(‘id’); Auto-incrementing UNSIGNED BIGINT (primary key) equivalent column. $table->bigInteger(‘votes’); BIGINT equivalent column. $table->binary(‘data’); BLOB equivalent column. $table->boolean(‘confirmed’); BOOLEAN equivalent column. $table->char(‘name’, 100); CHAR equivalent column with a length. $table->date(‘created_at’); DATE equivalent column. $table->dateTime(‘created_at’, 0); DATETIME equivalent column with precision (total digits). $table->dateTimeTz(‘created_at’, 0); DATETIME (with timezone) equivalent […]
August 8, 2021 in Laravel, Php, Technology, Tips and Tricks
How to install Laravel using composer Create View in Laravel Create model, controller and view in Laravel Step 1: Create model and controller Step 2: Create View in Laravel Step 3: call controller using route and display view Note: changing the RouteServiceProvider.php file in App/Providers/ path by uncommenting the code. protected $namespace = ‘App\Http\Controllers’; Create […]
July 29, 2021 in Only Happened In India, Php, Tips and Tricks
1, Node.js from here: https://nodejs.org/en/download/ 2, Install git from here: https://git-scm.com/downloads Clone this sample project: It will download a sample project in your computer and “npm install” to install the required node modules in the project. main.js index.html Whatever you do in this HTML file it will be included in your application. Now how to convert a website […]
Explore powerful AI-driven tools for daily guidance, spirituality, fun quizzes, and self-discovery.
Reveal insights about your future, love, and career with AI tarot readings.
Read TarotView daily Panchang, auspicious timings, tithi, nakshatra, and festivals.
View PanchangDiscover your destiny number, life path, and numerology predictions.
Calculate Now