Laravel is a modern PHP framework following the MVC design pattern. Today Laravel is almost everywhere in web application industry. Even for complicated systems like online banking systems, Laravel is used because of its beauty and simplicity. We have posted… Continue Reading →
In Laravel, you define all the application routes in routes/web.php and routes/api.php. However, sometimes you may wanna break these routes down and put them in separate files. For that we can absolutely define Custom Route File with Laravel Worth Reading: How… Continue Reading →
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 →
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 →
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 →
© 2026 coder aweso.me — Powered by WordPress
Theme by Anders Noren — Up ↑