an awesome coder

Tag laravel

Laravel Seeder with Faker Data Factory

We previously discussed about Laravel Seeders. Seeders are awesome with Faker. So what’s Faker ? So, today we’re gonna discuss Laravel Seeder with Faker Data Factory. Understanding Laravel Seeder with Faker Data You can insert a set of data by… Continue Reading →

Frontend Validation with Laravel Requests – JsValidation

Today I’m introducing a great (actually awesome) package for Laravel. This package allows us to validate Laravel forms using the Validation rules we define in Request files, from the frontend. Yeah you heard me correct! This package (Laravel JsValidation) totally… Continue Reading →

How to Validate Form Data in Laravel

Today we are going to learn how to validate form data in Laravel. When you are submitting a form, you may need to validate data fields to check whether they are clean and meet the certain standards. For example, you… Continue Reading →

How to Upload files to S3 with Laravel

When you’re developing a Laravel project, you typically upload files to your local Storage folder or public folder. However there are some case that you have to use a remote file server that is dedicated for file hosting. So, the… Continue Reading →

Specified key was too long max key length is 767 bytes

When you run the migrations for the first time in Laravel, you may have experience this little tiny error saying something like Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes This… Continue Reading →

« Older posts

© 2024 coder aweso.me — Powered by WordPress

Theme by Anders NorenUp ↑