I haven’t written for a long time recently. Where is my pledge at the beginning of the year? My heart hurts so much.

Not long ago, I created a small website called Laidu. co. Its main functions are:

  1. Upload ebooks, Epub or Mobi format.
  2. GitBook to view the public account of the article
  3. Full-text search.

Xiaolai. co is an upgraded version of xiaolai.co, which mainly serves students who write.

I couldn’t have done it so quickly without Laravel, but the following features helped me get online quickly.

  1. Own Auth, soon to complete a user system, only need to configure the mailbox SMTP to improve the password retrieval function, to achieve all the functions required by the user system.
  2. Laravel takes full advantage of Laravel’s Command. Since we haven’t considered a lot of data in the early stage, we need to wash data in many places in the later stage. At this point, we can create a Command and complete it in a short time, Eloquent Chunk function, very comfortable.
  3. Make full use of Tinker. In many cases, you only need to verify and test quickly in Tinker.
  4. Like me, has been changing the function, change table structure comrades, if there is no migration really do not know how to live.
  5. The use of super brother super easy to use EasyWechat, a few minutes to achieve the registration need to obtain the verification code through the public function, with this function, although the registration did not require to fill in the phone number, but also to ensure that every user is a real user.
  6. If you configure Redis, you can use Laravel Queue. Because you need to parse e-books and other functions, if there is no asynchronous operation, the user experience will be much worse, so I like Laravel Queue more and more. It is super simple and fast to use.

What I want to tell you is, don’t forget about Laravel, take advantage of Laravel, what are the advantages of Laravel? Let me summarize:

Basic functions will be integrated, advanced functions will be free, and products will be launched quickly, quickly and quickly (sorry, I have a little stutter)

Recently, I needed to write Ruby on Rails code for some time. I found that Rails is still used by too few people in China, and some surrounding libraries related to China are relatively few and lacking. I am more and more optimistic about Laravel, because MORE and more people are investing in Laravel. It’s exciting to see Laravel constantly iterating and jun constantly translating new features.

Anyway, as for Laravel, I’m not going to go down with this boat, I’ve resigned and started my own business, and I’ll show you some products with Laravel, comrades.

Most of the time I write because I hope to help you, a small part of the time I want to make a summary or record. My wechat account is Lijinma and I hope to make friends with you.

The following is my public account to share my learning and growth.