LiveWire – A magical front-end framework for Laravel07/12/20251 mins0A full-stack framework for Laravel that takes the pain out of building dynamic UIs. Github: https://github.com/livewire/livewireLaravel admin_blogcontinue Reading..
Ziggy – Use your Laravel named routes in JavaScript07/12/20251 mins0Ziggy provides a JavaScript route() function that works like Laravel’s, making it a breeze to use your named Laravel…Laravel admin_blogcontinue Reading..
Laravel Blade Javascript – A Blade directive to export variables to JavaScript07/12/20251 mins0A Blade directive to export variables to JavaScript Github: https://github.com/spatie/laravel-blade-javascriptLaravel admin_blogcontinue Reading..
Laravel Pjax – A Pjax middleware07/12/20251 mins0Pjax is a jQuery plugin that leverages ajax to speed up the loading time of your pages. It…Laravel admin_blogcontinue Reading..
Javascript Validation – Use validation rules, messages, FormRequest and validators to validate forms in client-side07/12/20251 mins0Laravel Javascript Validation package allows to reuse your Laravel Validation Rules, Messages, FormRequest and Validators to validate forms automatically in client side without need…Laravel admin_blogcontinue Reading..
PHP Vars to JavaScript Transformer – Pass server-side string/array/collection/whatever to JavaScript07/12/20251 mins0Often, you’ll find yourself in situations, where you want to pass some server-side string/array/collection/whatever to your JavaScript.…Laravel admin_blogcontinue Reading..
Laroute – Generate Laravel route URLs from JavaScript07/12/20251 mins0Laravel has some pretty sweet helper functions for generating urls/links and its auto-json-magic makes it building APIs super easy. It’s…Laravel admin_blogcontinue Reading..