CoderFunda
  • Home
  • About us
    • Contact Us
    • Disclaimer
    • Privacy Policy
    • About us
  • Home
  • Php
  • HTML
  • CSS
  • JavaScript
    • JavaScript
    • Jquery
    • JqueryUI
    • Stock
  • SQL
  • Vue.Js
  • Python
  • Wordpress
  • C++
    • C++
    • C
  • Laravel
    • Laravel
      • Overview
      • Namespaces
      • Middleware
      • Routing
      • Configuration
      • Application Structure
      • Installation
    • Overview
  • DBMS
    • DBMS
      • PL/SQL
      • SQLite
      • MongoDB
      • Cassandra
      • MySQL
      • Oracle
      • CouchDB
      • Neo4j
      • DB2
      • Quiz
    • Overview
  • Entertainment
    • TV Series Update
    • Movie Review
    • Movie Review
  • More
    • Vue. Js
    • Php Question
    • Php Interview Question
    • Laravel Interview Question
    • SQL Interview Question
    • IAS Interview Question
    • PCS Interview Question
    • Technology
    • Other

26 April, 2021

LaraDock Homestead for Docker

 Programing Coderfunda     April 26, 2021     Docker, Homestead, Packages, php     No comments   

 LaraDock is a Laravel Homestead Docker project that aims to bring Homestead to Docker. " "" "> " "";">LaraDock strives to make the development experience easier. It contains pre-packaged Docker...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Mail Preview Laravel Driver

 Programing Coderfunda     April 26, 2021     Packages, php     No comments   

 Mohamed Said has created a new mail driver for Laravel that converts emails to files.Installation is simple. Just require the package:composer require themsaid/laravel-mail-previewAdd the service provider:Themsaid\MailPreview\MailPreviewServiceProvider::classFinally,...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Laravel Log Keeper

 Programing Coderfunda     April 26, 2021     Packages, php     No comments   

 Laravel Log Keeper helps rotating your logs while storing them anywhere you want with custom local/remote retention policies.Mathias Grimm the creator of the package said he created this because his company has numerous projects...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Add Laravel Unit Tests Directly From Chrome

 Programing Coderfunda     April 26, 2021     Packages, php     No comments   

Today Marcel Pociot launched a new Chrome Extension that allows you to visually create acceptance tests directly from the browser. Here is a quick demo of it in action:You can find more details about this extension on Marcel’s announcement...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Package for generating HTML Menus

 Programing Coderfunda     April 26, 2021     Packages, php     No comments   

 A modern package to generate html menus: " "" "> " "";">Virtually every website displays some sort of menu. Generating html menus might seem simple, but it can become complex very quickly. Not only do...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Laravel Setup Wizard

 Programing Coderfunda     April 26, 2021     Packages, php     No comments   

 Laravel Setup Wizard is a package to help you build a web setup wizard or installer for your application.From the config file you can setup your apps requirements, folder permissions, and define the steps required:'steps' => [...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Laravel Exception Recorder and Notifier Package

 Programing Coderfunda     April 26, 2021     Packages, php     No comments   

 LERN (Laravel Exception Recorder and Notifier) is a package that will record exceptions into a database and will send you a notification.It currently supports notifications via Email, Pushover, Slack, Hipchat, Fleephook, and Flowdock....
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Automatically Create Model Factories

 Programing Coderfunda     April 26, 2021     Packages, php     No comments   

 Laravel Test Factory Generator is a new package by Marcel Pociot that generates model factories from your existing models and database structure.Once installed it gives you a new Artisan command to generate the model factories:php...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Manage your Language files from Artisan

 Programing Coderfunda     April 26, 2021     Packages, php     No comments   

 Laravel Langman is a new package that turns your console into a language file manager. It helps you search, update, add, and remove translation lines right from an Artisan command.Here is an example usage:php artisan langman:show...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Server Monitoring Command for Laravel

 Programing Coderfunda     April 26, 2021     Packages, php     No comments   

 Server Monitoring is a package that will periodically monitor the health of your server and website. It provides healthy/alarm status notifications for Disk Usage, an HTTP Ping function to monitor the health of external services,...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Laravel Console Command Validation

 Programing Coderfunda     April 26, 2021     Packages, php     No comments   

 Command Validator is a package that lets you validate Laravel Console Commands.Here is an example of its usage:use Illuminate\Console\Command;use Cerbero\CommandValidator\ValidatesInput;class Example extends Command{ use ValidatesInput; public function rules() { return [ 'year' => 'digits:4|min:2000' ...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg
Newer Posts Older Posts Home

Meta

Popular Posts

  • Features CodeIgniter
    Features CodeIgniter There is a great demand for the CodeIgniter framework in PHP developers because of its features and multiple advan...
  • Laravel Breeze with PrimeVue v4
    This is an follow up to my previous post about a "starter kit" I created with Laravel and PrimeVue components. The project has b...
  • Fast Excel Package for Laravel
      Fast Excel is a Laravel package for importing and exporting spreadsheets. It provides an elegant wrapper around Spout —a PHP package to ...
  • Write API Integrations in Laravel and PHP Projects with Saloon
    Write API Integrations in Laravel and PHP Projects with Saloon Saloon  is a Laravel/PHP package that allows you to write your API integratio...
  • SQL ORDER BY Keyword
      The SQL ORDER BY Keyword The ORDER BY keyword is used to sort the result-set in ascending or descending order. The ORDER BY keyword sorts ...

Categories

  • Ajax (26)
  • Bootstrap (30)
  • DBMS (42)
  • HTML (12)
  • HTML5 (45)
  • JavaScript (10)
  • Jquery (34)
  • Jquery UI (2)
  • JqueryUI (32)
  • Laravel (1017)
  • Laravel Tutorials (23)
  • Laravel-Question (6)
  • Magento (9)
  • Magento 2 (95)
  • MariaDB (1)
  • MySql Tutorial (2)
  • PHP-Interview-Questions (3)
  • Php Question (13)
  • Python (36)
  • RDBMS (13)
  • SQL Tutorial (79)
  • Vue.js Tutorial (68)
  • Wordpress (150)
  • Wordpress Theme (3)
  • codeigniter (108)
  • oops (4)
  • php (853)

Social Media Links

  • Follow on Twitter
  • Like on Facebook
  • Subscribe on Youtube
  • Follow on Instagram

Pages

  • Home
  • Contact Us
  • Privacy Policy
  • About us

Blog Archive

  • September (100)
  • August (50)
  • July (56)
  • June (46)
  • May (59)
  • April (50)
  • March (60)
  • February (42)
  • January (53)
  • December (58)
  • November (61)
  • October (39)
  • September (36)
  • August (36)
  • July (34)
  • June (34)
  • May (36)
  • April (29)
  • March (82)
  • February (1)
  • January (8)
  • December (14)
  • November (41)
  • October (13)
  • September (5)
  • August (48)
  • July (9)
  • June (6)
  • May (119)
  • April (259)
  • March (122)
  • February (368)
  • January (33)
  • October (2)
  • July (11)
  • June (29)
  • May (25)
  • April (168)
  • March (93)
  • February (60)
  • January (28)
  • December (195)
  • November (24)
  • October (40)
  • September (55)
  • August (6)
  • July (48)
  • May (2)
  • January (2)
  • July (6)
  • June (6)
  • February (17)
  • January (69)
  • December (122)
  • November (56)
  • October (92)
  • September (76)
  • August (6)

Loading...

Laravel News

Loading...

Copyright © 2025 CoderFunda | Powered by Blogger
Design by Coderfunda | Blogger Theme by Coderfunda | Distributed By Coderfunda