Welcome on the Larapeak blog!
On this blog you can find tutorials about Laravel, Tailwindcss and more!
May-2021
The standard error pages in Laravel are looking a bit awful. In this tutorial I will show you how you can customize the error pages. Luckily for us this is very easy in Laravel 8. Today we are going t...
Read articleMay-2021
Welcome to this tutorial, today we are going to create a Laravel application with the new [Laravel Sail](https://laravel.com/docs/8.x/sail) package. ## What is Laravel Sail? In the previous versions...
Read articleMay-2021
Hello today I have a short tutorial for you. I was working on this blog to optimize for SEO. I wanted to create a sitemap that updates automaticly. Luckly for me [Spatie](https://spatie.be/) created a...
Read articleMar-2021
The last couple of weeks I am trying to rebuild [my blog](https://larapeak.com) in Laravel 8.x. The articles are stored in a MySQL database. I write and store the articles in [Markdown](https://nl.wik...
Read articleJun-2020
Hello, today I want to introduce you to a JavaScript framework: [Alpine.js](https://github.com/alpinejs/alpine). Alpine.js is a small (~7KB gzipped) JavaScript framework with the same functionallities...
Read articleJun-2020
Hello everybody! Today we are going to build a file upload application in Laravel 7 with the use of [Laravel Livewire](https://laravel-livewire.com/). I always found it difficult to build file upload...
Read article