Tagged: Laravel

What’s new in Laravel 8 1

What’s new in Laravel 8

Laravel 8 is now released and includes many new features including Laravel Jetstream, a models directory, model factory classes, migration squashing, rate-limiting improvements, time testing helpers, dynamic blade components, and many more features   Here is the shortlist...

Laravel New Features 4

Whats new in Laravel 5.8

Laravel 5.0 was released in February 2015 and a 5.x update has been released roughly every six months since then. After Laravel 5.7 was released, we can expect to see the initial release of...

Laravel Table Migration 0

Laravel Migration to change table name

Question is . : I want to change my two table name in the Laravel, so do I have to manually change the table name or it can be possible through migration. To rename...

Laravel Helper 0

How to use custom helper file in laravel 5

To avoid repeating some code anywhere in our project we can practice custom helper files. In these helper files, we are using lots of functions that we are not repeating in our code. In...