Steps: 1.Create a new Laravel Project. laravel new newproject 2. Go to the project folder and add laravel default authentication in your project cd newproject 3. Go to the project folder and run the following command to install laravel/ui package. composer require laravel/ui 4.Create a new database and make the database connection. 5. Run the migrate […]
Read MoreAny WordPress theme can be developed by two ways. You can develop the theme based on any HTML template or the theme can be developed from the scratch. In this tutorial, a wordpress theme is developed from the scratch. Steps: ***************Adding header, footer and main content ***************** 1.Create a folder named ‘firstTheme’ in theme folder […]
Read More