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 […]
July 24, 2021 in Tips and Tricks, Ubuntu
Find the zombie What you get is Zombies and anything else with a Z in it, so you will also get the grep: Find the zombie’s parent: Will give you: kill process ubuntu sudo kill -9 process_id Kill all processes you can kill. working your way up to -9
July 24, 2021 in Tips and Tricks
Connection tracking (“conntrack”) is a core feature of the Linux kernel’s networking stack. It allows the kernel to keep track of all logical network connections or flows, and thereby identify all of the packets which make up each flow so they can be handled consistently together.
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