|
|
||
|---|---|---|
| app | ||
| bootstrap | ||
| config | ||
| database | ||
| public | ||
| resources | ||
| routes | ||
| storage | ||
| tests | ||
| .editorconfig | ||
| .env.example | ||
| .gitattributes | ||
| .gitignore | ||
| README.md | ||
| artisan | ||
| composer.json | ||
| composer.lock | ||
| phpunit.xml | ||
README.md
Word Salad - Yet Another Blog
Author: Jonathan Nielson
Install
Install all PHP dependencies by running the following from the root of the project:
composer install
Copy the .env.example file to set a new file for this env
cp .env.example .env
Create a new application key:
php artisan key:generate
Run
To run the project, use the PHP 8.3 development server by running the following command from the root of the project:
php artisan serve