Powered by Blogger.

Search This Blog

Sunday, 9 October 2016

Unknown

Create CRUD module in just single command,with no need to import package at Easylaravel

pre,b,.laravel_bg { background-color: #f4645f; color: #ffffff; } Create CRUD module in just single command,with no need to import packages etc. At EasyLaravel ,we have came up with amazing idea to make laravel developers life...

Read More

Tuesday, 13 September 2016

Unknown

Debug and log query using DB::enablequerylog() in laravel

pre,b,.laravel_bg { background-color: #f4645f; color: #ffffff; } Debugging query in laravel Steps for Logging query in Log file First use DB; DB::enableQueryLog(); you can dd(DB::getQueryLog()) To get last executed query use - end(DB::getQueryLog()) DB::enableQueryLog();...

Read More

Thursday, 1 September 2016

Unknown

List of eloquent Relationships in laravel -Part 1

pre,b,.laravel_bg { background-color: #f4645f; color: #ffffff; } How relationships work in laravel Lets understand this concept using following example,there is blog where user creates many posts - There are 2 tables - 1.users, following...

Read More

Monday, 29 August 2016

Unknown

Whats cool about dependency injection in laravel 5.3 at easylaravel

pre { background-color: #f4645f; color: #ffffff; } What is dependency injection ?? If you want to use any functionality or components in your controller like send mail ,you register that class in controller and...

Read More

Sunday, 28 August 2016

Unknown

Part 1- Create command line apps using make:command laravel 5.3 at easylaravel

What is artisan ?? Artisan is commandline interface to create controller ,migration,model and also our own commands that will do specific task.Artisan provides list of commands type : php artisan list Create command ,follow...

Read More

Monday, 22 August 2016

Unknown

Encrypt Data before someone hacks using Crypt facade - Easylaravel

.example { background-color: #3cf; } code { } Introduction : Encryption of information on web is very crucial part nowdays , laravel comes with Crypt facade to implement encryption in laravel. Usage: Step 1...

Read More

Thursday, 11 August 2016

Unknown

How request is handled in laravel -easylaravelBlog

How request is handled in laravel When request to laravel application is made ,that requests are directed to public/index.php directed by web server.Then index.php loads composer generated autoloader definition,and then instance of laravel application...

Read More
Page 1 of 3123Next