Category: Laravel

23
Apr
2017

Laravel Practice: Fundamentals

Till now  we have covered : Laravel fundamentals that consists of Routes: Controller: View: Little bit of…

23
Apr
2017

Mission Laravel: PHP Artisan Command

TO get all registered list: php artisan route:list Create Controller: php artisan make:controller PostsController Controller with resource:…

23
Apr
2017

Mission Laravel: Install Directory

VHOST Directory: C:\laragons\bin\apache\httpd-2.4.25-win32-VC14\conf\extra\httpd-vhosts.conf My Windows Directory: C:\Windows\System32\drivers\etc\hosts  

22
Apr
2017

Mission laravel: Installation

laravel installation: composer create-project –prefer-dist laravel/laravel yourproject name 5.4.19 example for me: composer create-project –prefer-dist laravel/laravel cms…