Example app about how to use Eloquent Illuminate in PHP and some interesting packages.
-
vlucas/phpdotenv
-
illuminate/database
-
phpunit/phpunit
- Make sure you have php 7.1.3+ and composer installed. Now type:
composer install
composer dump-autoload
Copy .env.example
and rename it to .env
Edit the .env
file with real data
-
Add Routes
-
Some standard guideline. Check code-style/laravel-php from Spatie guys.