Home  >  Article  >  Backend Development  >  Laravel's modular development framework Notadd RC1

Laravel's modular development framework Notadd RC1

小云云
小云云Original
2017-12-12 13:53:232121browse

In this article we want to share with you an introduction to Laravel's modular development framework Notadd RC1. Its advantage is that it fixes the scrolling BUG in the homepage editing mode (@Eleven). Fixes the background menu management that does not jump after modification. Redirected BUG (@ganlanshu0211), Fixed the Camelcase error of background ESLint (@璒璋), Temporarily removed the multi-domain name related configuration, Added local Tips when installing Redis, Optimized overall stability.

Backend interface

Laravel's modular development framework Notadd RC1

Laravel's modular development framework Notadd RC1

##Workflow support

Laravel's modular development framework Notadd RC1

Default Redis support

Laravel’s default file cache is very limited. Considering subsequent use, starting from Beta4, The redis cache is used by default.

Currently, the Predis package is used by default, so no
php_redis expansion is required.

Laravel's modular development framework Notadd RC1

Simple message queue

Laravel queue provides a unified API for different background queue services, such as Beanstalk, Amazon SQS, Redis, and even other relational database-based queues. The purpose of the queue is to delay processing of time-consuming tasks, such as sending emails, thus greatly shortening the web request and response time.

Laravel's modular development framework Notadd RC1

Download address

  • github address: https://github.com/notadd/notadd

  • gitee address https://gitee.com/notadd/notadd

##Update content

    Fixed the BUG of scrolling in the home page editing mode (@Eleven)
  • Fixed the BUG of not jumping after the background menu management is modified (@ganlanshu0211)
  • Fix the error of Camelcase in the background ESLint (@璒璋)
  • Temporarily removed the multi-domain name related configuration
  • Added prompt when Redis is not installed locally
  • Optimized overall stability
  • Backend interface

Laravel's modular development framework Notadd RC1

Laravel's modular development framework Notadd RC1##Workflow support

Laravel's modular development framework Notadd RC1Default Redis support

Laravel's default file cache is very limited. Considering subsequent use, starting from Beta4, redis cache is used by default.

Currently, the Predis package is used by default, so no

php_redis

expansion is required.

Laravel's modular development framework Notadd RC1Simple message queue

Laravel queue provides a unified API for different background queue services, such as Beanstalk, Amazon SQS, Redis, and even other relational database-based queues. The purpose of the queue is to delay the processing of time-consuming tasks, such as sending emails, thereby greatly shortening the web request and response time.

Laravel's modular development framework Notadd RC1Related recommendations:

Laravel tutorial on how to use mongodb database

Laravel framework performance tuning method

Detailed explanation of Blade template engine in Laravel

The above is the detailed content of Laravel's modular development framework Notadd RC1. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn