This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
laravel:part_1 [2025/01/26 19:29] admin |
laravel:part_1 [2025/01/26 19:44] (current) admin |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| The installation section of Laravel's documentation gives you some instructions on how to get started: https://laravel.com/docs/9.x/installation | The installation section of Laravel's documentation gives you some instructions on how to get started: https://laravel.com/docs/9.x/installation | ||
| - | A quick example of some prerequisites on Debian: | + | A quick example of some prerequisites on Debian (to get it working out of the box): |
| <code> | <code> | ||
| - | sudo apt install composer phpunit php-xml | + | sudo apt install composer phpunit php-xml php-sqlite3 |
| </code> | </code> | ||