Developer Tools1 Min Read adminonMarch 22, 2021 Improve your Laravel application performance Laravel is a great back-end framework for server-side logic implementation. It has an intuitive code structure, great documentation, and a…
Developer Tools1 Min Read adminonMarch 21, 2021 wrk – a HTTP benchmarking tool Wrk is a modern HTTP benchmarking tool capable of generating significant load when running on a single multi-core CPU. It combines a…
Laravel Package1 Min Read adminonMarch 20, 2021 Fast Excel Package for Laravel Packages Fast Excel import/export for Laravel. A Big thanks to thanks to Spout. Fast Excel is a Laravel package for importing and exporting…
Laravel Package1 Min Read adminonMarch 16, 2021 Manage Laravel Scheduled Tasks Through a Dashboard Want to manage Database Schedule with UI? Here is Laravel Database Schedule is a package to schedule tasks through a UI dashboard without…
Eloquent Tutorials1 Min Read Arslan TariqonMarch 16, 2021 Duplicate or Clone a database record with Laravel Cloning or Duplicate a database record a headache? not anymore with Laravel. Laravel provides a very awesome function for this called…
Laravel Package1 Min Read adminonMarch 12, 2021 Migrate One Database to Another in a Laravel Project Easy data transfer from one database to another. Laravel Migrate DB is a package by Andrey Helldar to migrate one database to another in…
Web2 Min Read Arslan TariqonMarch 12, 2021 7 websites you need to use as a developer [vc_row type=”in_container” full_screen_row_position=”middle” column_margin=”default”…
Laravel Package2 Min Read Arslan TariqonMarch 9, 2021 Friendly Prefix IDs for Eloquent Models Spatie released a new package called spatie/laravel-prefixed-ids. A Laravel Friendly prefixed IDs Package for Laravel. This package can…
Admin Panel2 Min Read Arslan TariqonMarch 9, 2021 Invoker The no-bull Laravel tool [vc_row type=”in_container” full_screen_row_position=”middle” column_margin=”default”…
Laravel Package2 Min Read Arslan TariqonMarch 8, 2021 Spatie Laravel Packages to Manage Roles/Permissions Laravel-Permission Roles and permissions are an important part of many web applications. Laravel historically had a lot of packages for them…