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 […]
April 25, 2020 in Laravel, Php, Tips and Tricks
There are two ways available to find the version of the Laravel application. You can either find it by running a command or you can check the Laravel version in files. Command to find Laravel Version Open the terminal on your system. Navigate to the webroot directory of the Laravel application. Now execute the following […]
November 21, 2019 in Laravel, Learning, News
Credit where is due. Last year I stumbled upon an article of Josip Crnković, in which he walked through some of the useful interfaces the framework has. In it, he discovers some that are used to send a Response to the browser. After giving them a shot, I have to say these alleviates a lot of DRY problems […]
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