• Skip to main content
  • Skip to primary sidebar

Code Inherit

Simple Programming Code Examples

Archives for January 2021

How to create laravel project – Procedure 1

13th January 2021 by Site Admin Leave a Comment

laravel new laravtutswag7
cd laravtutswag7
composer require laravel/ui
php artisan ui vue --auth
npm install && npm run dev
npm run dev
php artisan serve
http://127.0.0.1:8000

create database in your database - laravtutswag7
php artisan migrate
http://127.0.0.1:8000

create a user and login

Replace home.blade.php code with the following code block.

@extends('layouts.app')
@section('content')
    <example-component></example-component>
@endsection

Filed Under: Uncategorised

How to Install SSL Certificate on Ubuntu Server using Apache

11th January 2021 by Site Admin Leave a Comment

https://searchsecurity.techtarget.com/definition/wildcard-certificate

https://www.digicert.com/kb/csr-ssl-installation/ubuntu-server-with-apache2-openssl.htm#create_csr_openssl

https://www.digitalocean.com/community/tutorials/how-to-create-a-ssl-certificate-on-apache-for-ubuntu-14-04

How to Install SSL Certificate on Ubuntu Server using Apache

https://www.rapidsslonline.com/blog/install-ssl-certificate-on-apache2-ubuntu-server/

Filed Under: Uncategorised

  • « Go to Previous Page
  • Page 1
  • Page 2

Primary Sidebar

Recent Posts

  • Bijoy Converter
  • How to amend previous commit with current changes in git and github?
  • How to install PHP 8.1 alongside PHP 7.4 using HomeBrew in MacOs?
  • Create a shell script to switch 7.4 to 8.1 and vice versa
  • How to reflect PHP8.1 to Apache in MacOS?

Recent Comments

    Archives

    • October 2025
    • September 2024
    • January 2024
    • July 2023
    • October 2021
    • September 2021
    • February 2021
    • January 2021
    • October 2020
    • September 2020
    • August 2020
    • May 2020
    • March 2020
    • February 2020
    • January 2020
    • November 2019
    • May 2019

    Categories

    • Couchbase
    • Cron Job
    • dhis2
    • Linux, MySQL
    • MySQL
    • Oracle
    • Oracle Client
    • PHP
    • SSL
    • Subdomain
    • Uncategorised
    • Wordpress
    • WP
    • Zip

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org

    Copyright © 2025 · Genesis Sample on Genesis Framework · WordPress · Log in