AngularJS is a popular JavaScript based MVC framework for developing any dynamic website. It is an open-source client-side framework. So, anyone can easily download and use this framework to develop any Single Page Application (SPA). If you are new for this framework and want to learn AngularJS to develop any web application, then you have […]
Read MoreSteps: 1. Create a MySQL database 2. Open the .env file and set the database connection 3. Run the following command to set project namespace php artisan app:name todoparrot 4. Create a model named todolist using the following command php artisan make:model Todolist 5. Open the migration folder and delete all existing file 6. Run […]
Read MoreSteps: 1. Create a new Laravel Project 2. Install html package using Laravel composer require laravelcollective/html 3. Change app.php file Collective\Html\HtmlServiceProvider::class, ‘Form’ => Collective\Html\FormFacade::class, ‘Html’ => Collective\Html\HtmlFacade::class 4. Create a new view file welcome2.blade.php by Copying default welcome.blade.php file. 5. Replace the code of body with the following code, <div class=”flex-center position-ref full-height”> <div class=”content”> […]
Read MoreSteps: 1. Select any table with data from the database that you want use for printing. Here students table is selected from the database. 2. Create a controller named PrintController php artisan make:controller PrintController 3. Create a Course model for courses table php artisan make:model Student You can download or use the jquery print plugin from the following […]
Read MoreEmail: fahmida18bd@gmail.com