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
No comments:
Post a Comment