Giter Site home page Giter Site logo

laravel-tips's Introduction

IMPORTANT: March 2022

It's horrible to see what is happening now in Ukraine, as Russian army is bombarding houses, hospitals and kindergartens.

Please check out supportukrainenow.org for the ways how you can help people there. Spread the word.

And if you are from Russia and you are against this war, please express your protest in some way. I know you can get punished for this, but you are one of the hopes of those innocent people.


Laravel Tips

Awesome Laravel tips and tricks for all artisans. PR and ideas are welcome!

An idea by PovilasKorop and MarceauKa.

Hey, like these tips? Also, check out my premium Laravel courses.


Other Versions


Update 18 March 2024: Currently there are 357 tips divided into 14 sections.

Table of contents

laravel-tips's People

Contributors

a-h-abid avatar ahmedrezk59 avatar cats0up avatar chengkangzai avatar dipeshsukhia avatar ferasbbm avatar glebsky avatar godruoyi avatar kamnev8823 avatar krekas avatar lysice avatar marceauka avatar mc0de avatar mnurullahsaglam avatar modulessoft avatar mraheelkhan avatar novalramdhani avatar oxicode avatar plusemon avatar pnlinh-it avatar povilaskorop avatar pratiksh404 avatar ramay2088 avatar rhyslees avatar rm-yakovenko avatar romannikolyuk avatar sajaddp avatar syofyanzuhad avatar techyms avatar zarpelon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

laravel-tips's Issues

Restore soft deletes

i think right method weel be
Post::onlyTrashed()->where('author_id', 1)->restore();
not
Post::withTrashed()->where('author_id', 1)->restore();

this avoid unnessesary model loading

Http concurrent calls tip idea

I am not talking about Http::pool(). This just does all given calls at once. I am talking about crawler situations where you are crawling 100s of urls and want a concurrency of 10 requests at a time without creating a new Pool every time 10 are done.
You could use the following text I wrote as an answer for a question at Laravel's github discussions page. See:
laravel/framework#43063 (comment)

Chatbot

Do u have any information about 'How to create Chatbot'???

  1. Normal method
  2. Using Laravel package

Translation

Would you like to have a version translated into Portuguese?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.