This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
app | |
-- Console | |
----- Kernel.php | |
-- Exceptions | |
----- Handler.php | |
-- Http | |
----- Controllers | |
-------- Controller.php | |
----- Middlewars | |
----- Kernel.php |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
php artisan make:model Company | |
# Permet de créer un squelette de modèle 'Company' | |
php artisan tinker | |
# Lance l'outil de débug permettant d'executer du code PHP au sein de l'application |
NewerOlder