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
informatique:php:laravel [26/01/2025 17:13] – [SQL View] cyrilleinformatique:php:laravel [12/03/2025 09:27] (Version actuelle) – [Documentation] cyrille
Ligne 30: Ligne 30:
   * [[https://laravel.io/|laravel.io]]   * [[https://laravel.io/|laravel.io]]
   * [[https://madewithlaravel.com|madewithlaravel.com]]   * [[https://madewithlaravel.com|madewithlaravel.com]]
 +
 +==== Installation ====
 +
 +Laravel 12 le 2025-03-12
 +
 +<code>
 +curl -s "https://laravel.build/tools-comptoir-net?with=mariadb,redis,mailpit" | bash
 +cd tools-comptoir-net
 +ln -s vendor/bin/sail ./sail
 +
 +# pour modifier le Dockerfile :
 +./artisan sail:publish
 +</code>
 +
 +ensuite voir [[/informatique/ide/codium#laravel|codium with laravel-sail]]
  
 ==== Handbooks & Cheats sheets==== ==== Handbooks & Cheats sheets====
Ligne 346: Ligne 361:
   * [[https://lighthouse-php.com/|Lighthouse]] A framework for serving GraphQL from Laravel    * [[https://lighthouse-php.com/|Lighthouse]] A framework for serving GraphQL from Laravel 
     * il faut maintenir un fichier contenant le schema      * il faut maintenir un fichier contenant le schema 
 +
 +===== Permission & roles =====
 +
 +==== spatie/laravel-permission ====
 +
 +[[https://github.com/spatie/laravel-permission|spatie/laravel-permission]]
 +  * to manage user permissions and roles in a database.
 +  * https://spatie.be/docs/laravel-permission/v6/introduction
  
 ===== Authentification ===== ===== Authentification =====
informatique/php/laravel.1737907997.txt.gz · Dernière modification : 26/01/2025 17:13 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