PHP code example of mortenebak / tallstarter
1. Go to this page and download the library: Download mortenebak/tallstarter library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
mortenebak / tallstarter example snippets
// config/app.php
return [
// ...
'timezone' => 'Europe/Copenhagen' // Default: UTC
// ...
];
bash
php artisan migrate
bash
php artisan db:seed
bash
php artisan app:create-super-admin