19 Mar 2017

Laravel 5.4 setup instructions -


Laravel Commands -
+=================================================+

Tutorial link -

https://tutorials.kode-blog.com/laravel-5-angularjs-tutorial

Laravel Installation Steps

1. Composer Intallation
2. After that install setup by following command

>> Go to the path htdocs by xampp shell
 composer create-project laravel/laravel

+=================================================+
All the PHP artisan command will run on the path under project (In shell access)

Install Module Artisan Migrate -

php artisan migrate:install

Update & Run Migrations of Database -

php artisan migrate

+=================================================+

Authentication Module Enabling Command -

php artisan make:auth

10 Mar 2017

JQuery Form Validation through validation jQuery library

JQuery Form Validation through validation jQuery library -
https://jqueryvalidation.org/files/demo/

7 Mar 2017

Ajax autoload on Page scroll in PHP

Ajax autoload on Page scroll -
                      https://www.sanwebe.com/2013/05/auto-load-records-on-page-scroll