Outils pour utilisateurs

Outils du site


informatique:php:laravel

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
Prochaine révisionLes deux révisions suivantes
informatique:php:laravel [02/03/2022 20:57] – [cursor] cyrilleinformatique:php:laravel [29/01/2023 11:39] – [Admin panel] cyrille
Ligne 126: Ligne 126:
 ===== Admin panel ===== ===== Admin panel =====
  
-[[https://laravel-news.com/13-laravel-admin-panel-generators|13 Laravel Admin Panel Generators]] (2017) +  * [[https://laravel-news.com/13-laravel-admin-panel-generators|13 Laravel Admin Panel Generators]] (2017) 
-[[https://codedthemes.medium.com/why-laravel-is-the-best-php-framework-list-of-laravel-admin-templates-2d49051308c6|List of Laravel Admin Templates]] (2021)+  [[https://codedthemes.medium.com/why-laravel-is-the-best-php-framework-list-of-laravel-admin-templates-2d49051308c6|List of Laravel Admin Templates]] (2021) 
 + 
 + 
 +  * Laravel creates a Vue admin panel from scratch 
 +    * part 6: [[https://blog.devgenius.io/how-to-integrate-laravel-with-vue-tailwind-admin-one-dashboard-3753346181|How to integrate Laravel with Vue & Tailwind Admin One Dashboard]]
  
 Menus, CRUD & more : Menus, CRUD & more :
Ligne 494: Ligne 498:
  
   * [[http://laravelcollective.com/docs/5.0/ssh|Remote SSH]]   * [[http://laravelcollective.com/docs/5.0/ssh|Remote SSH]]
 +
 +==== Command ====
 +
 +<code>
 +$this->getOutput()->isQuiet()       - no verbosity is set                                   (no option set)
 +$this->getOutput()->isVerbose()     - if the level is quiet or verbose                      (-v)
 +$this->getOutput()->isVeryVerbose() - if the level is very verbose, verbose or quiet        (-vv)
 +$this->getOutput()->isDebug()       - if the level is debug, very verbose, verbose or quiet (-vvv)
 +</code>
  
 ==== Cache ==== ==== Cache ====
Ligne 593: Ligne 606:
  
 {{ :informatique:php:laravel:laravel-queue.png?nolink&400|}} {{ :informatique:php:laravel:laravel-queue.png?nolink&400|}}
 +
 +  * [[https://blog.devgenius.io/handling-asynchronous-errors-in-php-with-laravel-queues-symfony-messenger-and-ecotone-9becba7fba46|Handling asynchronous errors in PHP with Laravel Queues, Symfony Messenger and Ecotone]]
 +
  
 === Laravel Queue === === Laravel Queue ===
informatique/php/laravel.txt · Dernière modification : 06/07/2024 10:20 de cyrille

Sauf mention contraire, le contenu de ce wiki est placé sous les termes de la licence suivante : CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki